TCC16

Transparent Table Customizing Table

Profilbeschreibung

TCC16 is an SAP database table in S/4HANA. Profilbeschreibung. 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.

-- Profilbeschreibung
-- 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)
);