AUFK_TEXT

Transparent Table Application Table

AUFK Long Text (Mapping)

AUFK_TEXT is an SAP database table in S/4HANA. AUFK Long Text (Mapping). It contains 3 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
I_MaintenanceOrderLongText view inner BASIC Maintenance Order Long Text
I_OrderLongText view from BASIC Order Long Text
SDM_STXH_PP view_entity left_outer

Fields (3)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY aufnr aufnr Order
tdname tdobname Text Name

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.

-- AUFK Long Text (Mapping)
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE AUFK_TEXT (
    MANDT,   -- Client [mandt]
    AUFNR,   -- Order [aufnr]
    TDNAME,  -- Text Name [tdobname]
    PRIMARY KEY (MANDT, AUFNR)
);