TICL045

Transparent Table Customizing Table

Interne Fallart: erlaubte manuelle Aufgabe/Protokolleintrag

TICL045 is an SAP database table in S/4HANA. Interne Fallart: erlaubte manuelle Aufgabe/Protokolleintrag. It contains 6 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_InsurIntClmTypeAllwdTask view from BASIC Interne Fallart: erlaubte manuelle Aufgabe/Protokolleintrag

Fields (6)

KeyField Data ElementDescription DomainTypeLength
KEY client mandt Client
KEY cltype icl_cltype Claim Type
KEY generat icl_cltypeg Generation
KEY version icl_cltypev Clm Type Versn
KEY subcltype icl_subcltype Subclaim Type
KEY activity icl_message Task/Log Entry

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.

-- Interne Fallart: erlaubte manuelle Aufgabe/Protokolleintrag
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE TICL045 (
    CLIENT,     -- Client [mandt]
    CLTYPE,     -- Claim Type [icl_cltype]
    GENERAT,    -- Generation [icl_cltypeg]
    VERSION,    -- Clm Type Versn [icl_cltypev]
    SUBCLTYPE,  -- Subclaim Type [icl_subcltype]
    ACTIVITY,   -- Task/Log Entry [icl_message]
    PRIMARY KEY (CLIENT, CLTYPE, GENERAT, VERSION, SUBCLTYPE, ACTIVITY)
);