I_CHANGERECORDMFGORDER

CDS View

Change Record Production Order

I_CHANGERECORDMFGORDER is a CDS View in S/4HANA. Change Record Production Order. It contains 3 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_ChgRecdRefProdnOrdTP view left_outer TRANSACTIONAL Change Record Reference Object Prodn Ord

Fields (3)

KeyField CDS FieldsUsed in Views
ManufacturingOrderCategory ManufacturingOrderCategory 1
ManufacturingOrderType ManufacturingOrderType 1
ProductionPlant ProductionPlant 1

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.

-- Change Record Production Order
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_CHANGERECORDMFGORDER (
    MANUFACTURINGORDERCATEGORY,
    MANUFACTURINGORDERTYPE,
    PRODUCTIONPLANT
);