R_BusVolFieldCombnTypeText

DDL: R_BUSVOLFIELDCOMBNTYPETEXT Type: view_entity BASIC Package: WCB_CC_PERS

Business Field Combination Type - Text

R_BusVolFieldCombnTypeText is a Basic CDS View that provides data about "Business Field Combination Type - Text" in SAP S/4HANA. It reads from 1 data source (wb2_c_bvb_fct) and exposes 5 fields with key fields Language, BusVolFieldCombnType. It has 2 associations to related views. Part of development package WCB_CC_PERS.

Data Sources (1)

SourceAliasJoin Type
wb2_c_bvb_fct wb2_c_bvb_fct from

Associations (2)

CardinalityTargetAliasCondition
[0..1] R_BusVolFieldCombnType _BusVolFieldCombnType $projection.BusVolFieldCombnType = _BusVolFieldCombnType.BusVolFieldCombnType
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (12)

NameValueLevelField
EndUserText.label Business Field Combination Type - Text view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey BusVolFieldCombnType view
ObjectModel.dataCategory #TEXT 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 RBUSVOLFLDCTYPET view
Metadata.ignorePropagatedAnnotations true view
Metadata.allowExtensions false view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY Language spras
KEY BusVolFieldCombnType fieldcomb
BusVolFieldCombnTypeDesc text
_BusVolFieldCombnType _BusVolFieldCombnType
_Language _Language
@EndUserText.label: 'Business Field Combination Type - Text'
@AccessControl: {
    authorizationCheck: #NOT_REQUIRED
    }
@ObjectModel: {
    representativeKey: 'BusVolFieldCombnType',
    dataCategory: #TEXT,
    usageType: {
      dataClass:      #CUSTOMIZING,
      serviceQuality: #A,
      sizeCategory:   #S
      }
    }
@VDM: {
    viewType: #BASIC,
    lifecycle.contract.type: #SAP_INTERNAL_API
    }
@Analytics: {
    technicalName: 'RBUSVOLFLDCTYPET'
    }
@Metadata: {
    ignorePropagatedAnnotations: true,
    allowExtensions: false
    }

define view entity R_BusVolFieldCombnTypeText
  as select from wb2_c_bvb_fct

  association [0..1] to R_BusVolFieldCombnType as _BusVolFieldCombnType on $projection.BusVolFieldCombnType = _BusVolFieldCombnType.BusVolFieldCombnType
  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: '_BusVolFieldCombnType'
  key fieldcomb as BusVolFieldCombnType,
      @Semantics.text: true
      text      as BusVolFieldCombnTypeDesc,

      /* Associations */
      _BusVolFieldCombnType,
      _Language

}