A_BillOfMaterialUsageText
Usage Description
A_BillOfMaterialUsageText is a Basic CDS View that provides data about "Usage Description" in SAP S/4HANA. It reads from 1 data source (I_BillOfMaterialUsageText) and exposes 3 fields with key fields Language, BillOfMaterialVariantUsage. Part of development package CS_MODEL_API.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_BillOfMaterialUsageText | I_BillOfMaterialUsageText | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.representativeKey | BillOfMaterialVariantUsage | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| VDM.viewType | #BASIC | view | |
| EndUserText.label | Usage Description | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | Language | ||
| KEY | BillOfMaterialVariantUsage | BillOfMaterialVariantUsage | ||
| BillOfMaterialVariantUsageDesc | BillOfMaterialVariantUsageDesc |
@AccessControl.authorizationCheck: #CHECK
@ObjectModel.dataCategory: #TEXT
//@Analytics.technicalName: 'ABOMUSAGETEXT'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.representativeKey: 'BillOfMaterialVariantUsage'
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@VDM.viewType: #BASIC
@EndUserText.label: 'Usage Description'
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
define view entity A_BillOfMaterialUsageText as
select from I_BillOfMaterialUsageText {
@Semantics.language
key Language,
key BillOfMaterialVariantUsage,
@Semantics.text: true
BillOfMaterialVariantUsageDesc
}
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