I_BusVolFldCombnSet

DDL: I_BUSVOLFLDCOMBNSET Type: view_entity BASIC Package: WCB_API_A2A_CONFIG_VDM

Business Volume Field Combination Set

I_BusVolFldCombnSet is a Basic CDS View (Dimension) that provides data about "Business Volume Field Combination Set" in SAP S/4HANA. It reads from 1 data source (R_BusVolFldCombnSet) and exposes 3 fields with key field BusVolFldCombnSet. It has 2 associations to related views. Part of development package WCB_API_A2A_CONFIG_VDM.

Data Sources (1)

SourceAliasJoin Type
R_BusVolFldCombnSet R_BusVolFldCombnSet from

Associations (2)

CardinalityTargetAliasCondition
[0..*] I_BusVolFldCombnSetTypeAssgmt _BusVolFldCombnSetTypeAssgmt $projection.BusVolFldCombnSet = _BusVolFldCombnSetTypeAssgmt.BusVolFldCombnSet
[0..*] I_BusVolFldCombnSetText _Text

Annotations (14)

NameValueLevelField
EndUserText.label Business Volume Field Combination Set view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey BusVolFldCombnSet view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled false view
Analytics.internalName #LOCAL view
Analytics.technicalName IBUSVOLFLDCOSET view
Metadata.ignorePropagatedAnnotations true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY BusVolFldCombnSet BusVolFldCombnSet
_Text _Text
_BusVolFldCombnSetTypeAssgmt _BusVolFldCombnSetTypeAssgmt
@EndUserText.label: 'Business Volume Field Combination Set'
@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: 'IBUSVOLFLDCOSET'
}
@Metadata: {
  ignorePropagatedAnnotations: true
}

define root view entity I_BusVolFldCombnSet
  as select from R_BusVolFldCombnSet

  composition [0..*] of I_BusVolFldCombnSetText       as _Text
  association [0..*] to I_BusVolFldCombnSetTypeAssgmt as _BusVolFldCombnSetTypeAssgmt on $projection.BusVolFldCombnSet = _BusVolFldCombnSetTypeAssgmt.BusVolFldCombnSet

{
      @ObjectModel.text.association: '_Text'
  key BusVolFldCombnSet,

      /* Associations */
      _Text,
      _BusVolFldCombnSetTypeAssgmt
}