I_AliasTypeText

DDL: I_ALIASTYPETEXT Type: view_entity BASIC

Text table for Alias Type

I_AliasTypeText is a Basic CDS View that provides data about "Text table for Alias Type" in SAP S/4HANA. It reads from 1 data source (alias_type_t) and exposes 3 fields with key fields Language, AliasType.

Data Sources (1)

SourceAliasJoin Type
alias_type_t alias_type_t from

Annotations (8)

NameValueLevelField
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Text table for Alias Type view
Metadata.ignorePropagatedAnnotations true view
Search.searchable true view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY Language spras
KEY AliasType alias_type
AliasTypeText alias_type_text
@AbapCatalog.viewEnhancementCategory: [#NONE]
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Text table for Alias Type'
@Metadata.ignorePropagatedAnnotations: true
@Search.searchable: true
@ObjectModel.usageType:{
  serviceQuality: #A,
  sizeCategory: #S,
  dataClass: #CUSTOMIZING
}

define view entity I_AliasTypeText as select from alias_type_t {
      @Semantics.language: true
  key spras           as Language,
  key alias_type      as AliasType,
      @Semantics.text: true
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      alias_type_text as AliasTypeText  
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"ALIAS_TYPE_T"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/