I_AddressRepresentation

DDL: I_ADDRESSREPRESENTATION Type: view_entity BASIC

Represented names of language scripts

I_AddressRepresentation is a Basic CDS View that provides data about "Represented names of language scripts" in SAP S/4HANA. It reads from 1 data source (tsadv) and exposes 2 fields with key field AddressRepresentationCode. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
tsadv tsadv from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_AddressRepresentationText _Text $projection.AddressRepresentationCode = _Text.AddressRepresentationCode

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.representativeKey AddressRepresentationCode view
Analytics.technicalName IADDRSCRPT view
ObjectModel.sapObjectNodeType.name AddressRepresentationCode view
EndUserText.label Represented names of language scripts view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY AddressRepresentationCode tsadv nation
_Text _Text
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.representativeKey: 'AddressRepresentationCode'
@Analytics.technicalName: 'IADDRSCRPT'
@ObjectModel.sapObjectNodeType.name: 'AddressRepresentationCode'
@ObjectModel.supportedCapabilities: [#CDS_MODELING_ASSOCIATION_TARGET, #CDS_MODELING_DATA_SOURCE, #SQL_DATA_SOURCE]
@EndUserText.label: 'Represented names of language scripts'
define view entity I_AddressRepresentation
  as select from tsadv
  association [0..*] to I_AddressRepresentationText as _Text on $projection.AddressRepresentationCode = _Text.AddressRepresentationCode
{
      @ObjectModel.text.association: '_Text'
  key tsadv.nation as AddressRepresentationCode,
      _Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TSADV"
],
"ASSOCIATED":
[
"I_ADDRESSREPRESENTATIONTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/