T7TW4Z

Transparent Table Customizing Table

Disability Class Text

T7TW4Z is an SAP database table in S/4HANA. Disability Class Text. It contains 4 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_TW_HCMDisabilityGradeText view_entity from Taiwan family member disability grade text

Fields (4)

KeyField Data ElementDescription DomainTypeLength
KEY mandt MANDT Client
KEY sprsl SPRAS Language
KEY disab PTW_DISAB Disability grade
distx PTW_DISTX Disability type

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.

-- Disability Class Text
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE T7TW4Z (
    MANDT,  -- Client [MANDT]
    SPRSL,  -- Language [SPRAS]
    DISAB,  -- Disability grade [PTW_DISAB]
    DISTX,  -- Disability type [PTW_DISTX]
    PRIMARY KEY (MANDT, SPRSL, DISAB)
);