I_EngSnpshtProdnBOMUsage
Production Bill of Material Usage
I_EngSnpshtProdnBOMUsage is a Basic CDS View that provides data about "Production Bill of Material Usage" in SAP S/4HANA. It reads from 1 data source (I_MfgBOMUsage) and exposes 2 fields with key field BillOfMaterialVariantUsage. It has 1 association to related views. Part of development package VDM_MPE_PLAN_ENG_SNPSHT.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_MfgBOMUsage | ProdnBOMUsage | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_BillOfMaterialUsageText | _BillOfMaterialUsageText | $projection.BillOfMaterialVariantUsage = _BillOfMaterialUsageText.BillOfMaterialVariantUsage |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ISNPSHTPRDBOMUSG | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Search.searchable | true | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | Production Bill of Material Usage | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BillOfMaterialVariantUsage | I_MfgBOMUsage | BillOfMaterialVariantUsage | |
| _BillOfMaterialUsageText | _BillOfMaterialUsageText |
@AbapCatalog.sqlViewName: 'ISNPSHTPRDBOMUSG'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Search.searchable: true
@VDM.viewType: #BASIC
@ObjectModel.usageType: {serviceQuality: #B, sizeCategory: #S,dataClass: #CUSTOMIZING}
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Production Bill of Material Usage'
define view I_EngSnpshtProdnBOMUsage as select from I_MfgBOMUsage as ProdnBOMUsage
association [0..*] to I_BillOfMaterialUsageText as _BillOfMaterialUsageText on $projection.BillOfMaterialVariantUsage = _BillOfMaterialUsageText.BillOfMaterialVariantUsage
{
@Search.defaultSearchElement: true
@Search.ranking: #HIGH
@Search.fuzzinessThreshold: 0.8
@ObjectModel.text.association: '_BillOfMaterialUsageText'
key ProdnBOMUsage.BillOfMaterialVariantUsage as BillOfMaterialVariantUsage,
_BillOfMaterialUsageText
}
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