TKKH1

Transparent Table Customizing Table

Origin in CO Object

TKKH1 is an SAP database table in S/4HANA. Origin in CO Object. It contains 4 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_CostOriginGroup view from BASIC Cost Origin Group

Fields (4)

KeyField Data ElementDescription DomainTypeLength
KEY mandt MANDT Client
KEY kokrs KOKRS CO Area
KEY koaty HRKTYP Origin type
KEY hrkft HRKFT Origin Group

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.

-- Origin in CO Object
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE TKKH1 (
    MANDT,  -- Client [MANDT]
    KOKRS,  -- CO Area [KOKRS]
    KOATY,  -- Origin type [HRKTYP]
    HRKFT,  -- Origin Group [HRKFT]
    PRIMARY KEY (MANDT, KOKRS, KOATY, HRKFT)
);