C_MfgOrderOprObjPgCnf

DDL: C_MFGORDEROPROBJPGCNF Type: view_entity CONSUMPTION

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)

SourceAliasJoin Type
I_MfgOrderOperation I_MfgOrderOperation from

Annotations (7)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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":""
}
}*/