C_SlsOrdProdnModMstrRtgBOMVers
Master Routing and BOM
C_SlsOrdProdnModMstrRtgBOMVers is a Consumption CDS View that provides data about "Master Routing and BOM" in SAP S/4HANA. It reads from 1 data source (I_ProdnVersRtgBOMVers) and exposes 15 fields with key fields Material, Plant, ProductionVersion, ProdnVersRtgBOMVersInternalId. It is exposed through 1 OData service (UI_SLSORD_PRODNMODEL_MANAGE).
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ProdnVersRtgBOMVers | I_ProdnVersRtgBOMVers | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.viewType | #CONSUMPTION | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | Master Routing and BOM | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MIXED | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_SLSORD_PRODNMODEL_MANAGE | UI_SLSORD_PRODNMODEL_MANAGE | V4 | C1 | NOT_RELEASED |
Fields (15)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Material | Material | ||
| KEY | Plant | Plant | ||
| KEY | ProductionVersion | ProductionVersion | ||
| KEY | ProdnVersRtgBOMVersInternalId | ProdnVersRtgBOMVersInternalId | ||
| BillOfOperationsGroup | BillOfOperationsGroup | |||
| BillOfOperationsVariant | BillOfOperationsVariant | |||
| BillOfMaterialVariantUsage | BillOfMaterialVariantUsage | |||
| BillOfMaterialVariant | BillOfMaterialVariant | |||
| BillOfOperationsVersion | BillOfOperationsVersion | |||
| BillOfMaterialVersion | BillOfMaterialVersion | |||
| ValidityStartDate | ValidityStartDate | |||
| ValidityEndDate | ValidityEndDate | |||
| BillOfOperationsType | BillOfOperationsType | |||
| BillOfMaterialCategory | BillOfMaterialCategory | |||
| BillOfMaterial |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@VDM: { viewType: #CONSUMPTION }
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Master Routing and BOM'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #X,
sizeCategory: #S,
dataClass: #MIXED
}
define view entity C_SlsOrdProdnModMstrRtgBOMVers
as select from I_ProdnVersRtgBOMVers
{
@UI.facet: [ { id : 'MasterBOMRoutingVers',
purpose : #STANDARD,
type : #FIELDGROUP_REFERENCE,
label : 'Production Version',
targetQualifier : 'MasterBOMRTGVers',
position : 10 } ]
@UI.hidden: true
key Material,
@UI.hidden: true
key Plant,
@UI.hidden: true
key ProductionVersion,
@UI.hidden: true
key ProdnVersRtgBOMVersInternalId,
@UI.hidden: true
BillOfOperationsGroup,
@UI.hidden: true
BillOfOperationsVariant,
@UI.hidden: true
BillOfMaterialVariantUsage,
@UI.hidden: true
BillOfMaterialVariant,
@UI.lineItem: [{ qualifier: 'MasterBOMRoutingVers', position: 10 }]
BillOfOperationsVersion,
@UI.lineItem: [{ qualifier: 'MasterBOMRoutingVers', position: 20 }]
BillOfMaterialVersion,
@UI.lineItem: [{ qualifier: 'MasterBOMRoutingVers', position: 30 }]
@Semantics.dateTime: true
ValidityStartDate,
@UI.lineItem: [{ qualifier: 'MasterBOMRoutingVers', position: 40 }]
@Semantics.dateTime: true
ValidityEndDate,
@UI.hidden: true
BillOfOperationsType,
@UI.hidden: true
BillOfMaterialCategory,
@UI.hidden: true
cast( BillOfMaterial as cs_stlnr ) as BillOfMaterial
}
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