API_CABUSPARTINVOICE

OData Service Package: ODATA_API_FICA_BP_INVOICE

Contr Acctg Business Partner Invoice

API_CABUSPARTINVOICE 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_CABusPartInvoice BusPartInvoice
A_CABusPartInvoiceCorrespnc BusPartInvoiceCorrespnc
A_CABusPartInvoiceItem BusPartInvoiceItem

Service Bindings (1)

BindingTypeVersionContractReleasePublished
API_CABUSPARTINVOICE ODATA V4 C2 Deprecated false

Source

@EndUserText.label: 'Contr Acctg Business Partner Invoice'
define service API_CABusPartInvoice {
  expose A_CABusPartInvoice as BusPartInvoice;
  expose A_CABusPartInvoiceItem as BusPartInvoiceItem;
  expose A_CABusPartInvoiceCorrespnc as BusPartInvoiceCorrespnc;
}