R_BusVolFldCombnSetTypeAssgmt
Bus Vol Field Combn Set Type Assignment
R_BusVolFldCombnSetTypeAssgmt is a Basic CDS View that provides data about "Bus Vol Field Combn Set Type Assignment" in SAP S/4HANA. It reads from 1 data source (wb2_c_bvbtype_fc) and exposes 10 fields with key fields BusVolFldCombnSet, BusVolFieldCombnType. It has 3 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| wb2_c_bvbtype_fc | wb2_c_bvbtype_fc | from |
Associations (3)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | R_BusVolFieldCombnType | _BusVolFieldCombnType | $projection.BusVolFieldCombnType = _BusVolFieldCombnType.BusVolFieldCombnType |
| [0..1] | R_BusVolFldCombnSet | _BusVolFldCombnSet | $projection.BusVolFldCombnSet = _BusVolFldCombnSet.BusVolFldCombnSet |
| [0..1] | I_BusVolFldCombnAllwdSign | _BusVolFldCombnAllwdSign | $projection.BusVolFldCombnAllwdSign = _BusVolFldCombnAllwdSign.BusVolFldCombnAllwdSign |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Bus Vol Field Combn Set Type Assignment | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.representativeKey | BusVolFldCombnSet | 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 | RBUSVOLFLDSASG | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| Metadata.allowExtensions | false | view |
Fields (10)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BusVolFldCombnSet | busvolbase_type | ||
| KEY | BusVolFieldCombnType | fieldcomb | ||
| BusVolFldCombnGroup | fc_group | |||
| BusVolFldCombnAllwdSign | incl_excl_allowed | |||
| BusVolFldCombnValdtyIsAllwd | validity_active | |||
| BusVolFldCombnMinNrOfEntries | min_entries | |||
| BusVolFldCombnMaxNrOfEntries | max_entries | |||
| _BusVolFieldCombnType | _BusVolFieldCombnType | |||
| _BusVolFldCombnSet | _BusVolFldCombnSet | |||
| _BusVolFldCombnAllwdSign | _BusVolFldCombnAllwdSign |
@EndUserText.label: 'Bus Vol Field Combn Set Type Assignment'
@AccessControl: {
authorizationCheck: #NOT_REQUIRED
}
@ObjectModel: {
representativeKey: 'BusVolFldCombnSet',
usageType: {
dataClass: #CUSTOMIZING,
serviceQuality: #B,
sizeCategory: #S
}
}
@VDM: {
viewType: #BASIC,
lifecycle.contract.type: #SAP_INTERNAL_API
}
@Analytics: {
technicalName: 'RBUSVOLFLDSASG'
}
@Metadata: {
ignorePropagatedAnnotations: true,
allowExtensions: false
}
/*+[hideWarning] { "IDS" : [ "CALCULATED_FIELD_CHECK" ] } */
define view entity R_BusVolFldCombnSetTypeAssgmt
as select from wb2_c_bvbtype_fc
association [0..1] to R_BusVolFieldCombnType as _BusVolFieldCombnType on $projection.BusVolFieldCombnType = _BusVolFieldCombnType.BusVolFieldCombnType
association [0..1] to R_BusVolFldCombnSet as _BusVolFldCombnSet on $projection.BusVolFldCombnSet = _BusVolFldCombnSet.BusVolFldCombnSet
association [0..1] to I_BusVolFldCombnAllwdSign as _BusVolFldCombnAllwdSign on $projection.BusVolFldCombnAllwdSign = _BusVolFldCombnAllwdSign.BusVolFldCombnAllwdSign
{
key busvolbase_type as BusVolFldCombnSet,
@ObjectModel.foreignKey.association: '_BusVolFieldCombnType'
key fieldcomb as BusVolFieldCombnType,
fc_group as BusVolFldCombnGroup,
@ObjectModel.foreignKey.association: '_BusVolFldCombnAllwdSign'
incl_excl_allowed as BusVolFldCombnAllwdSign,
validity_active as BusVolFldCombnValdtyIsAllwd,
min_entries as BusVolFldCombnMinNrOfEntries,
max_entries as BusVolFldCombnMaxNrOfEntries,
/* Associations */
_BusVolFieldCombnType,
_BusVolFldCombnSet,
_BusVolFldCombnAllwdSign
}
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