P_PCF_Domain_Value_Text
Texts for fixed values of a DDIC domain
P_PCF_Domain_Value_Text is a CDS View that provides data about "Texts for fixed values of a DDIC domain" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields Name, Code, Language.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | Value | from |
Annotations (2)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_ALLOWED | view | |
| EndUserText.label | Texts for fixed values of a DDIC domain | view |
@AccessControl.authorizationCheck: #NOT_ALLOWED
@EndUserText.label: 'Texts for fixed values of a DDIC domain'
define view entity P_PCF_Domain_Value_Text
as select from dd07t as Value
association to I_Language as _Language
on $projection.Language = _Language.Language
{
key Value.domname as Name,
key Value.domvalue_l as Code,
key Value.ddlanguage as Language,
Value.ddtext as Description,
_Language
} where Value.as4local = 'A'
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