public interface EnterpriseProjectV2Service extends BatchService<EnterpriseProjectV2ServiceBatch>
This service enables you to create, read, update or delete the project definition or the project elements of enterprise projects. The service is based on the OData protocol and can be consumed by apps and other user interfaces. .
Reference: SAP API Business Hub
OData Service: | API_ENTERPRISE_PROJECT_SRV_0002 |
API Version: | 2 |
Communication Scenario: | Enterprise Project Integration (SAP_COM_0308) |
Scope Items: | Project Financial Control (1NT), Project Review (1YF), Project Financial Control (ONT) |
Authentication Methods: | Basic, x509, OAuth2 |
Business Object: | EnterpriseProject |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SERVICE_PATH
If no other path was provided via the
withServicePath(String) method, this is the default service path
used to access the endpoint. |
batch
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull EnterpriseProjectV2Service withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull EnterpriseProjBlkFuncFluentHelper getAllEnterpriseProjBlkFunc()
EnterpriseProjBlkFunc
entities.EnterpriseProjBlkFunc
entities. This fluent helper allows methods which modify the underlying query to
be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EnterpriseProjBlkFuncByKeyFluentHelper getEnterpriseProjBlkFuncByKey(UUID projectUUID)
EnterpriseProjBlkFunc
entity using key fields.projectUUID
- Entity Guid
Constraints: Not nullable
EnterpriseProjBlkFunc
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EnterpriseProjBlkFuncCreateFluentHelper createEnterpriseProjBlkFunc(@Nonnull EnterpriseProjBlkFunc enterpriseProjBlkFunc)
EnterpriseProjBlkFunc
entity and save it to the S/4HANA system.enterpriseProjBlkFunc
- EnterpriseProjBlkFunc
entity object that will be created in the S/4HANA system.EnterpriseProjBlkFunc
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EnterpriseProjBlkFuncUpdateFluentHelper updateEnterpriseProjBlkFunc(@Nonnull EnterpriseProjBlkFunc enterpriseProjBlkFunc)
EnterpriseProjBlkFunc
entity and save it to the S/4HANA system.enterpriseProjBlkFunc
- EnterpriseProjBlkFunc
entity object that will be updated in the S/4HANA system.EnterpriseProjBlkFunc
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EnterpriseProjectElementFluentHelper getAllEnterpriseProjectElement()
EnterpriseProjectElement
entities.EnterpriseProjectElement
entities. This fluent helper allows methods which modify the underlying query
to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EnterpriseProjectElementByKeyFluentHelper getEnterpriseProjectElementByKey(UUID projectElementUUID)
EnterpriseProjectElement
entity using key fields.projectElementUUID
- Entity Guid
Constraints: Not nullable
EnterpriseProjectElement
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EnterpriseProjectElementCreateFluentHelper createEnterpriseProjectElement(@Nonnull EnterpriseProjectElement enterpriseProjectElement)
EnterpriseProjectElement
entity and save it to the S/4HANA system.enterpriseProjectElement
- EnterpriseProjectElement
entity object that will be created in the S/4HANA system.EnterpriseProjectElement
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EnterpriseProjectElementUpdateFluentHelper updateEnterpriseProjectElement(@Nonnull EnterpriseProjectElement enterpriseProjectElement)
EnterpriseProjectElement
entity and save it to the S/4HANA system.enterpriseProjectElement
- EnterpriseProjectElement
entity object that will be updated in the S/4HANA system.EnterpriseProjectElement
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EnterpriseProjectElementDeleteFluentHelper deleteEnterpriseProjectElement(@Nonnull EnterpriseProjectElement enterpriseProjectElement)
EnterpriseProjectElement
entity in the S/4HANA system.enterpriseProjectElement
- EnterpriseProjectElement
entity object that will be deleted in the S/4HANA system.EnterpriseProjectElement
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EnterpriseProjectJVAFluentHelper getAllEnterpriseProjectJVA()
EnterpriseProjectJVA
entities.EnterpriseProjectJVA
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EnterpriseProjectJVAByKeyFluentHelper getEnterpriseProjectJVAByKey(UUID projectUUID)
EnterpriseProjectJVA
entity using key fields.projectUUID
- Entity Guid
Constraints: Not nullable
EnterpriseProjectJVA
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EnterpriseProjectJVAUpdateFluentHelper updateEnterpriseProjectJVA(@Nonnull EnterpriseProjectJVA enterpriseProjectJVA)
EnterpriseProjectJVA
entity and save it to the S/4HANA system.enterpriseProjectJVA
- EnterpriseProjectJVA
entity object that will be updated in the S/4HANA system.EnterpriseProjectJVA
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EnterpriseProjectRoleFluentHelper getAllEnterpriseProjectRole()
EnterpriseProjectRole
entities.EnterpriseProjectRole
entities. This fluent helper allows methods which modify the underlying query to
be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EnterpriseProjectRoleByKeyFluentHelper getEnterpriseProjectRoleByKey(UUID projectRoleUUID)
EnterpriseProjectRole
entity using key fields.projectRoleUUID
- Role GUID
Constraints: Not nullable
EnterpriseProjectRole
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EnterpriseProjectRoleCreateFluentHelper createEnterpriseProjectRole(@Nonnull EnterpriseProjectRole enterpriseProjectRole)
EnterpriseProjectRole
entity and save it to the S/4HANA system.enterpriseProjectRole
- EnterpriseProjectRole
entity object that will be created in the S/4HANA system.EnterpriseProjectRole
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EnterpriseProjectTeamMemberFluentHelper getAllEnterpriseProjectTeamMember()
EnterpriseProjectTeamMember
entities.EnterpriseProjectTeamMember
entities. This fluent helper allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EnterpriseProjectTeamMemberByKeyFluentHelper getEnterpriseProjectTeamMemberByKey(UUID teamMemberUUID)
EnterpriseProjectTeamMember
entity using key fields.teamMemberUUID
- Entity Guid
Constraints: Not nullable
EnterpriseProjectTeamMember
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EnterpriseProjectTeamMemberCreateFluentHelper createEnterpriseProjectTeamMember(@Nonnull EnterpriseProjectTeamMember enterpriseProjectTeamMember)
EnterpriseProjectTeamMember
entity and save it to the S/4HANA system.enterpriseProjectTeamMember
- EnterpriseProjectTeamMember
entity object that will be created in the S/4HANA system.EnterpriseProjectTeamMember
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EnterpriseProjectFluentHelper getAllEnterpriseProject()
EnterpriseProject
entities.EnterpriseProject
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EnterpriseProjectByKeyFluentHelper getEnterpriseProjectByKey(UUID projectUUID)
EnterpriseProject
entity using key fields.projectUUID
- Entity Guid
Constraints: Not nullable
EnterpriseProject
entity using key fields. This fluent helper allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EnterpriseProjectCreateFluentHelper createEnterpriseProject(@Nonnull EnterpriseProject enterpriseProject)
EnterpriseProject
entity and save it to the S/4HANA system.enterpriseProject
- EnterpriseProject
entity object that will be created in the S/4HANA system.EnterpriseProject
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EnterpriseProjectUpdateFluentHelper updateEnterpriseProject(@Nonnull EnterpriseProject enterpriseProject)
EnterpriseProject
entity and save it to the S/4HANA system.enterpriseProject
- EnterpriseProject
entity object that will be updated in the S/4HANA system.EnterpriseProject
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EnterpriseProjectDeleteFluentHelper deleteEnterpriseProject(@Nonnull EnterpriseProject enterpriseProject)
EnterpriseProject
entity in the S/4HANA system.enterpriseProject
- EnterpriseProject
entity object that will be deleted in the S/4HANA system.EnterpriseProject
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EntProjectElementJVAFluentHelper getAllEntProjectElementJVA()
EntProjectElementJVA
entities.EntProjectElementJVA
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EntProjectElementJVAByKeyFluentHelper getEntProjectElementJVAByKey(UUID projectElementUUID)
EntProjectElementJVA
entity using key fields.projectElementUUID
- Entity Guid
Constraints: Not nullable
EntProjectElementJVA
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EntProjectElementJVAUpdateFluentHelper updateEntProjectElementJVA(@Nonnull EntProjectElementJVA entProjectElementJVA)
EntProjectElementJVA
entity and save it to the S/4HANA system.entProjectElementJVA
- EntProjectElementJVA
entity object that will be updated in the S/4HANA system.EntProjectElementJVA
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EntProjectPublicSectorFluentHelper getAllEntProjectPublicSector()
EntProjectPublicSector
entities.EntProjectPublicSector
entities. This fluent helper allows methods which modify the underlying query to
be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EntProjectPublicSectorByKeyFluentHelper getEntProjectPublicSectorByKey(UUID projectUUID)
EntProjectPublicSector
entity using key fields.projectUUID
- Entity Guid
Constraints: Not nullable
EntProjectPublicSector
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EntProjectPublicSectorUpdateFluentHelper updateEntProjectPublicSector(@Nonnull EntProjectPublicSector entProjectPublicSector)
EntProjectPublicSector
entity and save it to the S/4HANA system.entProjectPublicSector
- EntProjectPublicSector
entity object that will be updated in the S/4HANA system.EntProjectPublicSector
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EntProjElmntBlockFuncFluentHelper getAllEntProjElmntBlockFunc()
EntProjElmntBlockFunc
entities.EntProjElmntBlockFunc
entities. This fluent helper allows methods which modify the underlying query to
be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EntProjElmntBlockFuncByKeyFluentHelper getEntProjElmntBlockFuncByKey(UUID projectElementUUID)
EntProjElmntBlockFunc
entity using key fields.projectElementUUID
- Entity Guid
Constraints: Not nullable
EntProjElmntBlockFunc
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EntProjElmntBlockFuncCreateFluentHelper createEntProjElmntBlockFunc(@Nonnull EntProjElmntBlockFunc entProjElmntBlockFunc)
EntProjElmntBlockFunc
entity and save it to the S/4HANA system.entProjElmntBlockFunc
- EntProjElmntBlockFunc
entity object that will be created in the S/4HANA system.EntProjElmntBlockFunc
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EntProjElmntBlockFuncUpdateFluentHelper updateEntProjElmntBlockFunc(@Nonnull EntProjElmntBlockFunc entProjElmntBlockFunc)
EntProjElmntBlockFunc
entity and save it to the S/4HANA system.entProjElmntBlockFunc
- EntProjElmntBlockFunc
entity object that will be updated in the S/4HANA system.EntProjElmntBlockFunc
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EntProjectElmntPublicSectorFluentHelper getAllEntProjectElmntPublicSector()
EntProjectElmntPublicSector
entities.EntProjectElmntPublicSector
entities. This fluent helper allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EntProjectElmntPublicSectorByKeyFluentHelper getEntProjectElmntPublicSectorByKey(UUID projectElementUUID)
EntProjectElmntPublicSector
entity using key fields.projectElementUUID
- Entity Guid
Constraints: Not nullable
EntProjectElmntPublicSector
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EntProjectElmntPublicSectorUpdateFluentHelper updateEntProjectElmntPublicSector(@Nonnull EntProjectElmntPublicSector entProjectElmntPublicSector)
EntProjectElmntPublicSector
entity and save it to the S/4HANA system.entProjectElmntPublicSector
- EntProjectElmntPublicSector
entity object that will be updated in the S/4HANA system.EntProjectElmntPublicSector
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EntTeamMemberEntitlementFluentHelper getAllEntTeamMemberEntitlement()
EntTeamMemberEntitlement
entities.EntTeamMemberEntitlement
entities. This fluent helper allows methods which modify the underlying query
to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EntTeamMemberEntitlementByKeyFluentHelper getEntTeamMemberEntitlementByKey(UUID projectEntitlementUUID)
EntTeamMemberEntitlement
entity using key fields.projectEntitlementUUID
- Entitlement Guid
Constraints: Not nullable
EntTeamMemberEntitlement
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EntTeamMemberEntitlementCreateFluentHelper createEntTeamMemberEntitlement(@Nonnull EntTeamMemberEntitlement entTeamMemberEntitlement)
EntTeamMemberEntitlement
entity and save it to the S/4HANA system.entTeamMemberEntitlement
- EntTeamMemberEntitlement
entity object that will be created in the S/4HANA system.EntTeamMemberEntitlement
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EntTeamMemberEntitlementUpdateFluentHelper updateEntTeamMemberEntitlement(@Nonnull EntTeamMemberEntitlement entTeamMemberEntitlement)
EntTeamMemberEntitlement
entity and save it to the S/4HANA system.entTeamMemberEntitlement
- EntTeamMemberEntitlement
entity object that will be updated in the S/4HANA system.EntTeamMemberEntitlement
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull EntTeamMemberEntitlementDeleteFluentHelper deleteEntTeamMemberEntitlement(@Nonnull EntTeamMemberEntitlement entTeamMemberEntitlement)
EntTeamMemberEntitlement
entity in the S/4HANA system.entTeamMemberEntitlement
- EntTeamMemberEntitlement
entity object that will be deleted in the S/4HANA system.EntTeamMemberEntitlement
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ChangeEntProjElmntPositionFluentHelper changeEntProjElmntPosition(UUID projectElementUUID, UUID parentObjectUUID, UUID leftSiblingUUID)
Creates a fluent helper for the ChangeEntProjElmntPosition OData function import.
leftSiblingUUID
- PrjElmnt GUID
Constraints: Nullable
Original parameter name from the Odata EDM: LeftSiblingUUID
parentObjectUUID
- PrjElmnt GUID
Constraints: Nullable
Original parameter name from the Odata EDM: ParentObjectUUID
projectElementUUID
- Entity GUID
Constraints: none
Original parameter name from the Odata EDM: ProjectElementUUID
execute
method on the fluent helper object.@Nonnull ChangeEntProjElmntProcgStatusFluentHelper changeEntProjElmntProcgStatus(UUID projectElementUUID, String processingStatus)
Creates a fluent helper for the ChangeEntProjElmntProcgStatus OData function import.
processingStatus
- Processing Status
Constraints: Nullable, Maximum length: 2
Original parameter name from the Odata EDM: ProcessingStatus
projectElementUUID
- Entity GUID
Constraints: none
Original parameter name from the Odata EDM: ProjectElementUUID
execute
method on the fluent helper object.@Nonnull ChangeEntProjProcgStatusFluentHelper changeEntProjProcgStatus(UUID projectUUID, String processingStatus)
Creates a fluent helper for the ChangeEntProjProcgStatus OData function import.
processingStatus
- Processing Status
Constraints: Nullable, Maximum length: 2
Original parameter name from the Odata EDM: ProcessingStatus
projectUUID
- Entity GUID
Constraints: none
Original parameter name from the Odata EDM: ProjectUUID
execute
method on the fluent helper object.Copyright © 2021 SAP SE. All rights reserved.