I_PAYMENTSYSTEM
Payment System
I_PAYMENTSYSTEM is a CDS View in S/4HANA. Payment System. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_PaymentSystemValueHelp | view_entity | from | BASIC | Value help for Payment systems |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@EndUserText.label: 'Payment System'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #A,
sizeCategory: #S,
dataClass: #CUSTOMIZING
}
define view entity I_PaymentSystem
as select from payment_system
association [1..*] to I_PaymentSystemText as _Text on $projection.PaymentSystem = _Text.PaymentSystem
{
key payment_system as PaymentSystem,
_Text[Language = $session.system_language].PaymentSystemText as PaymentSystemText,
_Text
}