API_CABILLINGDOCUMENT
Billing Document
API_CABILLINGDOCUMENT 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_CABillgDocItem | CABillgDocItem |
| A_CABillgDocSource | CABillgDocSource |
| A_CABillgDocument | CABillgDocument |
Service Bindings (1)
| Binding | Type | Version | Contract | Release | Published |
|---|---|---|---|---|---|
| API_CABILLINGDOCUMENT | ODATA | V4 | C2 | C1 | false |
Source
@EndUserText.label: 'Billing Document'
define service API_CABillingDocument
provider contracts odata_v4_webapi {
expose A_CABillgDocument as CABillgDocument;
expose A_CABillgDocItem as CABillgDocItem;
expose A_CABillgDocSource as CABillgDocSource;
}