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