R_BUSVOLFLDCOMBNSETTEXT
Bus Volume Field Combination Set - Text
R_BUSVOLFLDCOMBNSETTEXT is a CDS View in S/4HANA. Bus Volume Field Combination Set - Text. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_BusVolFldCombnSetText | view | from | BASIC | Bus Volume Field Combination Set - Text |
@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
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"WB2_C_BVB_TYPET"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"R_BUSVOLFLDCOMBNSET"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/