R_BusVolFldCombnSetText

DDL: R_BUSVOLFLDCOMBNSETTEXT Type: view_entity BASIC

Bus Volume Field Combination Set - Text

R_BusVolFldCombnSetText is a Basic CDS View that provides data about "Bus Volume Field Combination Set - Text" in SAP S/4HANA. It reads from 1 data source (wb2_c_bvb_typet) and exposes 5 fields with key fields Language, BusVolFldCombnSet. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
wb2_c_bvb_typet wb2_c_bvb_typet from

Associations (2)

CardinalityTargetAliasCondition
[0..1] R_BusVolFldCombnSet _BusVolFldCombnSet $projection.BusVolFldCombnSet = _BusVolFldCombnSet.BusVolFldCombnSet
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (12)

NameValueLevelField
EndUserText.label Bus Volume Field Combination Set - Text view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey BusVolFldCombnSet view
ObjectModel.dataCategory #TEXT 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 RBUSFLDCMBNSETT view
Metadata.ignorePropagatedAnnotations true view
Metadata.allowExtensions false view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY Language spras
KEY BusVolFldCombnSet busvolbase_type
BusVolFldCombnSetDesc text
_BusVolFldCombnSet _BusVolFldCombnSet
_Language _Language
@EndUserText.label: 'Bus Volume Field Combination Set - Text'
@AccessControl: {
    authorizationCheck: #NOT_REQUIRED
    }
@ObjectModel: {
    representativeKey: 'BusVolFldCombnSet',
    dataCategory: #TEXT,
    usageType: {
      dataClass:      #CUSTOMIZING,
      serviceQuality: #B,
      sizeCategory:   #S
      }
    }
@VDM: {
    viewType: #BASIC,
    lifecycle.contract.type: #SAP_INTERNAL_API
    }
@Analytics: {
    technicalName: 'RBUSFLDCMBNSETT'
    }
@Metadata: {
    ignorePropagatedAnnotations: true,
    allowExtensions: false
    }

define view entity R_BusVolFldCombnSetText
  as select from wb2_c_bvb_typet

  association [0..1] to R_BusVolFldCombnSet as _BusVolFldCombnSet on $projection.BusVolFldCombnSet = _BusVolFldCombnSet.BusVolFldCombnSet
  association [0..1] to I_Language          as _Language          on $projection.Language = _Language.Language

{
      @ObjectModel.foreignKey.association: '_Language'
      @Semantics.language: true
  key spras           as Language,
      @ObjectModel.foreignKey.association: '_BusVolFldCombnSet'
  key busvolbase_type as BusVolFldCombnSet,
      @Semantics.text: true
      text            as BusVolFldCombnSetDesc,

      /* Associations */
      _BusVolFldCombnSet,
      _Language
}