TFK4EYET

Transparent Table Customizing Table

Prüfgründe für Vier-Augen-Prinzip (Texte)

TFK4EYET is an SAP database table in S/4HANA. Prüfgründe für Vier-Augen-Prinzip (Texte). It contains 4 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_CAWorkflowCheckReasonText view_entity from BASIC Workflow Check Reason - Text

Fields (4)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY spras spras Language
KEY c4eye c4eye_kk Check Reason
ltext ltext Long Text

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.

-- Prüfgründe für Vier-Augen-Prinzip (Texte)
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE TFK4EYET (
    MANDT,  -- Client [mandt]
    SPRAS,  -- Language [spras]
    C4EYE,  -- Check Reason [c4eye_kk]
    LTEXT,  -- Long Text [ltext]
    PRIMARY KEY (MANDT, SPRAS, C4EYE)
);