I_AddressRepresentationText

DDL: I_ADDRESSREPRESENTATIONTEXT Type: view_entity BASIC

Description of language scripts

I_AddressRepresentationText is a Basic CDS View that provides data about "Description of language scripts" in SAP S/4HANA. It reads from 1 data source (tsadvt) and exposes 3 fields with key fields Language, AddressRepresentationCode.

Data Sources (1)

SourceAliasJoin Type
tsadvt tsadvt from

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ObjectModel.representativeKey AddressRepresentationCode view
ObjectModel.dataCategory #TEXT view
Analytics.technicalName IADDRSCRPTTXT view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #CUSTOMIZING view
EndUserText.label Description of language scripts view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY Language langu
KEY AddressRepresentationCode nation
AddressRepresentationDesc nation_tex
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ObjectModel.representativeKey: 'AddressRepresentationCode'
@ObjectModel.dataCategory: #TEXT
@Analytics.technicalName: 'IADDRSCRPTTXT'
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.supportedCapabilities: [#SQL_DATA_SOURCE,#CDS_MODELING_DATA_SOURCE,#CDS_MODELING_ASSOCIATION_TARGET,#LANGUAGE_DEPENDENT_TEXT]
@EndUserText.label: 'Description of language scripts'
define view entity I_AddressRepresentationText
  as select from tsadvt
{
      @Semantics.language: true
  key langu      as Language,
  key nation     as AddressRepresentationCode,
      @Semantics.text: true
      nation_tex as AddressRepresentationDesc
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TSADVT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/