I_ALIASTYPE
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)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_PaytSystToAliasTypeValueHelp | view_entity | inner | BASIC | VH for the Alias types in Payment system |
Fields (1)
| Key | Field | CDS Fields | Used 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
}