I_BUSVOLFLDCOMBNSETTYPEASSGMT
Bus Vol Field Combn Set Type Assignment
I_BUSVOLFLDCOMBNSETTYPEASSGMT is a CDS View in S/4HANA. Bus Vol Field Combn Set Type Assignment. It contains 1 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_BusVolFldCombnSetTypeAssgmt | view | inner | COMPOSITE | Field Combination Assignment |
Fields (1)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | BusVolFldCombnSet | BusVolFldCombnSet | 1 |
@EndUserText.label: 'Bus Vol Field Combn Set Type Assignment'
@AccessControl: {
authorizationCheck: #NOT_REQUIRED
}
@ObjectModel: {
representativeKey: 'BusVolFldCombnSet',
modelingPattern: #ANALYTICAL_DIMENSION,
supportedCapabilities : [ #ANALYTICAL_DIMENSION,
#CDS_MODELING_ASSOCIATION_TARGET,
#SQL_DATA_SOURCE,
#CDS_MODELING_DATA_SOURCE ],
usageType: {
dataClass: #CUSTOMIZING,
serviceQuality: #A,
sizeCategory: #S
}
}
@VDM: {
viewType: #BASIC, //Planned to Change to #COMPOSITE
lifecycle.contract.type: #PUBLIC_LOCAL_API
}
@Analytics: {
dataCategory: #DIMENSION,
dataExtraction.enabled: false,
internalName: #LOCAL,
technicalName: 'IBUSVOLFLDSASG'
}
@Metadata: {
ignorePropagatedAnnotations: true
}
define view entity I_BusVolFldCombnSetTypeAssgmt
as select from R_BusVolFldCombnSetTypeAssgmt
association [0..1] to I_BusVolFieldCombnType as _BusVolFieldCombnType on $projection.BusVolFieldCombnType = _BusVolFieldCombnType.BusVolFieldCombnType
association [0..1] to I_BusVolFldCombnSet as _BusVolFldCombnSet on $projection.BusVolFldCombnSet = _BusVolFldCombnSet.BusVolFldCombnSet
association [0..1] to I_BusVolFldCombnAllwdSign as _BusVolFldCombnAllwdSign on $projection.BusVolFldCombnAllwdSign = _BusVolFldCombnAllwdSign.BusVolFldCombnAllwdSign
{
key BusVolFldCombnSet,
@ObjectModel.foreignKey.association: '_BusVolFieldCombnType'
key BusVolFieldCombnType,
BusVolFldCombnGroup,
@ObjectModel.foreignKey.association: '_BusVolFldCombnAllwdSign'
BusVolFldCombnAllwdSign,
BusVolFldCombnValdtyIsAllwd,
BusVolFldCombnMinNrOfEntries,
BusVolFldCombnMaxNrOfEntries,
/* Associations */
_BusVolFieldCombnType,
_BusVolFldCombnSet,
_BusVolFldCombnAllwdSign
}