I_TravelExpenseCountryText

DDL: I_TRAVELEXPENSECOUNTRYTEXT Type: view BASIC

Travel Expn Country IATALocation - Text

I_TravelExpenseCountryText is a Basic CDS View that provides data about "Travel Expn Country IATALocation - Text" in SAP S/4HANA. It reads from 1 data source (t005t) and exposes 7 fields with key fields Country, Language. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
t005t t005t from

Associations (1)

CardinalityTargetAliasCondition
[0..1] I_TravelExpenseCountry _TravelExpenseCountry $projection.Country = _TravelExpenseCountry.Country

Annotations (14)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.sqlViewName ITRVLEXPNCTRYTXT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey Country view
EndUserText.label Travel Expn Country IATALocation - Text view
Search.searchable true view

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY Country land1
KEY Language spras
CountryShortName landx
NationalityName natio
CountryName landx50
NationalityLongName natio50
_TravelExpenseCountry _TravelExpenseCountry
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog: { sqlViewName: 'ITRVLEXPNCTRYTXT',
                compiler.compareFilter: true,
                preserveKey: true }
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM: { viewType: #BASIC,
        lifecycle.contract.type: #PUBLIC_LOCAL_API }
@ObjectModel: {
                usageType: { dataClass: #META,
                             sizeCategory: #S,
                             serviceQuality: #A },
                        dataCategory: #TEXT,
                representativeKey:  'Country' }
@EndUserText.label: 'Travel Expn Country IATALocation - Text'
@Search.searchable: true
define view I_TravelExpenseCountryText
  as select from t005t
  association [0..1] to I_TravelExpenseCountry as _TravelExpenseCountry on $projection.Country = _TravelExpenseCountry.Country
{

      //      @Search.defaultSearchElement: true

      //      @Search.fuzzinessThreshold: 0.8

      //      @Search.ranking: #HIGH

      //      @Semantics.text:true

  key land1   as Country,
      @Semantics.language: true
  key spras   as Language,
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #LOW
      @Semantics.text:true
      landx   as CountryShortName,
      natio   as NationalityName,
      landx50 as CountryName,
      natio50 as NationalityLongName,
      _TravelExpenseCountry
      //  prq_spregt as PrqSpregt

}
where
  spras = $session.system_language
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T005T"
],
"ASSOCIATED":
[
"I_TRAVELEXPENSECOUNTRY"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/