API_PROJECTBILLINGREQUEST

OData Service Package: ODATA_API_PROJBILLINGREQUEST

OData service for Project Billg Request

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

Exposed CDS Views (4)

CDS ViewAlias
A_PrjBlgReqItemJrnlEntrLink ProjectBillingRequestItemJELnk
A_ProjectBillingRequest ProjectBillingRequest
A_ProjectBillingRequestItem ProjectBillingRequestItem
A_WrittenOffPrjBillgElmEntry WrittenOffProjectBillgElmEntry

Service Bindings (1)

BindingTypeVersionContractReleasePublished
API_PROJECTBILLINGREQUEST ODATA V4 C2 C1 false

Source

@EndUserText.label: 'OData service for Project Billg Request'
define service API_ProjectBillingRequest {
  expose A_ProjectBillingRequest as ProjectBillingRequest;
  expose A_ProjectBillingRequestItem as ProjectBillingRequestItem;
  expose A_PrjBlgReqItemJrnlEntrLink as ProjectBillingRequestItemJELnk;
  expose A_WrittenOffPrjBillgElmEntry as WrittenOffProjectBillgElmEntry;
}