R_CABUSPARTPAYMENTTP

CDS View

Business Partner Payment - TP

R_CABUSPARTPAYMENTTP is a CDS View in S/4HANA. Business Partner Payment - TP. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
A_CABusPartPayment_2 view_entity projection COMPOSITE
A_CABusPartPaymentHeader view_entity projection COMPOSITE Business Partner Payment Header
@AccessControl.authorizationCheck: #CHECK

@Metadata.ignorePropagatedAnnotations: true

@EndUserText.label: 'Business Partner Payment - TP'

@ObjectModel: { representativeKey:      'CABusPartnerPaymentUUID',
                sapObjectNodeType.name: 'ContrAcctgBusPartnerPayment', 
                usageType:              { dataClass: #TRANSACTIONAL,
                                          sizeCategory: #XL,
                                          serviceQuality: #C } }

@VDM: { lifecycle.contract.type: #SAP_INTERNAL_API,
        viewType:                #TRANSACTIONAL }


define root view entity R_CABusPartPaymentTP
  as select from I_CABusPartPayment

{
  key CABusPartnerPaymentUUID
}