C_FrcElmntOrgAddrLanguageVH

DDL: C_FRCELMNTORGADDRLANGUAGEVH SQL: CFEADLANGUVH Type: view CONSUMPTION

Value help for Language

C_FrcElmntOrgAddrLanguageVH is a Consumption CDS View that provides data about "Value help for Language" in SAP S/4HANA. It reads from 1 data source (I_Language) and exposes 2 fields with key field Language.

Data Sources (1)

SourceAliasJoin Type
I_Language Language from

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName CFEADLANGUVH view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #CONSUMPTION view
ObjectModel.resultSet.sizeCategory #XS view
Consumption.ranked true view
Search.searchable true view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.dataCategory #VALUE_HELP view
EndUserText.label Value help for Language view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY Language I_Language Language Language
LanguageName

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_FrcElmntOrgAddrLanguageVH.
-- 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.
-- SQL view name: CFEADLANGUVH

CREATE VIEW C_FrcElmntOrgAddrLanguageVH AS
SELECT
  Language.Language AS Language,
  Language ._Text[1:Language=$session.system_language].LanguageName AS LanguageName
FROM I_Language AS Language
;