TFK000

Transparent Table Customizing Table

Application Area in Contract Accounts Receivable/Payable

TFK000 is an SAP database table in S/4HANA. Application Area in Contract Accounts Receivable/Payable. It contains 3 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
I_AccountTypeTxt view_entity inner BASIC Account Type - Txt
I_CAApplicationArea view_entity from BASIC Application Area

Fields (3)

KeyField Data ElementDescription DomainTypeLength
KEY mandt MANDT Client
KEY applk APPLK_KK ApplicationArea
aktiv AKTIV_KK App.Area Active

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.

-- Application Area in Contract Accounts Receivable/Payable
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE TFK000 (
    MANDT,  -- Client [MANDT]
    APPLK,  -- ApplicationArea [APPLK_KK]
    AKTIV,  -- App.Area Active [AKTIV_KK]
    PRIMARY KEY (MANDT, APPLK)
);