I_MfgBillOfOperationsOperation
Manufacturing Bill of Operations Operation
I_MfgBillOfOperationsOperation is a Basic CDS View (Dimension) that provides data about "Manufacturing Bill of Operations Operation" in SAP S/4HANA. It reads from 1 data source (I_BillOfOperationsOperation) and exposes 13 fields with key fields BillOfOperationsType, BillOfOperationsGroup, BillOfOperationsVariant, BillOfOperationsSequence, BOOOperationInternalID. It has 3 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_BillOfOperationsOperation | plas | from |
Associations (3)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_MfgBillOfOperations | _BillOfOperations | $projection.BillOfOperationsType = _BillOfOperations.BillOfOperationsType and $projection.BillOfOperationsGroup = _BillOfOperations.BillOfOperationsGroup and $projection.BillOfOperationsVariant = _BillOfOperations.BillOfOperationsVariant -- to parent |
| [1..1] | I_MfgBillOfOperationsSequence | _BillOfOperationsSequence | $projection.BillOfOperationsType = _BillOfOperationsSequence.BillOfOperationsType and $projection.BillOfOperationsGroup = _BillOfOperationsSequence.BillOfOperationsGroup and $projection.BillOfOperationsVariant = _BillOfOperationsSequence.BillOfOperationsVariant and $projection.BillOfOperationsSequence = _BillOfOperationsSequence.BillOfOperationsSequence -- to child |
| [1..*] | I_MfgBOOOperationChangeState | _BOOOperationChangeState | $projection.BillOfOperationsType = _BOOOperationChangeState.BillOfOperationsType and $projection.BillOfOperationsGroup = _BOOOperationChangeState.BillOfOperationsGroup and $projection.BillOfOperationsVariant = _BOOOperationChangeState.BillOfOperationsVariant and $projection.BillOfOperationsSequence = _BOOOperationChangeState.BillOfOperationsSequence and $projection.BOOOperationInternalID = _BOOOperationChangeState.BOOOperationInternalID |
Annotations (19)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IMFGBOOOPERATION | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.dataExtraction.enabled | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ClientHandling.type | #CLIENT_DEPENDENT | view | |
| Metadata.allowExtensions | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.modelingPattern | #ANALYTICAL_DIMENSION | view | |
| ObjectModel.representativeKey | BOOOperationInternalID | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| EndUserText.label | Manufacturing Bill of Operations Operation | view |
Fields (13)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BillOfOperationsType | I_BillOfOperationsOperation | BillOfOperationsType | |
| KEY | BillOfOperationsGroup | I_BillOfOperationsOperation | BillOfOperationsGroup | |
| KEY | BillOfOperationsVariant | I_BillOfOperationsOperation | BillOfOperationsVariant | |
| KEY | BillOfOperationsSequence | I_BillOfOperationsOperation | BillOfOperationsSequence | |
| KEY | BOOOperationInternalID | I_BillOfOperationsOperation | BOOOperationInternalID | |
| _BillOfOperationsType | _BillOfOperationsType | |||
| _BillOfOperationsGroup | _BillOfOperationsGroup | |||
| _BillOfOperations | _BillOfOperations | |||
| _BillOfOperationsSequence | _BillOfOperationsSequence | |||
| _BOOOpMaterialPRTChangeState | ||||
| _BOOOpEquipmentPRTChangeState | ||||
| _BOOOpMiscPRTChangeState | ||||
| _BOOOpDocumentPRTChangeState |
@AbapCatalog.sqlViewName: 'IMFGBOOOPERATION'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #NOT_REQUIRED
@Analytics: {dataCategory: #DIMENSION, dataExtraction.enabled: true}
@ClientHandling.algorithm: #SESSION_VARIABLE
@ClientHandling.type: #CLIENT_DEPENDENT
@Metadata.allowExtensions: true
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION
@ObjectModel.supportedCapabilities: [#ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #EXTRACTION_DATA_SOURCE]
@ObjectModel.representativeKey: 'BOOOperationInternalID'
@ObjectModel.usageType: {serviceQuality: #B, sizeCategory: #L, dataClass: #MASTER}
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@EndUserText.label: 'Manufacturing Bill of Operations Operation'
define view I_MfgBillOfOperationsOperation
as select from I_BillOfOperationsOperation as plas
-- to root
association [1..1] to I_MfgBillOfOperations as _BillOfOperations on $projection.BillOfOperationsType = _BillOfOperations.BillOfOperationsType
and $projection.BillOfOperationsGroup = _BillOfOperations.BillOfOperationsGroup
and $projection.BillOfOperationsVariant = _BillOfOperations.BillOfOperationsVariant
-- to parent
association [1..1] to I_MfgBillOfOperationsSequence as _BillOfOperationsSequence on $projection.BillOfOperationsType = _BillOfOperationsSequence.BillOfOperationsType
and $projection.BillOfOperationsGroup = _BillOfOperationsSequence.BillOfOperationsGroup
and $projection.BillOfOperationsVariant = _BillOfOperationsSequence.BillOfOperationsVariant
and $projection.BillOfOperationsSequence = _BillOfOperationsSequence.BillOfOperationsSequence
-- to child
association [1..*] to I_MfgBOOOperationChangeState as _BOOOperationChangeState on $projection.BillOfOperationsType = _BOOOperationChangeState.BillOfOperationsType
and $projection.BillOfOperationsGroup = _BOOOperationChangeState.BillOfOperationsGroup
and $projection.BillOfOperationsVariant = _BOOOperationChangeState.BillOfOperationsVariant
and $projection.BillOfOperationsSequence = _BOOOperationChangeState.BillOfOperationsSequence
and $projection.BOOOperationInternalID = _BOOOperationChangeState.BOOOperationInternalID
{
// Key
@ObjectModel.foreignKey.association: '_BillOfOperationsType'
key plas.BillOfOperationsType,
@ObjectModel.foreignKey.association: '_BillOfOperationsGroup'
key plas.BillOfOperationsGroup,
@ObjectModel.foreignKey.association: '_BillOfOperations'
key plas.BillOfOperationsVariant,
@ObjectModel.foreignKey.association: '_BillOfOperationsSequence'
key plas.BillOfOperationsSequence,
// representative key BillOfOperationsOperationInternal
key plas.BOOOperationInternalID,
// Associations
_BillOfOperationsType,
_BillOfOperationsGroup,
_BillOfOperations,
_BillOfOperationsSequence,
_BOOOperationChangeState
-- _BOOOpBOMItemChangeState,
-- _BOOOpMaterialPRTChangeState,
-- _BOOOpEquipmentPRTChangeState,
-- _BOOOpMiscPRTChangeState,
-- _BOOOpDocumentPRTChangeState
}
where plas.BillOfOperationsType = '2' // Recipe
or plas.BillOfOperationsType = 'N' // Standard routing
or plas.BillOfOperationsType = 'S'; // Reference operation set
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_BILLOFOPERATIONSOPERATION"
],
"ASSOCIATED":
[
"I_BILLOFOPERATIONSGROUP",
"I_BILLOFOPERATIONSTYPE",
"I_MFGBILLOFOPERATIONS",
"I_MFGBILLOFOPERATIONSSEQUENCE",
"I_MFGBOOOPERATIONCHANGESTATE"
],
"BASE":
[
"I_BILLOFOPERATIONSOPERATION"
],
"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