TCC02

Transparent Table System Table (SAP only)

ECH: Object Type Texts

TCC02 is an SAP database table in S/4HANA. ECH: Object Type Texts. It contains 4 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_ChangeMasterObjectTypeText view from BASIC Change Number Object Type - Text

Fields (4)

KeyField Data ElementDescription DomainTypeLength
KEY spras SPRAS Language
KEY aetyp AETYP Object Category
attxt ATTXT Obj type desc.
atabr ATABR Object 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.

-- ECH: Object Type Texts
-- Category TRANSPARENT · Delivery class S
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE TCC02 (
    SPRAS,  -- Language [SPRAS]
    AETYP,  -- Object Category [AETYP]
    ATTXT,  -- Obj type desc. [ATTXT]
    ATABR,  -- Object Type [ATABR]
    PRIMARY KEY (SPRAS, AETYP)
);