P_MFGORDEROPERATIONHOLD

CDS View

P_MFGORDEROPERATIONHOLD is a CDS View in S/4HANA. It contains 8 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
P_MfgOrderHeaderHoldUnionBasic view inner CONSUMPTION
P_MfgOrderOperHoldUnionBasic view union_all CONSUMPTION

Fields (8)

KeyField CDS FieldsUsed in Views
ManufacturingOrder ManufacturingOrder 1
Material Material 2
OrderInternalID OrderInternalID 1
OrderOperationInternalID OrderOperationInternalID 1
ProductionHoldObjectType ProductionHoldObjectType 1
ProductionPlant ProductionPlant 2
WorkCenterInternalID WorkCenterInternalID 1
WorkCenterTypeCode WorkCenterTypeCode 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.

-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE P_MFGORDEROPERATIONHOLD (
    MANUFACTURINGORDER,
    MATERIAL,
    ORDERINTERNALID,
    ORDEROPERATIONINTERNALID,
    PRODUCTIONHOLDOBJECTTYPE,
    PRODUCTIONPLANT,
    WORKCENTERINTERNALID,
    WORKCENTERTYPECODE
);