I_AddressRepresentation
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)
| Source | Alias | Join Type |
|---|---|---|
| tsadv | tsadv | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_AddressRepresentationText | _Text | $projection.AddressRepresentationCode = _Text.AddressRepresentationCode |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA