UI_PROJECTBILLINGELEMENT
Project Billing Element
UI_PROJECTBILLINGELEMENT is an OData service definition in SAP S/4HANA. It exposes 10 CDS view(s). It has 1 service binding(s).
Exposed CDS Views (10)
| CDS View | Alias |
|---|---|
| C_PrjBlgElmEntrForPrepayment | PrjBlgElmEntrForPrepayment |
| C_ProjBillgCustomerProjectDets | ProjBillgCustomerProjectDets |
| C_ProjBillgElementEntryTP_2 | ProjectBillingElementEntryTP |
| C_ProjBillgElmntPartnerDetails | ProjBillgElmntPartnerDetails |
| C_ProjBillgSlsItmBillgPlnDuDte | ProjBillgSlsItmBillgPlnDuDte |
| C_ProjBillingInProcessDetails | ProjBillingInProcessDetails |
| C_ProjectBillgElmntEntrFlwTP_2 | ProjectBillgElmntEntrFlwTP |
| C_ProjectBillingCustomerCard | ProjectBillingCustomerCard |
| C_ProjectBillingDocDetails | ProjectBillingDocDetails |
| C_ProjectBillingElementTP_2 | ProjectBillingElementTP |
Service Bindings (1)
| Binding | Type | Version | Contract | Release | Published |
|---|---|---|---|---|---|
| UI_PROJECTBILLINGELEMENT | ODATA | V4 | C1 | NOT_RELEASED | false |
Source
@EndUserText.label: 'Project Billing Element'
define service UI_ProjectBillingElement {
expose C_ProjectBillingElementTP_2 as ProjectBillingElementTP;
expose C_ProjBillgElementEntryTP_2 as ProjectBillingElementEntryTP;
expose C_ProjectBillgElmntEntrFlwTP_2 as ProjectBillgElmntEntrFlwTP;
expose C_ProjectBillingCustomerCard as ProjectBillingCustomerCard;
expose C_ProjBillgCustomerProjectDets as ProjBillgCustomerProjectDets;
expose C_ProjBillgSlsItmBillgPlnDuDte as ProjBillgSlsItmBillgPlnDuDte;
expose C_ProjBillingInProcessDetails as ProjBillingInProcessDetails;
expose C_ProjBillgElmntPartnerDetails as ProjBillgElmntPartnerDetails;
expose C_ProjectBillingDocDetails as ProjectBillingDocDetails;
expose C_PrjBlgElmEntrForPrepayment as PrjBlgElmEntrForPrepayment;
}