I_ProdnVersBillOfMatlUsageVH
Bill of Material Usage
I_ProdnVersBillOfMatlUsageVH is a Basic CDS View that provides data about "Bill of Material Usage" in SAP S/4HANA. It reads from 1 data source (I_BillOfMaterialUsage) and exposes 3 fields with key fields BillOfMaterialVariantUsage, Language.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_BillOfMaterialUsage | BillOfMaterialUsage | from |
Annotations (15)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IPVBOMUSGVH | view | |
| ClientHandling.type | #INHERITED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| Search.searchable | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Bill of Material Usage | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | BillOfMaterialVariantUsage | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BillOfMaterialVariantUsage | I_BillOfMaterialUsage | BillOfMaterialVariantUsage | |
| KEY | Language | I_BillOfMaterialUsage | Language | |
| BillOfMaterialVariantUsageDesc | I_BillOfMaterialUsage | BillOfMaterialVariantUsageDesc |
@AbapCatalog.sqlViewName: 'IPVBOMUSGVH'
@ClientHandling.type : #INHERITED
@ClientHandling.algorithm : #SESSION_VARIABLE
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@VDM.viewType: #BASIC
@ObjectModel.usageType: {serviceQuality: #B, sizeCategory: #S,dataClass: #CUSTOMIZING}
@ObjectModel.resultSet.sizeCategory: #XS
@Search.searchable: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Bill of Material Usage'
@ObjectModel.dataCategory:#VALUE_HELP
@ObjectModel.representativeKey: 'BillOfMaterialVariantUsage'
define view I_ProdnVersBillOfMatlUsageVH
as select from I_BillOfMaterialUsage as BillOfMaterialUsage
{
key BillOfMaterialUsage.BillOfMaterialVariantUsage,
key BillOfMaterialUsage.Language,
BillOfMaterialUsage.BillOfMaterialVariantUsageDesc
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_BILLOFMATERIALUSAGE"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"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