I_ALIASTYPE

CDS View

Alias Type

I_ALIASTYPE is a CDS View in S/4HANA. Alias Type. It contains 1 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_PaytSystToAliasTypeValueHelp view_entity inner BASIC VH for the Alias types in Payment system

Fields (1)

KeyField CDS FieldsUsed in Views
AliasTypeText AliasTypeText 1
@AbapCatalog.viewEnhancementCategory: [#NONE]
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Alias Type'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #A,
  sizeCategory: #S,
  dataClass: #CUSTOMIZING
}
define view entity I_AliasType as select from alias_type 
 association [1..*] to I_AliasTypeText as _Text on $projection.AliasType = _Text.AliasType{
  key alias_type as AliasType,
     _Text[Language = $session.system_language].AliasTypeText as AliasTypeText, 
     _Text
}