API_PROJECT_V3

OData Service Package: ODATA_PROJECT_API

Project CRUD Service

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

Exposed CDS Views (16)

CDS ViewAlias
A_Project_3 Project
A_ProjectNetwork ProjectNetwork
A_ProjectNetworkActivity ProjectNetworkActivity
A_ProjectNetworkActivityStatus ProjectNetworkActivityStatus
A_ProjectNetworkStatus ProjectNetworkStatus
A_ProjectPartner ProjectPartner
A_ProjectStatus ProjectStatus
A_ProjNetworkActivityElement ProjNetworkActivityElement
A_ProjNtwkActivityMilestone ProjNtwkActivityMilestone
A_ProjNtwkActyMatlComp ProjNtwkActyMatlComp
A_ProjNtwkActyRelationship ProjNtwkActyRelationship
A_ProjPurReqGroupingIndicator ProjPurReqGroupingIndicator
A_WBSElement_3 WBSElement
A_WBSElementMilestone WBSElementMilestone
A_WBSElementPartner WBSElementPartner
A_WBSElementStatus WBSElementStatus

Service Bindings (1)

BindingTypeVersionContractReleasePublished
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_WBSElementMilestone          as WBSElementMilestone;
  expose A_ProjectStatus                as ProjectStatus;
  expose A_WBSElementStatus             as WBSElementStatus;
  expose A_ProjPurReqGroupingIndicator  as ProjPurReqGroupingIndicator;
  expose A_ProjectPartner               as ProjectPartner;
  expose A_WBSElementPartner            as WBSElementPartner;
  expose A_ProjectNetwork               as ProjectNetwork;
  expose A_ProjectNetworkStatus         as ProjectNetworkStatus;
  expose A_ProjectNetworkActivity       as ProjectNetworkActivity;
  expose A_ProjectNetworkActivityStatus as ProjectNetworkActivityStatus;
  expose A_ProjNetworkActivityElement   as ProjNetworkActivityElement;
  expose A_ProjNtwkActivityMilestone    as ProjNtwkActivityMilestone;
  expose A_ProjNtwkActyMatlComp         as ProjNtwkActyMatlComp;
  expose A_ProjNtwkActyRelationship     as ProjNtwkActyRelationship;
}