API_CABUSPARTPAYMENT

OData Service Package: ODATA_API_FICA_BP_PAYMENT

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 ViewAlias
A_CABusPartPayment BusPartPayment
A_CABusPartPaymentHeader BusPartPaymentHeader
A_CABusPartPaymentItem BusPartPaymentItem

Service Bindings (1)

BindingTypeVersionContractReleasePublished
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;
}