R_ACMPAYMENTMETHODTEXTTP

CDS View

ACM Payment Method - Text TP

R_ACMPAYMENTMETHODTEXTTP is a CDS View in S/4HANA. ACM Payment Method - Text TP. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_ACMPaymentMethodText view_entity projection CONSUMPTION ACM Payment Method - Text
@AbapCatalog.sqlViewName: 'RPAYMETHODTXTTP'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@ObjectModel.dataCategory: #TEXT
@VDM.viewType: #TRANSACTIONAL
@ObjectModel: {
    usageType.serviceQuality: #A,
    usageType.sizeCategory : #L,
    usageType.dataClass: #MASTER
}
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@EndUserText.label: 'ACM Payment Method - Text TP'
define view R_ACMPaymentMethodTextTP
  as select from I_ACMPaymentMethodText
  association to parent R_ACMPaymentMethodTP as _PaymentMethod on  $projection.BPPaymentMethod    = _PaymentMethod.BPPaymentMethod
                                                               and $projection.CustomerCountryKey = _PaymentMethod.CustomerCountryKey
{
  key BPPaymentMethod,
  key Language,
  key CustomerCountryKey,
      LanguageISOCode,
      ACMPaymentMethodDesc,
      _PaymentMethod
}
where
  ACMPaymentMethodDesc <> ''