TFK004

Transparent Table Customizing Table

Selektionstypen für die manuelle Zahlungsbearbeitung

TFK004 is an SAP database table in S/4HANA. Selektionstypen für die manuelle Zahlungsbearbeitung. It contains 8 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_CASelectionCategory view_entity from BASIC Selection Category

Fields (8)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY applk applk_kk ApplicationArea
KEY seltx seltt_kk Selection Cat.
selfn selfn_kk Field Name
selmi selmi_kk Matchcode ID
selmo selmo_kk Matchcode
xselx xselx_kk External field
xrlot xrlot_kk Returns usable

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.

-- Selektionstypen für die manuelle Zahlungsbearbeitung
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE TFK004 (
    MANDT,  -- Client [mandt]
    APPLK,  -- ApplicationArea [applk_kk]
    SELTX,  -- Selection Cat. [seltt_kk]
    SELFN,  -- Field Name [selfn_kk]
    SELMI,  -- Matchcode ID [selmi_kk]
    SELMO,  -- Matchcode [selmo_kk]
    XSELX,  -- External field [xselx_kk]
    XRLOT,  -- Returns usable [xrlot_kk]
    PRIMARY KEY (MANDT, APPLK, SELTX)
);