API_PROJECT_V3
Project CRUD Service
API_PROJECT_V3 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 View | Alias |
|---|---|
| A_Project_3 | Project |
| A_ProjectStatus | ProjectStatus |
| A_WBSElement_3 | WBSElement |
| A_WBSElementStatus | WBSElementStatus |
Service Bindings (1)
| Binding | Type | Version | Contract | Release | Published |
|---|---|---|---|---|---|
| API_PROJECT_V3 | ODATA | V4 | C2 | C1 | false |
Source
@EndUserText.label: 'Project CRUD Service'
define service API_PROJECT_V3 {
expose A_Project_3 as Project;
expose A_WBSElement_3 as WBSElement;
expose A_ProjectStatus as ProjectStatus;
expose A_WBSElementStatus as WBSElementStatus;
}