I_VASCombinationTypeVH

DDL: I_VASCOMBINATIONTYPEVH Type: view_entity BASIC Package: RFM_VAS_DETERMINATION_RAP

VAS Combination Type

I_VASCombinationTypeVH is a Basic CDS View that provides data about "VAS Combination Type" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 2 fields with key field VASUsage. Part of development package RFM_VAS_DETERMINATION_RAP.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.representativeKey VASUsage view
Search.searchable true view
VDM.viewType #BASIC view
ObjectModel.dataCategory #VALUE_HELP view
EndUserText.label VAS Combination Type view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY VASUsage
VASUsageText ddtext
@AccessControl.authorizationCheck: #MANDATORY
@ObjectModel: {
   usageType: {
     dataClass:      #MASTER,
     serviceQuality: #B,
     sizeCategory:   #S
   }
}

@ObjectModel.representativeKey: 'VASUsage'
@Search.searchable: true
@VDM.viewType:#BASIC
@ObjectModel.dataCategory: #VALUE_HELP
@EndUserText.label: 'VAS Combination Type'
define view entity I_VASCombinationTypeVH
  as select from dd07t
{
      @Search.defaultSearchElement: true
      @ObjectModel.text.element: [ 'VASUsageText' ]
  key cast(dd07t.domvalue_l as rfm_vas_usage_type ) as VASUsage,
      @Semantics.text:true
      ddtext                                        as VASUsageText
 
 
}
where
      domname    = 'RFM_VAS_USAGE'
  and ddlanguage = $session.system_language