TW20

Transparent Table Customizing Table

Security category

TW20 is an SAP database table in S/4HANA. Security category. It contains 2 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_SecurityClassTransferType view from BASIC Security Class Security Type

Fields (2)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY swerttyp swerttyp Security 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.

-- Security category
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE TW20 (
    MANDT,     -- Client [mandt]
    SWERTTYP,  -- Security Type [swerttyp]
    PRIMARY KEY (MANDT, SWERTTYP)
);