TCC15

Transparent Table Customizing Table

ECM: Profile

TCC15 is an SAP database table in S/4HANA. ECM: Profile. It contains 7 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_ChangeRecdPrflIdnVH view_entity from BASIC Profile idn change master record

Fields (7)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY profil cc_profil Profile
aenst aenst Chg. no. status
aenbe cc_aenbe Auth. group
aegru aegru Reason for chg
obtpr obtpr Object type pr.
stsma cc_j_stsma Status Profile

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.

-- ECM: Profile
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE TCC15 (
    MANDT,   -- Client [mandt]
    PROFIL,  -- Profile [cc_profil]
    AENST,   -- Chg. no. status [aenst]
    AENBE,   -- Auth. group [cc_aenbe]
    AEGRU,   -- Reason for chg [aegru]
    OBTPR,   -- Object type pr. [obtpr]
    STSMA,   -- Status Profile [cc_j_stsma]
    PRIMARY KEY (MANDT, PROFIL)
);