TFK4EYET

Transparent Table Customizing Table

Check Reasons for Dual Control Principle (Texts)

TFK4EYET is an SAP database table in S/4HANA. Check Reasons for Dual Control Principle (Texts). 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.

-- Check Reasons for Dual Control Principle (Texts)
-- 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)
);