I_AddressRepresentationText
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)
| Source | Alias | Join Type |
|---|---|---|
| tsadvt | tsadvt | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
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