I_RecmddProdnVersMatlBOM
Material BOM for Recmd Production Vers
I_RecmddProdnVersMatlBOM is a Composite CDS View that provides data about "Material BOM for Recmd Production Vers" in SAP S/4HANA. It reads from 1 data source (I_MaterialBOM) and exposes 11 fields with key fields BillOfMaterialCategory, BillOfMaterial, BillOfMaterialVariant, BillOfMaterialVersion, EngineeringChangeDocument. Part of development package VDM_PP_MD_PRV.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_MaterialBOM | I_MaterialBOM | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | Material BOM for Recmd Production Vers | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| VDM.viewType | #COMPOSITE | view |
Fields (11)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BillOfMaterialCategory | BillOfMaterialCategory | ||
| KEY | BillOfMaterial | |||
| KEY | BillOfMaterialVariant | BillOfMaterialVariant | ||
| KEY | BillOfMaterialVersion | BillOfMaterialVersion | ||
| KEY | EngineeringChangeDocument | EngineeringChangeDocument | ||
| KEY | Material | Material | ||
| KEY | Plant | Plant | ||
| BillOfMaterialVariantUsage | BillOfMaterialVariantUsage | |||
| BOMHeaderText | BOMHeaderText | |||
| HeaderValidityEndDate | HeaderValidityEndDate | |||
| HeaderValidityStartDate | HeaderValidityStartDate |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Material BOM for Recmd Production Vers'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #X,
sizeCategory: #S,
dataClass: #MIXED
}
@VDM.viewType: #COMPOSITE
define view entity I_RecmddProdnVersMatlBOM
as select from I_MaterialBOM
{
key BillOfMaterialCategory,
//using cast to delink the Conversion Routine "NUMCV" on BillOfMaterial
key cast ( BillOfMaterial as abap.char(8) ) as BillOfMaterial,
key BillOfMaterialVariant,
key BillOfMaterialVersion,
key EngineeringChangeDocument,
key Material,
key Plant,
BillOfMaterialVariantUsage,
BOMHeaderText,
@Semantics.businessDate.to: true
HeaderValidityEndDate,
@Semantics.businessDate.from: true
HeaderValidityStartDate
}
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