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 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: #B,
      sizeCategory:   #S
      }
    }
@VDM: {
    viewType: #BASIC,
    lifecycle.contract.type: #SAP_INTERNAL_API
    }
@Analytics: {
    technicalName: 'RBUSVOLFLDCOSET'
    }
@Metadata: {
    ignorePropagatedAnnotations: true,
    allowExtensions: false
    }

define view entity R_BusVolFldCombnSet
  as select from wb2_c_bvb_type

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

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

      /* Associations */
      _Text,
      _BusVolFldCombnSetTypeAssgmt
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"WB2_C_BVB_TYPE"
],
"ASSOCIATED":
[
"R_BUSVOLFLDCOMBNSETTEXT",
"R_BUSVOLFLDCOMBNSETTYPEASSGMT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/