R_BUSVOLFIELDCOMBNTYPE

CDS View

Business Field Combination Type

R_BUSVOLFIELDCOMBNTYPE is a CDS View in S/4HANA. Business Field Combination Type. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_BusVolFieldCombnType view from BASIC Business Volume Field Combination Type
@EndUserText.label: 'Business Field Combination Type'
@AccessControl: {
    authorizationCheck: #NOT_REQUIRED
    }
@ObjectModel: {
    representativeKey: 'BusVolFieldCombnType',
    usageType: {
      dataClass:      #CUSTOMIZING,
      serviceQuality: #B,
      sizeCategory:   #S
      }
    }
@VDM: {
    viewType: #BASIC,
    lifecycle.contract.type: #SAP_INTERNAL_API
    }
@Analytics: {
    technicalName: 'RBUSVOLFLDCTYPE'
    }
@Metadata: {
    ignorePropagatedAnnotations: true,
    allowExtensions: false
    }

define view entity R_BusVolFieldCombnType
  as select from wb2_c_bvb_fc

  association [0..*] to R_BusVolFieldCombnTypeText    as _Text                        on $projection.BusVolFieldCombnType = _Text.BusVolFieldCombnType
  association [0..*] to R_BusVolFldCombnTypeFldAssgmt as _BusVolFldCombnTypeFldAssgmt on $projection.BusVolFieldCombnType = _BusVolFldCombnTypeFldAssgmt.BusVolFieldCombnType

{

      @ObjectModel.text.association: '_Text'
  key fieldcomb as BusVolFieldCombnType,

      /* Associations */
      _Text,
      _BusVolFldCombnTypeFldAssgmt

}