I_PROCORDMGMTOPBASIC

CDS View

Process order operation afvg

I_PROCORDMGMTOPBASIC is a CDS View in S/4HANA. Process order operation afvg. It contains 15 fields. 5 CDS views read from this table.

CDS Views using this table (5)

ViewTypeJoinVDMDescription
P_ProcOrdMgmtOperation view from COMPOSITE Process order operation basic view
P_ProcOrdMgmtOpIssueCalc view from COMPOSITE process order operation quantity and quality issue
P_ProcOrdNxtOpAggr view from COMPOSITE Process order next operation
P_ProcOrdOperationQtyIssue view from COMPOSITE Process order operations quantity issue
P_ProcOrdOpQualityIssAggrgn view from COMPOSITE Process order quality issue aggregation

Fields (15)

KeyField CDS FieldsUsed in Views
KEY OrderInternalID MfgOrderInternalID,OrderInternalBillOfOperations,OrderInternalID 5
_OrderInternalID _OrderInternalID 1
BillOfOperationsGroup BillOfOperationsGroup 1
BillOfOperationsType BillOfOperationsType 1
BillOfOperationsVariant BillOfOperationsVariant 1
BillOfOperationsVersion BillOfOperationsVersion 1
ManufacturingOrderCategory ManufacturingOrderCategory 1
ObjectInternalID ObjectInternalID 1
Plant Plant 2
ProcessOrder ProcessOrder 2
ProductionPlant ProductionPlant 2
ProductionSupervisor ProductionSupervisor 2
ScheduledBasicEndDate ScheduledBasicEndDate 3
ScheduledBasicStartDate ScheduledBasicStartDate 3
WorkCenterInternalID WorkCenterInternalID 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.

-- Process order operation afvg
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_PROCORDMGMTOPBASIC (
    ORDERINTERNALID,
    _ORDERINTERNALID,
    BILLOFOPERATIONSGROUP,
    BILLOFOPERATIONSTYPE,
    BILLOFOPERATIONSVARIANT,
    BILLOFOPERATIONSVERSION,
    MANUFACTURINGORDERCATEGORY,
    OBJECTINTERNALID,
    PLANT,
    PROCESSORDER,
    PRODUCTIONPLANT,
    PRODUCTIONSUPERVISOR,
    SCHEDULEDBASICENDDATE,
    SCHEDULEDBASICSTARTDATE,
    WORKCENTERINTERNALID,
    PRIMARY KEY (ORDERINTERNALID)
);