CMDT_CC

Transparent Table Application Table

Generischer Stammsatz Kostenstellen-Erweiterungen

CMDT_CC is an SAP database table in S/4HANA. Generischer Stammsatz Kostenstellen-Erweiterungen. It contains 1 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
SHSM_V_CMDT_CC_SHLP view from Inactive Cost Center (Value help)

Fields (1)

KeyField Data ElementDescription DomainTypeLength
kostl keo_cost_center Cost Center

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.

-- Generischer Stammsatz Kostenstellen-Erweiterungen
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE CMDT_CC (
    KOSTL  -- Cost Center [keo_cost_center]
);