I_PAYMENTSYSTEM

CDS View

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)

ViewTypeJoinVDMDescription
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
}

/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_PAYMENTSYSTEMTEXT",
"PAYMENT_SYSTEM"
],
"ASSOCIATED":
[
"I_PAYMENTSYSTEMTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/