R_BUSVOLFIELDCOMBNTYPETEXT
Business Field Combination Type - Text
R_BUSVOLFIELDCOMBNTYPETEXT is a CDS View in S/4HANA. Business Field Combination Type - Text. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_BusVolFieldCombnTypeText | view_entity | from | BASIC | Business Volume Field Combn Type - Text |
@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
}