C_ProdCmplncPhrsLanguageVH

DDL: C_PRODCMPLNCPHRSLANGUAGEVH Type: view CONSUMPTION

Value Help for Languages

C_ProdCmplncPhrsLanguageVH is a Consumption CDS View that provides data about "Value Help for Languages" in SAP S/4HANA. It reads from 1 data source (I_LanguageText) and exposes 5 fields with key field Language.

Data Sources (1)

SourceAliasJoin Type
I_LanguageText LanguTxt from

Parameters (1)

NameTypeDefault
P_ProdCmplncPhrsUUID ehfnd_phrs_uuid

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName CPHRSLANGUVH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Value Help for Languages view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.representativeKey Language view
Search.searchable true view
VDM.viewType #CONSUMPTION view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY Language LanguageCode Language Key
LanguageName LanguageName Name
ProdCmplncPhrsUUID _CmplncPhrsTxtDrft ProdCmplncPhrsUUID Phrase UUID
_ProdCmplncPhrs _ProdCmplncPhrs
_LanguageCode I_LanguageText _LanguageCode

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view C_ProdCmplncPhrsLanguageVH.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- Parameters: P_ProdCmplncPhrsUUID : ehfnd_phrs_uuid

CREATE VIEW C_ProdCmplncPhrsLanguageVH AS
SELECT
  LanguageCode AS Language,
  LanguageName,
  _CmplncPhrsTxtDrft.ProdCmplncPhrsUUID AS ProdCmplncPhrsUUID,
  LanguTxt._LanguageCode AS _LanguageCode
FROM I_LanguageText AS LanguTxt
;