I_AR_TaxNumberTypeText

DDL: I_AR_TAXNUMBERTYPETEXT SQL: IARTAXNUMTYPETXT Type: view BASIC

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.

Data Sources (1)

SourceAliasJoin Type
j_1atodct _AR_TaxNumberTypeText from

Associations (2)

CardinalityTargetAliasCondition
[1..1] I_AR_TaxNumberType _AR_TaxNumberType $projection.TaxNumberType = _AR_TaxNumberType.TaxNumberType
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (15)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"J_1ATODCT"
],
"ASSOCIATED":
[
"I_AR_TAXNUMBERTYPE",
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/