R_BusVolFieldCombnType
Business Field Combination Type
R_BusVolFieldCombnType is a Basic CDS View that provides data about "Business Field Combination Type" in SAP S/4HANA. It reads from 1 data source (wb2_c_bvb_fc) and exposes 3 fields with key field BusVolFieldCombnType. It has 2 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| wb2_c_bvb_fc | wb2_c_bvb_fc | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | R_BusVolFieldCombnTypeText | _Text | $projection.BusVolFieldCombnType = _Text.BusVolFieldCombnType |
| [0..*] | R_BusVolFldCombnTypeFldAssgmt | _BusVolFldCombnTypeFldAssgmt | $projection.BusVolFieldCombnType = _BusVolFldCombnTypeFldAssgmt.BusVolFieldCombnType |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Business Field Combination Type | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.representativeKey | BusVolFieldCombnType | 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 | RBUSVOLFLDCTYPE | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| Metadata.allowExtensions | false | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BusVolFieldCombnType | fieldcomb | ||
| _Text | _Text | |||
| _BusVolFldCombnTypeFldAssgmt | _BusVolFldCombnTypeFldAssgmt |
@EndUserText.label: 'Business Field Combination Type'
@AccessControl: {
authorizationCheck: #NOT_REQUIRED
}
@ObjectModel: {
representativeKey: 'BusVolFieldCombnType',
usageType: {
dataClass: #CUSTOMIZING,
serviceQuality: #B,
sizeCategory: #S
}
}
@VDM: {
viewType: #BASIC,
lifecycle.contract.type: #SAP_INTERNAL_API
}
@Analytics: {
technicalName: 'RBUSVOLFLDCTYPE'
}
@Metadata: {
ignorePropagatedAnnotations: true,
allowExtensions: false
}
define view entity R_BusVolFieldCombnType
as select from wb2_c_bvb_fc
association [0..*] to R_BusVolFieldCombnTypeText as _Text on $projection.BusVolFieldCombnType = _Text.BusVolFieldCombnType
association [0..*] to R_BusVolFldCombnTypeFldAssgmt as _BusVolFldCombnTypeFldAssgmt on $projection.BusVolFieldCombnType = _BusVolFldCombnTypeFldAssgmt.BusVolFieldCombnType
{
@ObjectModel.text.association: '_Text'
key fieldcomb as BusVolFieldCombnType,
/* Associations */
_Text,
_BusVolFldCombnTypeFldAssgmt
}
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