I_Language

DDL: I_LANGUAGE SQL: ILanguage Type: view BASIC

Language

I_Language is a Basic CDS View (Dimension) that provides data about "Language" in SAP S/4HANA. It reads from 1 data source (t002) and exposes 3 fields with key field Language. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
t002 t002 from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_LanguageText _Text $projection.Language = _Text.LanguageCode

Annotations (8)

NameValueLevelField
AbapCatalog.sqlViewName ILanguage view
EndUserText.label Language view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ObjectModel.representativeKey Language view
Search.searchable true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY Language spras
_Text _Text
LanguageISOCode laiso
@AbapCatalog.sqlViewName: 'ILanguage'
@EndUserText.label: 'Language'
@Analytics : {dataCategory: #DIMENSION, dataExtraction.enabled : true}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC 
@ObjectModel.representativeKey: 'Language'
@Search.searchable: true

define view I_Language as select from t002
 association [0..*] to I_LanguageText as _Text 
 on $projection.Language = _Text.LanguageCode
{
 @ObjectModel.text.association: '_Text'
 key spras as Language,
 _Text,
 
 @Search.defaultSearchElement: true
 laiso as LanguageISOCode
 
}                        
  
  
  
  
  
  
  
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"T002"
],
"ASSOCIATED":
[
"I_LANGUAGETEXT"
],
"BASE":
[],
"VERSION":0
}
}*/