C_BusinessPartnerLangISONameVH

DDL: C_BUSINESSPARTNERLANGISONAMEVH SQL: CBPLANGNAMETVH Type: view CONSUMPTION

Value Help for Language ISO Name

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

Data Sources (1)

SourceAliasJoin Type
I_LanguageText I_LanguageText from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName CBPLANGNAMETVH view
Search.searchable true view
VDM.viewType #CONSUMPTION view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
ObjectModel.dataCategory #TEXT view
EndUserText.label Value Help for Language ISO Name view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY Language Language Report Text Language
KEY LanguageCode LanguageCode Language Key
LanguageName LanguageName Language Name
_Language _Language
_LanguageCode _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_BusinessPartnerLangISONameVH.
-- 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: CBPLANGNAMETVH

CREATE VIEW C_BusinessPartnerLangISONameVH AS
SELECT
  Language,
  LanguageCode,
  LanguageName
FROM I_LanguageText
;