TKUKL

Transparent Table Customizing Table

Customers: Customer Classifications

TKUKL is an SAP database table in S/4HANA. Customers: Customer Classifications. It contains 2 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_CustomerClassification view from BASIC Customer Classification

Fields (2)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY kukla kukla Customer Class.

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.

-- Customers: Customer Classifications
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE TKUKL (
    MANDT,  -- Client [mandt]
    KUKLA,  -- Customer Class. [kukla]
    PRIMARY KEY (MANDT, KUKLA)
);