R_CABUSPARTPAYMENTTP
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)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| 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
}