I_AR_TaxNumberTypeText
Argentina Type of Identification - Text
I_AR_TaxNumberTypeText is a Basic CDS View that provides data about "Argentina Type of Identification - Text" in SAP S/4HANA. It reads from 1 data source (j_1atodct) and exposes 5 fields with key fields Language, TaxNumberType. It has 2 associations to related views. Part of development package GLO_LOG_AR.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| j_1atodct | _AR_TaxNumberTypeText | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_AR_TaxNumberType | _AR_TaxNumberType | $projection.TaxNumberType = _AR_TaxNumberType.TaxNumberType |
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (15)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IARTAXNUMTYPETXT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Argentina Type of Identification - Text | view | |
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.representativeKey | TaxNumberType | view | |
| Search.searchable | true | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | spras | ||
| KEY | TaxNumberType | j_1atodc | ||
| TaxNumberTypeDesc | ||||
| _AR_TaxNumberType | _AR_TaxNumberType | |||
| _Language | _Language |
@AbapCatalog.sqlViewName: 'IARTAXNUMTYPETXT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Argentina Type of Identification - Text'
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.dataCategory: #TEXT
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.representativeKey: 'TaxNumberType'
@Search.searchable: true
define view I_AR_TaxNumberTypeText
as select from j_1atodct as _AR_TaxNumberTypeText
association [1..1] to I_AR_TaxNumberType as _AR_TaxNumberType on $projection.TaxNumberType = _AR_TaxNumberType.TaxNumberType
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
@Semantics.language: true
key spras as Language,
key j_1atodc as TaxNumberType,
@Search.defaultSearchElement:true
@Search.ranking: #HIGH
@Semantics.text: true
cast(text30 as logar_type_of_identif_text) as TaxNumberTypeDesc,
_AR_TaxNumberType,
_Language
}
where
_AR_TaxNumberTypeText.spras = $session.system_language
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