C_MfgOrderOprObjPgCnf
Mfg Order Operations Confirmation
C_MfgOrderOprObjPgCnf is a Consumption CDS View that provides data about "Mfg Order Operations Confirmation" in SAP S/4HANA. It reads from 1 data source (I_MfgOrderOperation) and exposes 12 fields with key fields ManufacturingOrder, ManufacturingOrderOperation.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_MfgOrderOperation | I_MfgOrderOperation | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Mfg Order Operations Confirmation | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ObjectModel.representativeKey | ManufacturingOrderOperation | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| VDM.viewType | #CONSUMPTION | view |
Fields (12)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ManufacturingOrder | ManufacturingOrder | ||
| KEY | ManufacturingOrderOperation | ManufacturingOrderOperation | ||
| ManufacturingOrderType | ManufacturingOrderType | |||
| ManufacturingOrderCategory | ManufacturingOrderCategory | |||
| ProductionPlant | ProductionPlant | |||
| OperationUnit | OperationUnit | |||
| OpErlstSchedldExecStrtDte | OpErlstSchedldExecStrtDte | |||
| OpErlstSchedldExecStrtTme | OpErlstSchedldExecStrtTme | |||
| OpTotalConfirmedYieldQty | OpTotalConfirmedYieldQty | |||
| OpTotalConfirmedScrapQty | OpTotalConfirmedScrapQty | |||
| OperationConfirmedReworkQty | OperationConfirmedReworkQty | |||
| _MfgOrder | _MfgOrder |
@EndUserText.label: 'Mfg Order Operations Confirmation'
@AccessControl.authorizationCheck: #CHECK
@ObjectModel.representativeKey: 'ManufacturingOrderOperation'
@ObjectModel.semanticKey: ['ManufacturingOrder','ManufacturingOrderOperation' ]
@ObjectModel.usageType: {serviceQuality: #C, sizeCategory: #XL, dataClass: #TRANSACTIONAL}
@VDM.viewType: #CONSUMPTION
define view entity C_MfgOrderOprObjPgCnf
as select from I_MfgOrderOperation
{
@ObjectModel.foreignKey.association: '_MfgOrder'
@Consumption.valueHelpDefinition: [ { entity: { name: 'I_MfgOrderStdVH', element: 'ManufacturingOrder' } } ]
@UI.hidden: true
key ManufacturingOrder,
@UI.hidden: true
key ManufacturingOrderOperation,
@UI.hidden: true
ManufacturingOrderType,
@UI.hidden: true
ManufacturingOrderCategory,
@UI.hidden: true
ProductionPlant,
OperationUnit,
@UI.lineItem: [{position:10}]
OpErlstSchedldExecStrtDte,
@UI.lineItem: [{position:20}]
OpErlstSchedldExecStrtTme,
@Semantics.quantity.unitOfMeasure: 'OperationUnit'
@UI.lineItem: [{position:30}]
//@DefaultAggregation: #SUM
OpTotalConfirmedYieldQty,
@Semantics.quantity.unitOfMeasure: 'OperationUnit'
@UI.lineItem: [{position:40}]
//@DefaultAggregation: #SUM
OpTotalConfirmedScrapQty,
@Semantics.quantity.unitOfMeasure: 'OperationUnit'
@UI.lineItem: [{position:50}]
//@DefaultAggregation: #SUM
OperationConfirmedReworkQty,
// Associations
_MfgOrder
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_MFGORDEROPERATION"
],
"ASSOCIATED":
[
"I_MFGORDER"
],
"BASE":
[
"I_MFGORDEROPERATION"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- 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