T423

Transparent Table Customizing Table

Wage group qualification

T423 is an SAP database table in S/4HANA. Wage group qualification. It contains 3 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_EmployeeSuitability view from BASIC Employee Suitability

Fields (3)

KeyField Data ElementDescription DomainTypeLength
KEY mandt MANDT Client
KEY werks WERKS_D Plant
KEY qualf QUALF Suitability

Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.

-- Wage group qualification
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE T423 (
    MANDT,  -- Client [MANDT]
    WERKS,  -- Plant [WERKS_D]
    QUALF,  -- Suitability [QUALF]
    PRIMARY KEY (MANDT, WERKS, QUALF)
);