R_BUSVOLFLDCOMBNSET

CDS View

Business Volume Field Combination Set

R_BUSVOLFLDCOMBNSET is a CDS View in S/4HANA. Business Volume Field Combination Set. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_BusVolFldCombnSet view_entity from BASIC Business Volume Field Combination Set
@EndUserText.label: 'Business Volume Field Combination Set'
@AccessControl: {
  authorizationCheck: #NOT_REQUIRED
}
@ObjectModel: {
  representativeKey: 'BusVolFldCombnSet',
  usageType: {
  dataClass:      #CUSTOMIZING,
  serviceQuality: #A,
  sizeCategory:   #S
  }
}
@VDM: {
  viewType: #BASIC,
  lifecycle.contract.type: #SAP_INTERNAL_API
}
@Analytics: {
  technicalName: 'RBUSVOLFLDCOSET'
}
@Metadata: {
  ignorePropagatedAnnotations: true,
  allowExtensions: false
}

define root view entity R_BusVolFldCombnSet
  as select from wb2_c_bvb_type

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

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

      /* Associations */
      _Text,
      _BusVolFldCombnSetTypeAssgmt
}