TKB1B

Transparent Table Customizing Table

Abrechnungsschlüssel Texttabelle

TKB1B is an SAP database table in S/4HANA. Abrechnungsschlüssel Texttabelle. It contains 4 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_CtrlgSettlementProfileText view_entity from BASIC Controlling Settlement Profile - Text

Fields (4)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY spras spras Language
KEY aprof aprof Settlmt Profile
ptext text30 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.

-- Abrechnungsschlüssel Texttabelle
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE TKB1B (
    MANDT,  -- Client [mandt]
    SPRAS,  -- Language [spras]
    APROF,  -- Settlmt Profile [aprof]
    PTEXT,  -- Text [text30]
    PRIMARY KEY (MANDT, SPRAS, APROF)
);