Interface ProcurementProjectService
- All Known Implementing Classes:
DefaultProcurementProjectService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
This service enables you to create, read, update, or delete procurement projects and plants. Furthermore, you can activate or deactivate procurement projects. If there are any issues during the execution of the actions, the system displays error messages in the response..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | CE_PROCUREMENTPROJECT_0001 |
| API Version: | 1.1.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Procurement - Supplier Quotation Management Integration(SAP_COM_0760), Product Sourcing Integration(SAP_COM_0910) |
| Scope Items: | Direct Material Sourcing(4RD) |
| Authentication Methods: | x509 |
| Service Group Name: | API_PROCUREMENTPROJECT |
| Business Object: | Procurement Project |
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.Creates a batch request builder object.Deprecated.Fetch the number of entries from theProcurementProjectentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theProcurementProjectPlantentity collection matching the filter and search expressions.createProcurementProject(ProcurementProject procurementProject) Deprecated.Create a newProcurementProjectentity and save it to the S/4HANA system.deleteProcurementProject(ProcurementProject procurementProject) Deprecated.Deletes an existingProcurementProjectentity in the S/4HANA system.deleteProcurementProjectPlant(ProcurementProjectPlant procurementProjectPlant) Deprecated.Deletes an existingProcurementProjectPlantentity in the S/4HANA system.Deprecated.Fetch multipleProcurementProjectentities.Deprecated.Fetch multipleProcurementProjectPlantentities.getProcurementProjectByKey(UUID procurementProjectUUID) Deprecated.Fetch a singleProcurementProjectentity using key fields.getProcurementProjectPlantByKey(UUID procmtProjectPlantUUID) Deprecated.Fetch a singleProcurementProjectPlantentity using key fields.updateProcurementProject(ProcurementProject procurementProject) Deprecated.Update an existingProcurementProjectentity and save it to the S/4HANA system.updateProcurementProjectPlant(ProcurementProjectPlant procurementProjectPlant) Deprecated.Update an existingProcurementProjectPlantentity and save it to the S/4HANA system.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.
-
Field Details
-
DEFAULT_SERVICE_PATH
Deprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint.- See Also:
-
-
Method Details
-
withServicePath
Deprecated.Overrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.Creates a batch request builder object.- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllProcurementProject
Deprecated.Fetch multipleProcurementProjectentities.- Returns:
- A request builder to fetch multiple
ProcurementProjectentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countProcurementProject
Deprecated.Fetch the number of entries from theProcurementProjectentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
ProcurementProjectentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getProcurementProjectByKey
@Nonnull GetByKeyRequestBuilder<ProcurementProject> getProcurementProjectByKey(UUID procurementProjectUUID) Deprecated.Fetch a singleProcurementProjectentity using key fields.- Parameters:
procurementProjectUUID- Procurement Project UUIDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
ProcurementProjectentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
createProcurementProject
@Nonnull CreateRequestBuilder<ProcurementProject> createProcurementProject(@Nonnull ProcurementProject procurementProject) Deprecated.Create a newProcurementProjectentity and save it to the S/4HANA system.- Parameters:
procurementProject-ProcurementProjectentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
ProcurementProjectentity. To perform execution, call theexecutemethod on the request builder object.
-
updateProcurementProject
@Nonnull UpdateRequestBuilder<ProcurementProject> updateProcurementProject(@Nonnull ProcurementProject procurementProject) Deprecated.Update an existingProcurementProjectentity and save it to the S/4HANA system.- Parameters:
procurementProject-ProcurementProjectentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
ProcurementProjectentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteProcurementProject
@Nonnull DeleteRequestBuilder<ProcurementProject> deleteProcurementProject(@Nonnull ProcurementProject procurementProject) Deprecated.Deletes an existingProcurementProjectentity in the S/4HANA system.- Parameters:
procurementProject-ProcurementProjectentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
ProcurementProjectentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllProcurementProjectPlant
Deprecated.Fetch multipleProcurementProjectPlantentities.- Returns:
- A request builder to fetch multiple
ProcurementProjectPlantentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countProcurementProjectPlant
Deprecated.Fetch the number of entries from theProcurementProjectPlantentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
ProcurementProjectPlantentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getProcurementProjectPlantByKey
@Nonnull GetByKeyRequestBuilder<ProcurementProjectPlant> getProcurementProjectPlantByKey(UUID procmtProjectPlantUUID) Deprecated.Fetch a singleProcurementProjectPlantentity using key fields.- Parameters:
procmtProjectPlantUUID- UUID of Plant in Procurement ProjectConstraints: Not nullable
- Returns:
- A request builder to fetch a single
ProcurementProjectPlantentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
updateProcurementProjectPlant
@Nonnull UpdateRequestBuilder<ProcurementProjectPlant> updateProcurementProjectPlant(@Nonnull ProcurementProjectPlant procurementProjectPlant) Deprecated.Update an existingProcurementProjectPlantentity and save it to the S/4HANA system.- Parameters:
procurementProjectPlant-ProcurementProjectPlantentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
ProcurementProjectPlantentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteProcurementProjectPlant
@Nonnull DeleteRequestBuilder<ProcurementProjectPlant> deleteProcurementProjectPlant(@Nonnull ProcurementProjectPlant procurementProjectPlant) Deprecated.Deletes an existingProcurementProjectPlantentity in the S/4HANA system.- Parameters:
procurementProjectPlant-ProcurementProjectPlantentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
ProcurementProjectPlantentity. To perform execution, call theexecutemethod on the request builder object.
-