I_PAYTSYSTTOALIASTYPE
Alias types assigned to a Payment system
I_PAYTSYSTTOALIASTYPE is a CDS View in S/4HANA. Alias types assigned to a Payment system. It contains 2 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_PaytSystToAliasTypeValueHelp | view_entity | from | BASIC | VH for the Alias types in Payment system |
Fields (2)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | AliasType | AliasType | 1 |
| KEY | PaymentSystem | PaymentSystem | 1 |
@EndUserText.label: 'Alias types assigned to a Payment system'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.representativeKey: 'PaymentSystem'
define view entity I_PaytSystToAliasType as select from payt_syst_als_tp
{
key payment_system as PaymentSystem,
key alias_type as AliasType
}