TKB10SA

Transparent Table Control Table (SAP+Cust)

Strategies for Automatic Generation of SETTC - Header

TKB10SA is an SAP database table in S/4HANA. Strategies for Automatic Generation of SETTC - Header. It contains 3 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_SettlementAutomGnrtnStrategy view_entity from BASIC Strategy

Fields (3)

KeyField Data ElementDescription DomainTypeLength
KEY strat SR_STRAT Strategy
strattyp SR_STRATTYP Strategy Type
stratcat SR_STRATCAT Category

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.

-- Strategies for Automatic Generation of SETTC - Header
-- Category TRANSPARENT · Delivery class E
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE TKB10SA (
    STRAT,     -- Strategy [SR_STRAT]
    STRATTYP,  -- Strategy Type [SR_STRATTYP]
    STRATCAT,  -- Category [SR_STRATCAT]
    PRIMARY KEY (STRAT)
);