R_BusVolFldCombnSet

DDL: R_BUSVOLFLDCOMBNSET Type: view_entity BASIC

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.

Data Sources (1)

SourceAliasJoin Type
wb2_c_bvb_type wb2_c_bvb_type from

Associations (2)

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

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 #B 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: #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
}