CMDT_PC

Transparent Table Application Table

Generischer Stammsatz Profit-Center-Erweiterungen

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

CDS Views using this table (1)

ViewTypeJoinVDMDescription
SHSM_V_CMDT_PC_SHLP view from Inactive Profit Center (Value help)

Fields (2)

KeyField Data ElementDescription DomainTypeLength
prctr keo_prctr Profit center
segment fb_segment Segment

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 Profit-Center-Erweiterungen
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE CMDT_PC (
    PRCTR,   -- Profit center [keo_prctr]
    SEGMENT  -- Segment [fb_segment]
);