I_VASCombinationStatusVH

DDL: I_VASCOMBINATIONSTATUSVH Type: view_entity BASIC Package: RFM_VAS_DETERMINATION_RAP

VAS Combination Status

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

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Annotations (11)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label VAS Combination Status view
Metadata.ignorePropagatedAnnotations true view
Search.searchable true view
Consumption.ranked true view
VDM.viewType #BASIC view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey CombinationStatus view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY CombinationStatus
VASStatusText ddtext
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'VAS Combination Status'
@Metadata.ignorePropagatedAnnotations: true
@Search.searchable: true
@Consumption.ranked: true
@VDM.viewType: #BASIC
@ObjectModel:{
    usageType: {
      serviceQuality: #C,
      sizeCategory: #M,
      dataClass: #MASTER
    },
    dataCategory:#VALUE_HELP,
    representativeKey: 'CombinationStatus' 
}
define view entity I_VASCombinationStatusVH 

  as select from dd07t
{
      @Search.defaultSearchElement: true
  key cast(dd07t.domvalue_l as rfm_vas_combination_status ) as CombinationStatus,
      @Semantics.text:true
      ddtext                                        as   VASStatusText 
      

}
where
      domname    = 'RFM_VAS_COMBN_STATUS'
  and ddlanguage = $session.system_language