Interface ProcurementProjectService

All Known Implementing Classes:
DefaultProcurementProjectService

@Deprecated public interface ProcurementProjectService
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..

Business Documentation

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 Details

  • Method Details

    • withServicePath

      @Nonnull ProcurementProjectService withServicePath(@Nonnull String servicePath)
      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

      @Nonnull BatchRequestBuilder batch()
      Deprecated.
      Creates a batch request builder object.
      Returns:
      A request builder to handle batch operation on this service. To perform execution, call the execute method on the request builder object.
    • getAllProcurementProject

      @Nonnull GetAllRequestBuilder<ProcurementProject> getAllProcurementProject()
      Deprecated.
      Fetch multiple ProcurementProject entities.
      Returns:
      A request builder to fetch multiple ProcurementProject entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countProcurementProject

      @Nonnull CountRequestBuilder<ProcurementProject> countProcurementProject()
      Deprecated.
      Fetch the number of entries from the ProcurementProject entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of ProcurementProject entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getProcurementProjectByKey

      @Nonnull GetByKeyRequestBuilder<ProcurementProject> getProcurementProjectByKey(UUID procurementProjectUUID)
      Deprecated.
      Fetch a single ProcurementProject entity using key fields.
      Parameters:
      procurementProjectUUID - Procurement Project UUID

      Constraints: Not nullable

      Returns:
      A request builder to fetch a single ProcurementProject entity 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 the execute method on the request builder object.
    • createProcurementProject

      @Nonnull CreateRequestBuilder<ProcurementProject> createProcurementProject(@Nonnull ProcurementProject procurementProject)
      Deprecated.
      Create a new ProcurementProject entity and save it to the S/4HANA system.
      Parameters:
      procurementProject - ProcurementProject entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new ProcurementProject entity. To perform execution, call the execute method on the request builder object.
    • updateProcurementProject

      @Nonnull UpdateRequestBuilder<ProcurementProject> updateProcurementProject(@Nonnull ProcurementProject procurementProject)
      Deprecated.
      Update an existing ProcurementProject entity and save it to the S/4HANA system.
      Parameters:
      procurementProject - ProcurementProject entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing ProcurementProject entity. To perform execution, call the execute method on the request builder object.
    • deleteProcurementProject

      @Nonnull DeleteRequestBuilder<ProcurementProject> deleteProcurementProject(@Nonnull ProcurementProject procurementProject)
      Deprecated.
      Deletes an existing ProcurementProject entity in the S/4HANA system.
      Parameters:
      procurementProject - ProcurementProject entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing ProcurementProject entity. To perform execution, call the execute method on the request builder object.
    • getAllProcurementProjectPlant

      @Nonnull GetAllRequestBuilder<ProcurementProjectPlant> getAllProcurementProjectPlant()
      Deprecated.
      Fetch multiple ProcurementProjectPlant entities.
      Returns:
      A request builder to fetch multiple ProcurementProjectPlant entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countProcurementProjectPlant

      @Nonnull CountRequestBuilder<ProcurementProjectPlant> countProcurementProjectPlant()
      Deprecated.
      Fetch the number of entries from the ProcurementProjectPlant entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of ProcurementProjectPlant entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getProcurementProjectPlantByKey

      @Nonnull GetByKeyRequestBuilder<ProcurementProjectPlant> getProcurementProjectPlantByKey(UUID procmtProjectPlantUUID)
      Deprecated.
      Fetch a single ProcurementProjectPlant entity using key fields.
      Parameters:
      procmtProjectPlantUUID - UUID of Plant in Procurement Project

      Constraints: Not nullable

      Returns:
      A request builder to fetch a single ProcurementProjectPlant entity 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 the execute method on the request builder object.
    • updateProcurementProjectPlant

      @Nonnull UpdateRequestBuilder<ProcurementProjectPlant> updateProcurementProjectPlant(@Nonnull ProcurementProjectPlant procurementProjectPlant)
      Deprecated.
      Update an existing ProcurementProjectPlant entity and save it to the S/4HANA system.
      Parameters:
      procurementProjectPlant - ProcurementProjectPlant entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing ProcurementProjectPlant entity. To perform execution, call the execute method on the request builder object.
    • deleteProcurementProjectPlant

      @Nonnull DeleteRequestBuilder<ProcurementProjectPlant> deleteProcurementProjectPlant(@Nonnull ProcurementProjectPlant procurementProjectPlant)
      Deprecated.
      Deletes an existing ProcurementProjectPlant entity in the S/4HANA system.
      Parameters:
      procurementProjectPlant - ProcurementProjectPlant entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing ProcurementProjectPlant entity. To perform execution, call the execute method on the request builder object.