I_MfgOrderObjPgConfAll
Manufacturing order confirmations
I_MfgOrderObjPgConfAll is a Composite CDS View that provides data about "Manufacturing order confirmations" in SAP S/4HANA. It reads from 1 data source (I_MfgOrderConfirmation) and exposes 66 fields with key fields MfgOrderConfirmation, MfgOrderConfirmationCount. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_MfgOrderConfirmation | I_MfgOrderConfirmation | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_MfgOrderOperationBasic | _OrderOperation | $projection.OrderInternalBillOfOperations = _OrderOperation.OrderInternalBillOfOperations and $projection.OrderIntBillOfOperationsItem = _OrderOperation.OrderIntBillOfOperationsItem |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Manufacturing order confirmations | view | |
| VDM.viewType | #COMPOSITE | view | |
| ObjectModel.representativeKey | MfgOrderConfirmationCount | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (66)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MfgOrderConfirmation | MfgOrderConfirmationGroup | ||
| KEY | MfgOrderConfirmationCount | MfgOrderConfirmation | ||
| ManufacturingOrder | ManufacturingOrder | Order | ||
| ManufacturingOrderCategory | ManufacturingOrderCategory | |||
| ManufacturingOrderType | ManufacturingOrderType | |||
| ManufacturingOrderSequence | ManufacturingOrderSequence | |||
| ManufacturingOrderOperation | ManufacturingOrderOperation | Activity | ||
| ProductionPlant | Plant | Valuation Area | ||
| ProductionSupervisor | ||||
| MRPController | ||||
| MRPControllerName | ||||
| OrderInternalBillOfOperations | OrderInternalID | Plan No.f.Oper. | ||
| OrderIntBillOfOperationsItem | OrderOperationInternalID | |||
| WorkCenter | _WorkCenter | WorkCenter | Work Center | |
| WorkCenterTypeCode | WorkCenterTypeCode | Object Type | ||
| WorkCenterInternalID | WorkCenterInternalID | Work Center | ||
| CapacityRequirementSplit | CapacityRequirementSplit | |||
| ConfirmationText | ConfirmationText | |||
| Language | Language | Report Text Language | ||
| IsFinalConfirmation | IsFinalConfirmation | |||
| OpenReservationsIsCleared | OpenReservationsIsCleared | |||
| IsReversed | IsReversed | Reversed? | ||
| IsReversal | IsReversal | Reversal doc. | ||
| CancldMfgOrderConfCount | CancldMfgOrderConfCount | |||
| OrderConfirmationRecordType | OrderConfirmationRecordType | |||
| ConfirmedExecutionStartDate | ConfirmedExecutionStartDate | |||
| ConfirmedSetupEndDate | ConfirmedSetupEndDate | |||
| ConfirmedProcessingStartDate | ConfirmedProcessingStartDate | |||
| ConfirmedProcessingEndDate | ConfirmedProcessingEndDate | |||
| ConfirmedTeardownStartDate | ConfirmedTeardownStartDate | |||
| ConfirmedExecutionEndDate | ConfirmedExecutionEndDate | |||
| ConfirmedExecutionStartTime | ConfirmedExecutionStartTime | |||
| ConfirmedSetupEndTime | ConfirmedSetupEndTime | |||
| ConfirmedProcessingStartTime | ConfirmedProcessingStartTime | |||
| ConfirmedProcessingEndTime | ConfirmedProcessingEndTime | |||
| ConfirmedTeardownStartTime | ConfirmedTeardownStartTime | |||
| ConfirmedExecutionEndTime | ConfirmedExecutionEndTime | |||
| MfgOrderConfirmationEntryDate | MfgOrderConfirmationEntryDate | |||
| MfgOrderConfirmationEntryTime | MfgOrderConfirmationEntryTime | |||
| EnteredByUser | EnteredByUser | |||
| EnteredByExternalUser | EnteredByExternalUser | |||
| Plant | Plant | Valuation Area | ||
| PlantName | _Plant | PlantName | Plant Name | |
| FactoryCalendar | _Plant | FactoryCalendar | Factory Calendar | |
| MfgOrderOperationIsPhase | _OrderOperation | MfgOrderOperationIsPhase | ||
| BusinessArea | BusinessArea | Business Area | ||
| CompanyCode | CompanyCode | Receiver Company Code | ||
| ControllingArea | ControllingArea | Controlling Area | ||
| ProfitCenter | ProfitCenter | Profit Center | ||
| ProductCostCollector | ProductCostCollector | |||
| PostingDate | PostingDate | Posting Date for GR | ||
| LastChangeDate | LastChangeDate | Time Stamp | ||
| LastChangedByUser | LastChangedByUser | User Name | ||
| ConfirmationUnit | ConfirmationUnit | |||
| ConfirmationYieldQuantity | ConfirmationYieldQuantity | |||
| ConfirmationScrapQuantity | ConfirmationScrapQuantity | |||
| ConfirmationReworkQuantity | ConfirmationReworkQuantity | |||
| VarianceReasonCode | VarianceReasonCode | Reason | ||
| _MfgOrder | _MfgOrder | |||
| _ProductionPlant | _Plant | |||
| _CompanyCode | _CompanyCode | |||
| _ControllingArea | _ControllingArea | |||
| _VarianceReason | _VarianceReason | |||
| _ConfirmationGroup | _ConfirmationGroup | |||
| _Language | _Language | |||
| _LongText | _LongText |
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 I_MfgOrderObjPgConfAll.
-- 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 I_MfgOrderObjPgConfAll AS
SELECT
MfgOrderConfirmationGroup AS MfgOrderConfirmation,
MfgOrderConfirmation AS MfgOrderConfirmationCount,
ManufacturingOrder,
ManufacturingOrderCategory,
ManufacturingOrderType,
ManufacturingOrderSequence,
ManufacturingOrderOperation,
Plant AS ProductionPlant,
'' AS ProductionSupervisor,
'' AS MRPController,
'' AS MRPControllerName,
OrderInternalID AS OrderInternalBillOfOperations,
OrderOperationInternalID AS OrderIntBillOfOperationsItem,
_WorkCenter.WorkCenter AS WorkCenter,
WorkCenterTypeCode,
WorkCenterInternalID,
CapacityRequirementSplit,
ConfirmationText,
Language,
IsFinalConfirmation,
OpenReservationsIsCleared,
IsReversed,
IsReversal,
CancldMfgOrderConfCount,
OrderConfirmationRecordType,
ConfirmedExecutionStartDate,
ConfirmedSetupEndDate,
ConfirmedProcessingStartDate,
ConfirmedProcessingEndDate,
ConfirmedTeardownStartDate,
ConfirmedExecutionEndDate,
ConfirmedExecutionStartTime,
ConfirmedSetupEndTime,
ConfirmedProcessingStartTime,
ConfirmedProcessingEndTime,
ConfirmedTeardownStartTime,
ConfirmedExecutionEndTime,
MfgOrderConfirmationEntryDate,
MfgOrderConfirmationEntryTime,
EnteredByUser,
EnteredByExternalUser,
Plant,
_Plant.PlantName AS PlantName,
_Plant.FactoryCalendar AS FactoryCalendar,
_OrderOperation.MfgOrderOperationIsPhase AS MfgOrderOperationIsPhase,
BusinessArea,
CompanyCode,
ControllingArea,
ProfitCenter,
ProductCostCollector,
PostingDate,
LastChangeDate,
LastChangedByUser,
ConfirmationUnit,
ConfirmationYieldQuantity,
ConfirmationScrapQuantity,
ConfirmationReworkQuantity,
VarianceReasonCode
FROM I_MfgOrderConfirmation
LEFT OUTER JOIN I_MfgOrderOperationBasic AS _OrderOperation ON OrderInternalBillOfOperations = _OrderOperation.OrderInternalBillOfOperations AND OrderIntBillOfOperationsItem = _OrderOperation.OrderIntBillOfOperationsItem -- association [1..1]
;
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