I_PRODUCTIONMODEL

CDS View

Production Model Header

I_PRODUCTIONMODEL is a CDS View in S/4HANA. Production Model Header. It contains 1 fields. 4 CDS views read from this table.

CDS Views using this table (4)

ViewTypeJoinVDMDescription
I_ProdnModOperationActivity view_entity inner COMPOSITE Production Model Operation Activity
I_ProductionModelComponent view_entity inner COMPOSITE Production Model Component
I_ProductionModelOperation view_entity inner COMPOSITE Production Model Operation
R_ProductionModelTP view_entity from TRANSACTIONAL Production Model Header

Fields (1)

KeyField CDS FieldsUsed in Views
KEY ProductionModelUUID ProductionModelUUID 3

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.

-- Production Model Header
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_PRODUCTIONMODEL (
    PRODUCTIONMODELUUID,
    PRIMARY KEY (PRODUCTIONMODELUUID)
);