Interface PooledCapacityService

All Known Implementing Classes:
DefaultPooledCapacityService

@Deprecated public interface PooledCapacityService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the VDM.

This service is based on OData V4 protocol and can be consumed in Fiori apps and on other user interfaces. It enables you to create, read and update pooled capacity. The service contains pooled capacity header, pooled capacity description, pooled capacity interval and pooled capacity shift details..

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: WORKCENTERPOOLEDCAPACITY_0001
API Version: 1.0.0
Minimum ERP Version: 2302
Communication Scenario: Production Planning Integration(SAP_COM_0104)
Scope Items: Make-to-Stock Production - Discrete Manufacturing(BJ5), Make-to-Stock - Process Manufacturing Based on Process Order(BJ8), Material Requirements Planning(J44), Material Requirements Planning(O44)
Authentication Methods: x509
Service Group Name: API_WRKCTRPOOLEDCAPACITY
Business Object: Pooled Capacity
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull PooledCapacityService 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.
    • getAllWorkCenterCapacity

      @Nonnull GetAllRequestBuilder<WorkCenterCapacity> getAllWorkCenterCapacity()
      Deprecated.
      Fetch multiple WorkCenterCapacity entities.
      Returns:
      A request builder to fetch multiple WorkCenterCapacity 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.
    • countWorkCenterCapacity

      @Nonnull CountRequestBuilder<WorkCenterCapacity> countWorkCenterCapacity()
      Deprecated.
      Fetch the number of entries from the WorkCenterCapacity entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of WorkCenterCapacity 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.
    • getWorkCenterCapacityByKey

      @Nonnull GetByKeyRequestBuilder<WorkCenterCapacity> getWorkCenterCapacityByKey(String capacityInternalID)
      Deprecated.
      Fetch a single WorkCenterCapacity entity using key fields.
      Parameters:
      capacityInternalID - Capacity ID

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A request builder to fetch a single WorkCenterCapacity 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.
    • createWorkCenterCapacity

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

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

      @Nonnull GetAllRequestBuilder<WorkCenterCapacityInterval> getAllWorkCenterCapacityInterval()
      Deprecated.
      Fetch multiple WorkCenterCapacityInterval entities.
      Returns:
      A request builder to fetch multiple WorkCenterCapacityInterval 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.
    • countWorkCenterCapacityInterval

      @Nonnull CountRequestBuilder<WorkCenterCapacityInterval> countWorkCenterCapacityInterval()
      Deprecated.
      Fetch the number of entries from the WorkCenterCapacityInterval entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of WorkCenterCapacityInterval 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.
    • getWorkCenterCapacityIntervalByKey

      @Nonnull GetByKeyRequestBuilder<WorkCenterCapacityInterval> getWorkCenterCapacityIntervalByKey(String capacityInternalID, String capacityActiveVersion, LocalDate intervalEndDate)
      Deprecated.
      Fetch a single WorkCenterCapacityInterval entity using key fields.
      Parameters:
      capacityInternalID - Capacity ID

      Constraints: Not nullable, Maximum length: 8

      intervalEndDate -

      Constraints: Not nullable

      capacityActiveVersion -

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A request builder to fetch a single WorkCenterCapacityInterval 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.
    • createWorkCenterCapacityInterval

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

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

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

      @Nonnull GetAllRequestBuilder<WorkCenterCapacityShift> getAllWorkCenterCapacityShift()
      Deprecated.
      Fetch multiple WorkCenterCapacityShift entities.
      Returns:
      A request builder to fetch multiple WorkCenterCapacityShift 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.
    • countWorkCenterCapacityShift

      @Nonnull CountRequestBuilder<WorkCenterCapacityShift> countWorkCenterCapacityShift()
      Deprecated.
      Fetch the number of entries from the WorkCenterCapacityShift entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of WorkCenterCapacityShift 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.
    • getWorkCenterCapacityShiftByKey

      @Nonnull GetByKeyRequestBuilder<WorkCenterCapacityShift> getWorkCenterCapacityShiftByKey(String capacityInternalID, String capacityActiveVersion, LocalDate intervalEndDate, String weekDay, String availableCapacityShift)
      Deprecated.
      Fetch a single WorkCenterCapacityShift entity using key fields.
      Parameters:
      capacityInternalID - Capacity ID

      Constraints: Not nullable, Maximum length: 8

      intervalEndDate - Valid-to date

      Constraints: Not nullable

      weekDay - Week Day

      Constraints: Not nullable, Maximum length: 1

      capacityActiveVersion -

      Constraints: Not nullable, Maximum length: 2

      availableCapacityShift - Shift Number of an Available Capacity

      Constraints: Not nullable, Maximum length: 1

      Returns:
      A request builder to fetch a single WorkCenterCapacityShift 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.
    • updateWorkCenterCapacityShift

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

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

      @Nonnull GetAllRequestBuilder<WorkCenterCapacityText> getAllWorkCenterCapacityText()
      Deprecated.
      Fetch multiple WorkCenterCapacityText entities.
      Returns:
      A request builder to fetch multiple WorkCenterCapacityText 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.
    • countWorkCenterCapacityText

      @Nonnull CountRequestBuilder<WorkCenterCapacityText> countWorkCenterCapacityText()
      Deprecated.
      Fetch the number of entries from the WorkCenterCapacityText entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of WorkCenterCapacityText 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.
    • getWorkCenterCapacityTextByKey

      @Nonnull GetByKeyRequestBuilder<WorkCenterCapacityText> getWorkCenterCapacityTextByKey(String capacityInternalID, String language)
      Deprecated.
      Fetch a single WorkCenterCapacityText entity using key fields.
      Parameters:
      capacityInternalID - Capacity ID

      Constraints: Not nullable, Maximum length: 8

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A request builder to fetch a single WorkCenterCapacityText 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.
    • updateWorkCenterCapacityText

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