TCC16

Transparent Table Customizing Table

Profile description

TCC16 is an SAP database table in S/4HANA. Profile description. It contains 4 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_ChangeRecdPrflIdnVH view inner BASIC Profile idn change master record

Fields (4)

KeyField Data ElementDescription DomainTypeLength
KEY mandt MANDT Client
KEY spras SPRAS Language
KEY profil CC_PROFIL Profile
prtxt CC_PRTXT Description

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.

-- Profile description
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE TCC16 (
    MANDT,   -- Client [MANDT]
    SPRAS,   -- Language [SPRAS]
    PROFIL,  -- Profile [CC_PROFIL]
    PRTXT,   -- Description [CC_PRTXT]
    PRIMARY KEY (MANDT, SPRAS, PROFIL)
);