I_PAYTSYSTTOALIASTYPE

CDS View

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)

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

Fields (2)

KeyField CDS FieldsUsed 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
}