C_ProcessOrderObjPgOpr
Manufacturing Order Opr : Object Page
C_ProcessOrderObjPgOpr is a Consumption CDS View that provides data about "Manufacturing Order Opr : Object Page" in SAP S/4HANA. It reads from 2 data sources (I_MfgOrderOperationDurn, I_OrderItem) and exposes 37 fields with key fields OrderInternalBillOfOperations, OrderIntBillOfOperationsItem.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| I_MfgOrderOperationDurn | ManufacturingOrderOperation | from |
| I_OrderItem | OrderItem | inner |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Manufacturing Order Opr : Object Page | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.representativeKey | OrderIntBillOfOperationsItem | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| UI.headerInfo.typeName | Operation | view | |
| UI.headerInfo.typeNamePlural | Operations | view |
Fields (37)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | OrderInternalBillOfOperations | I_MfgOrderOperationDurn | OrderInternalBillOfOperations | Order Internal Bill of Operations |
| KEY | OrderIntBillOfOperationsItem | I_MfgOrderOperationDurn | OrderIntBillOfOperationsItem | Order Internal Bill of Operations Item |
| ManufacturingOrder | I_MfgOrderOperationDurn | ManufacturingOrder | Order | |
| ManufacturingOrderOperation | ||||
| MfgOrderOperationIsPhase | I_MfgOrderOperationDurn | MfgOrderOperationIsPhase | Phase | |
| ManufacturingOrderSequence | I_MfgOrderOperationDurn | ManufacturingOrderSequence | ||
| MfgOrderOperationText | I_MfgOrderOperationDurn | MfgOrderOperationText | ||
| ManufacturingOrderSubOperation | Suboperation | |||
| ManufacturingOrderType | I_MfgOrderOperationDurn | ManufacturingOrderType | ||
| BusinessProcessEntryUnit | I_MfgOrderOperationDurn | BusinessProcessEntryUnit | ||
| ManufacturingOrderCategory | I_MfgOrderOperationDurn | ManufacturingOrderCategory | ||
| Material | I_OrderItem | Material | Vehicle Model | |
| MaterialDescription | ||||
| ProductionResourceType | I_MfgOrderOperationDurn | WorkCenterTypeCode | Resource Type Code | |
| WorkCenterText | ||||
| WorkCenter | I_MfgOrderOperationDurn | WorkCenter | Resource | |
| OpErlstSchedldExecStrtDte | I_MfgOrderOperationDurn | OpErlstSchedldExecStrtDte | Earliest Execution Start Date | |
| OpErlstSchedldExecStrtTme | I_MfgOrderOperationDurn | OpErlstSchedldExecStrtTme | Earliest Execution Start Time | |
| OpErlstSchedldExecEndDte | I_MfgOrderOperationDurn | OpErlstSchedldExecEndDte | Earliest Execution End Date | |
| OpErlstSchedldExecEndTme | I_MfgOrderOperationDurn | OpErlstSchedldExecEndTme | Earliest Execution End Time | |
| OpActualExecutionStartDate | I_MfgOrderOperationDurn | OpActualExecutionStartDate | Actual Execution Start Date | |
| OpActualExecutionStartTime | I_MfgOrderOperationDurn | OpActualExecutionStartTime | Actual Execution Start Time | |
| OpActualExecutionEndDate | I_MfgOrderOperationDurn | OpActualExecutionEndDate | Actual Execution End Date | |
| OpActualExecutionEndTime | I_MfgOrderOperationDurn | OpActualExecutionEndTime | Actual Execution End Time | |
| OperationUnit | I_MfgOrderOperationDurn | OperationUnit | Act/op UoM | |
| OpPlannedTotalQuantity | I_MfgOrderOperationDurn | OpPlannedTotalQuantity | ||
| ErlstSchedldExecDurnInWorkdays | I_MfgOrderOperationDurn | ErlstSchedldExecDurnInWorkdays | Scheduled Execution Duration | |
| OpActualExecutionDays | I_MfgOrderOperationDurn | OpActualExecutionDays | Actual Execution Duration | |
| OpTotalConfirmedYieldQty | I_MfgOrderOperationDurn | OpTotalConfirmedYieldQty | ||
| ProductionResourceInternalID | I_MfgOrderOperationDurn | WorkCenterInternalID | Work Center | |
| _Material | I_OrderItem | _Material | ||
| _MfgOrderType | I_MfgOrderOperationDurn | _MfgOrderType | ||
| _MfgOrderCategory | I_MfgOrderOperationDurn | _MfgOrderCategory | ||
| _MfgOrder | I_MfgOrderOperationDurn | _MfgOrder | ||
| _MfgOrderSequence | I_MfgOrderOperationDurn | _MfgOrderSequence | ||
| _BusinessProcessEntryUnit | I_MfgOrderOperationDurn | _BusinessProcessEntryUnit | ||
| _OrdInternalBillOfOperations | I_MfgOrderOperationDurn | _OrdInternalBillOfOperations |
Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.
-- Derived SQL interpretation of CDS view C_ProcessOrderObjPgOpr.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
CREATE VIEW C_ProcessOrderObjPgOpr AS
SELECT
ManufacturingOrderOperation.OrderInternalBillOfOperations AS OrderInternalBillOfOperations,
ManufacturingOrderOperation.OrderIntBillOfOperationsItem AS OrderIntBillOfOperationsItem,
ManufacturingOrderOperation.ManufacturingOrder AS ManufacturingOrder,
cast(ManufacturingOrderOperation.ManufacturingOrderOperation as ck_vornr) AS ManufacturingOrderOperation,
ManufacturingOrderOperation.MfgOrderOperationIsPhase AS MfgOrderOperationIsPhase,
ManufacturingOrderOperation.ManufacturingOrderSequence AS ManufacturingOrderSequence,
ManufacturingOrderOperation.MfgOrderOperationText AS MfgOrderOperationText,
cast(ManufacturingOrderOperation.ManufacturingOrderSubOperation as vornr) AS ManufacturingOrderSubOperation,
ManufacturingOrderOperation.ManufacturingOrderType AS ManufacturingOrderType,
ManufacturingOrderOperation.BusinessProcessEntryUnit AS BusinessProcessEntryUnit,
ManufacturingOrderOperation.ManufacturingOrderCategory AS ManufacturingOrderCategory,
OrderItem.Material AS Material,
cast(OrderItem._Material._Text[1:Language = $session.system_language ].MaterialName as maktx) AS MaterialDescription,
ManufacturingOrderOperation.WorkCenterTypeCode AS ProductionResourceType,
ManufacturingOrderOperation._WorkCenter._Text[1: Language=$session.system_language].WorkCenterText AS WorkCenterText,
ManufacturingOrderOperation.WorkCenter AS WorkCenter,
ManufacturingOrderOperation.OpErlstSchedldExecStrtDte AS OpErlstSchedldExecStrtDte,
ManufacturingOrderOperation.OpErlstSchedldExecStrtTme AS OpErlstSchedldExecStrtTme,
ManufacturingOrderOperation.OpErlstSchedldExecEndDte AS OpErlstSchedldExecEndDte,
ManufacturingOrderOperation.OpErlstSchedldExecEndTme AS OpErlstSchedldExecEndTme,
ManufacturingOrderOperation.OpActualExecutionStartDate AS OpActualExecutionStartDate,
ManufacturingOrderOperation.OpActualExecutionStartTime AS OpActualExecutionStartTime,
ManufacturingOrderOperation.OpActualExecutionEndDate AS OpActualExecutionEndDate,
ManufacturingOrderOperation.OpActualExecutionEndTime AS OpActualExecutionEndTime,
ManufacturingOrderOperation.OperationUnit AS OperationUnit,
ManufacturingOrderOperation.OpPlannedTotalQuantity AS OpPlannedTotalQuantity,
ManufacturingOrderOperation.ErlstSchedldExecDurnInWorkdays AS ErlstSchedldExecDurnInWorkdays,
ManufacturingOrderOperation.OpActualExecutionDays AS OpActualExecutionDays,
ManufacturingOrderOperation.OpTotalConfirmedYieldQty AS OpTotalConfirmedYieldQty,
ManufacturingOrderOperation.WorkCenterInternalID AS ProductionResourceInternalID,
OrderItem._Material AS _Material,
ManufacturingOrderOperation._MfgOrderType AS _MfgOrderType,
ManufacturingOrderOperation._MfgOrderCategory AS _MfgOrderCategory,
ManufacturingOrderOperation._MfgOrder AS _MfgOrder,
ManufacturingOrderOperation._MfgOrderSequence AS _MfgOrderSequence,
ManufacturingOrderOperation._BusinessProcessEntryUnit AS _BusinessProcessEntryUnit,
ManufacturingOrderOperation._OrdInternalBillOfOperations AS _OrdInternalBillOfOperations
FROM I_MfgOrderOperationDurn AS ManufacturingOrderOperation
INNER JOIN I_OrderItem AS OrderItem ON /* join condition not captured in parsed metadata */
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA