R_BusVolFldCombnSetText
Bus Volume Field Combination Set - Text
R_BusVolFldCombnSetText is a Basic CDS View that provides data about "Bus Volume Field Combination Set - Text" in SAP S/4HANA. It reads from 1 data source (wb2_c_bvb_typet) and exposes 5 fields with key fields Language, BusVolFldCombnSet. It has 2 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| wb2_c_bvb_typet | wb2_c_bvb_typet | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | R_BusVolFldCombnSet | _BusVolFldCombnSet | $projection.BusVolFldCombnSet = _BusVolFldCombnSet.BusVolFldCombnSet |
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Bus Volume Field Combination Set - Text | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.representativeKey | BusVolFldCombnSet | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| Analytics.technicalName | RBUSFLDCMBNSETT | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| Metadata.allowExtensions | false | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | spras | ||
| KEY | BusVolFldCombnSet | busvolbase_type | ||
| BusVolFldCombnSetDesc | text | |||
| _BusVolFldCombnSet | _BusVolFldCombnSet | |||
| _Language | _Language |
@EndUserText.label: 'Bus Volume Field Combination Set - Text'
@AccessControl: {
authorizationCheck: #NOT_REQUIRED
}
@ObjectModel: {
representativeKey: 'BusVolFldCombnSet',
dataCategory: #TEXT,
usageType: {
dataClass: #CUSTOMIZING,
serviceQuality: #B,
sizeCategory: #S
}
}
@VDM: {
viewType: #BASIC,
lifecycle.contract.type: #SAP_INTERNAL_API
}
@Analytics: {
technicalName: 'RBUSFLDCMBNSETT'
}
@Metadata: {
ignorePropagatedAnnotations: true,
allowExtensions: false
}
define view entity R_BusVolFldCombnSetText
as select from wb2_c_bvb_typet
association [0..1] to R_BusVolFldCombnSet as _BusVolFldCombnSet on $projection.BusVolFldCombnSet = _BusVolFldCombnSet.BusVolFldCombnSet
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
@ObjectModel.foreignKey.association: '_Language'
@Semantics.language: true
key spras as Language,
@ObjectModel.foreignKey.association: '_BusVolFldCombnSet'
key busvolbase_type as BusVolFldCombnSet,
@Semantics.text: true
text as BusVolFldCombnSetDesc,
/* Associations */
_BusVolFldCombnSet,
_Language
}
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