R_ACMPAYMENTMETHODTP

CDS View

Master Data ACM Payment Method - TP

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

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_ACMPaymentMethod view_entity projection CONSUMPTION ACM Payment Method
@AbapCatalog.sqlViewName: 'RACMPAYMETHODTP'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel:{
               usageType: {
                 dataClass: #MASTER,
                 serviceQuality: #A,
                 sizeCategory: #S
               }
}

@VDM: {
  viewType: #TRANSACTIONAL,
  lifecycle.contract.type: #SAP_INTERNAL_API
  }
@EndUserText.label: 'Master Data ACM Payment Method - TP'
define root view R_ACMPaymentMethodTP 
as select distinct from I_ACMPaymentMethod
composition [*] of R_ACMPaymentMethodTextTP as _PaymentMethod
{
  key BPPaymentMethod,
  
  _PaymentMethod
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ACMPAYMENTMETHOD"
],
"ASSOCIATED":
[
"R_ACMPAYMENTMETHODTEXTTP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/