C_StstclKeyFigureLanguageVH

DDL: C_STSTCLKEYFIGURELANGUAGEVH SQL: CSTSKFGRLNGVH Type: view CONSUMPTION

Statistical Key Figure Language Value Help

C_StstclKeyFigureLanguageVH is a Consumption CDS View that provides data about "Statistical Key Figure Language Value Help" in SAP S/4HANA. It reads from 1 data source (I_Language) and exposes 3 fields with key field Language.

Data Sources (1)

SourceAliasJoin Type
I_Language I_Language from

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName CSTSKFGRLNGVH view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.dataCategory #VALUE_HELP view
VDM.viewType #CONSUMPTION view
EndUserText.label Statistical Key Figure Language Value Help view
Metadata.ignorePropagatedAnnotations true view
Search.searchable true view
UI.presentationVariant.sortOrder.by LanguageISOCode view
UI.presentationVariant.sortOrder.direction #ASC view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY Language Language Report Text Language
LanguageISOCode Language ISO Code
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_StstclKeyFigureLanguageVH.
-- 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: CSTSKFGRLNGVH

CREATE VIEW C_StstclKeyFigureLanguageVH AS
SELECT
  Language,
  cast ( LanguageISOCode as isola preserving type ) AS LanguageISOCode,
  _Text[1:Language = $session.system_language].LanguageName AS LanguageName
FROM I_Language
;