C_ListingSourceVH

DDL: C_LISTINGSOURCEVH Type: view_entity CONSUMPTION Package: RFM_LISTING_OVERVIEW

Listing Source F4 help

C_ListingSourceVH is a Consumption CDS View that provides data about "Listing Source F4 help" in SAP S/4HANA. It reads from 1 data source (I_DomainFixedValue) and exposes 3 fields with key fields SAPDataDictionaryDomain, DomainValue. Part of development package RFM_LISTING_OVERVIEW.

Data Sources (1)

SourceAliasJoin Type
I_DomainFixedValue I_DomainFixedValue from

Annotations (11)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Listing Source F4 help view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey DomainValue view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #ORGANIZATIONAL view
VDM.viewType #CONSUMPTION view
Search.searchable true view
Consumption.ranked true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY SAPDataDictionaryDomain SAPDataDictionaryDomain
KEY DomainValue DomainValue
DomainText
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Listing Source F4 help'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel:{
  dataCategory:#VALUE_HELP ,
  representativeKey: 'DomainValue',
  usageType:{
    serviceQuality: #X,
    sizeCategory: #S,
    dataClass: #ORGANIZATIONAL
  }
}
@VDM.viewType:#CONSUMPTION
@Search.searchable: true
@Consumption.ranked:true
define root view entity C_ListingSourceVH
  as select from I_DomainFixedValue
{
      @UI.hidden: true
  key SAPDataDictionaryDomain,

      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
  key DomainValue,
      _DomainFixedValueText[1:Language=$session.system_language ].DomainText
}
where
  SAPDataDictionaryDomain = 'W_URSAC_LI'