P_PROCESSORDERMGMTWRKLISTCALC

CDS View

P_PROCESSORDERMGMTWRKLISTCALC is a CDS View in S/4HANA. It contains 3 fields. 7 CDS views read from this table.

CDS Views using this table (7)

ViewTypeJoinVDMDescription
I_ProcessOrderMgmtWrkListCalc view from COMPOSITE Process Order Management Worklist Calc
P_ProcOrdMgmtCompAvailySts view from COMPOSITE
P_ProcOrdMgmtDelayIssue view from COMPOSITE
P_ProcOrdMgmtQtyChartData view_entity from COMPOSITE CDS to expose the Pie Chart data fields
P_ProcOrdMgmtQtyChartData view_entity union COMPOSITE CDS to expose the Pie Chart data fields
P_ProcOrdMgmtQualityIssue view from COMPOSITE
P_ProcOrdMgmtQuantityIssue view from COMPOSITE

Fields (3)

KeyField CDS FieldsUsed in Views
ActualDeliveredQuantity ManufacturingOrderQuantity 1
MfgOrderConfirmedScrapQty ManufacturingOrderQuantity 1
OrderOpenQuantity ManufacturingOrderQuantity 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_PROCESSORDERMGMTWRKLISTCALC (
    ACTUALDELIVEREDQUANTITY,
    MFGORDERCONFIRMEDSCRAPQTY,
    ORDEROPENQUANTITY
);