R_BusVolFldCombnSet

DDL: R_BUSVOLFLDCOMBNSET Type: view_entity BASIC Package: WCB_CC_PERS

Business Volume Field Combination Set

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

Data Sources (1)

SourceAliasJoin Type
wb2_c_bvb_type wb2_c_bvb_type from

Associations (2)

CardinalityTargetAliasCondition
[0..*] R_BusVolFldCombnSetTypeAssgmt _BusVolFldCombnSetTypeAssgmt $projection.BusVolFldCombnSet = _BusVolFldCombnSetTypeAssgmt.BusVolFldCombnSet
[0..*] R_BusVolFldCombnSetText _Text

Annotations (11)

NameValueLevelField
EndUserText.label Business Volume Field Combination Set view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey BusVolFldCombnSet view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
Analytics.technicalName RBUSVOLFLDCOSET view
Metadata.ignorePropagatedAnnotations true view
Metadata.allowExtensions false view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY BusVolFldCombnSet busvolbase_type
_Text _Text
_BusVolFldCombnSetTypeAssgmt _BusVolFldCombnSetTypeAssgmt
@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
}