C_ListingSourceVH
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)
| Source | Alias | Join Type |
|---|---|---|
| I_DomainFixedValue | I_DomainFixedValue | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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'
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA