API_CABUSPARTPAYMENT
Contr Acctg Business Partner Payment
API_CABUSPARTPAYMENT is an OData service definition in SAP S/4HANA. It exposes 3 CDS view(s). It has 1 service binding(s).
Exposed CDS Views (3)
| CDS View | Alias |
|---|---|
| A_CABusPartPayment | BusPartPayment |
| A_CABusPartPaymentHeader | BusPartPaymentHeader |
| A_CABusPartPaymentItem | BusPartPaymentItem |
Service Bindings (1)
| Binding | Type | Version | Contract | Release | Published |
|---|---|---|---|---|---|
| API_CABUSPARTPAYMENT | ODATA | V4 | C2 | Deprecated | false |
Source
@EndUserText.label: 'Contr Acctg Business Partner Payment'
define service API_CABusPartPayment {
expose A_CABusPartPaymentHeader as BusPartPaymentHeader;
expose A_CABusPartPayment as BusPartPayment;
expose A_CABusPartPaymentItem as BusPartPaymentItem;
}