API_CABILLABLEITEM

OData Service Package: FCI_ODATA_API_BIT

Billable Item

API_CABILLABLEITEM is an OData service definition in SAP S/4HANA. It exposes 2 CDS view(s). It has 1 service binding(s).

Exposed CDS Views (2)

CDS ViewAlias
A_CABllbleItmDataPackage CABllbleItmDataPackage
A_CABllbleItmMain CABllbleItmMain

Service Bindings (1)

BindingTypeVersionContractReleasePublished
API_CABILLABLEITEM ODATA V4 C2 C1 false

Source

@EndUserText.label: 'Billable Item'
define service API_CABillableItem
  provider contracts odata_v4_webapi {
  expose A_CABllbleItmMain        as CABllbleItmMain;
  expose A_CABllbleItmDataPackage as CABllbleItmDataPackage;
}