I_MfgBillOfOperationsSequence
Manufacturing Bill of Operations Sequence
I_MfgBillOfOperationsSequence is a Basic CDS View (Dimension) that provides data about "Manufacturing Bill of Operations Sequence" in SAP S/4HANA. It has 3 associations to related views.
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 child |
| [1..*] | I_MfgBOOSequenceChangeState | _BOOSequenceChangeState | $projection.BillOfOperationsType = _BOOSequenceChangeState.BillOfOperationsType and $projection.BillOfOperationsGroup = _BOOSequenceChangeState.BillOfOperationsGroup and $projection.BillOfOperationsVariant = _BOOSequenceChangeState.BillOfOperationsVariant and $projection.BillOfOperationsSequence = _BOOSequenceChangeState.BillOfOperationsSequence -- to child |
| [1..*] | I_MfgBillOfOperationsOperation | _BillOfOperationsOperation | $projection.BillOfOperationsType = _BillOfOperationsOperation.BillOfOperationsType and $projection.BillOfOperationsGroup = _BillOfOperationsOperation.BillOfOperationsGroup and $projection.BillOfOperationsVariant = _BillOfOperationsOperation.BillOfOperationsVariant and $projection.BillOfOperationsSequence = _BillOfOperationsOperation.BillOfOperationsSequence |
Annotations (17)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IMFGBOOSEQUENCE | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| Analytics.dataCategory | #DIMENSION | 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 | BillOfOperationsSequence | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| EndUserText.label | Manufacturing Bill of Operations Sequence | view |
Fields (9)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BillOfOperationsType | plfl | BillOfOperationsType | |
| KEY | BillOfOperationsGroup | plfl | BillOfOperationsGroup | |
| KEY | BillOfOperationsVariant | plfl | BillOfOperationsVariant | |
| KEY | BillOfOperationsSequence | plfl | BillOfOperationsSequence | |
| _BillOfOperations | _BillOfOperations | |||
| _BillOfOperationsGroup | _BillOfOperationsGroup | |||
| _BillOfOperationsType | _BillOfOperationsType | |||
| _BillOfOperationsOperation | _BillOfOperationsOperation | |||
| _BOOSequenceChangeState | _BOOSequenceChangeState |
@AbapCatalog.sqlViewName: 'IMFGBOOSEQUENCE'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@Analytics.dataCategory: #DIMENSION
@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]
@ObjectModel.representativeKey: 'BillOfOperationsSequence'
@ObjectModel.semanticKey: ['BillOfOperationsType', 'BillOfOperationsGroup', 'BillOfOperationsVariant', 'BillOfOperationsSequence']
@ObjectModel.usageType: {serviceQuality: #A, sizeCategory: #M, dataClass: #MASTER}
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@EndUserText.label: 'Manufacturing Bill of Operations Sequence'
define view I_MfgBillOfOperationsSequence
as select distinct from I_BillOfOperationsSequence as plfl
-- to parent / 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 child
association [1..*] to I_MfgBOOSequenceChangeState as _BOOSequenceChangeState on $projection.BillOfOperationsType = _BOOSequenceChangeState.BillOfOperationsType
and $projection.BillOfOperationsGroup = _BOOSequenceChangeState.BillOfOperationsGroup
and $projection.BillOfOperationsVariant = _BOOSequenceChangeState.BillOfOperationsVariant
and $projection.BillOfOperationsSequence = _BOOSequenceChangeState.BillOfOperationsSequence
-- to child
association [1..*] to I_MfgBillOfOperationsOperation as _BillOfOperationsOperation on $projection.BillOfOperationsType = _BillOfOperationsOperation.BillOfOperationsType
and $projection.BillOfOperationsGroup = _BillOfOperationsOperation.BillOfOperationsGroup
and $projection.BillOfOperationsVariant = _BillOfOperationsOperation.BillOfOperationsVariant
and $projection.BillOfOperationsSequence = _BillOfOperationsOperation.BillOfOperationsSequence
{
// Key
@ObjectModel.foreignKey.association: '_BillOfOperationsType'
key plfl.BillOfOperationsType,
@ObjectModel.foreignKey.association: '_BillOfOperationsGroup'
key plfl.BillOfOperationsGroup,
@Consumption.valueHelpDefinition: [ { entity: { name: 'I_MfgBillOfOperationsStdVH', element: 'BillOfOperationsVariant' } } ]
@ObjectModel.foreignKey.association: '_BillOfOperations'
key plfl.BillOfOperationsVariant,
// representative key BillOfOperationsSequence
key plfl.BillOfOperationsSequence,
// Associations
_BillOfOperations,
_BillOfOperationsGroup,
_BillOfOperationsType,
_BillOfOperationsOperation,
_BOOSequenceChangeState
}
where plfl.BillOfOperationsType = '2' // Recipe
or plfl.BillOfOperationsType = 'N' // Standard routing
or plfl.BillOfOperationsType = 'S'; // Reference operation set
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_BILLOFOPERATIONSSEQUENCE"
],
"ASSOCIATED":
[
"I_BILLOFOPERATIONSGROUP",
"I_BILLOFOPERATIONSTYPE",
"I_MFGBILLOFOPERATIONS",
"I_MFGBILLOFOPERATIONSOPERATION",
"I_MFGBOOSEQUENCECHANGESTATE"
],
"BASE":
[
"I_BILLOFOPERATIONSSEQUENCE"
],
"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