Interface WorkCenterService

All Known Implementing Classes:
DefaultWorkCenterService

@Deprecated public interface WorkCenterService
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 work centers. The service contains work center header, work center description, cost center allocation, pooled capacity assignment, capacity header, capacity description, capacity intervals and capacity shifts..

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: WORKCENTER_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_WORK_CENTER
Business Object: Work Center
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull WorkCenterService 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 workCenterInternalID, String workCenterTypeCode, String capacityCategoryAllocation, String capacityInternalID)
      Deprecated.
      Fetch a single WorkCenterCapacity entity using key fields.
      Parameters:
      capacityInternalID - Capacity ID

      Constraints: Not nullable, Maximum length: 8

      capacityCategoryAllocation - Capacity Category Allocation

      Constraints: Not nullable, Maximum length: 4

      workCenterTypeCode - Object types of the CIM resource

      Constraints: Not nullable, Maximum length: 2

      workCenterInternalID - Object ID of the resource

      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.
    • getAllWorkCenterCapacityDescription

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

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

      @Nonnull GetByKeyRequestBuilder<WorkCenterCapacityDescription> getWorkCenterCapacityDescriptionByKey(String workCenterInternalID, String workCenterTypeCode, String capacityCategoryAllocation, String capacityInternalID, String language)
      Deprecated.
      Fetch a single WorkCenterCapacityDescription entity using key fields.
      Parameters:
      capacityInternalID - Capacity ID

      Constraints: Not nullable, Maximum length: 8

      capacityCategoryAllocation - Capacity Category Allocation

      Constraints: Not nullable, Maximum length: 4

      workCenterTypeCode - Object types of the CIM resource

      Constraints: Not nullable, Maximum length: 2

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      workCenterInternalID - Object ID of the resource

      Constraints: Not nullable, Maximum length: 8

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

      @Nonnull UpdateRequestBuilder<WorkCenterCapacityDescription> updateWorkCenterCapacityDescription(@Nonnull WorkCenterCapacityDescription workCenterCapacityDescription)
      Deprecated.
      Update an existing WorkCenterCapacityDescription entity and save it to the S/4HANA system.
      Parameters:
      workCenterCapacityDescription - WorkCenterCapacityDescription entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing WorkCenterCapacityDescription 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 workCenterInternalID, String workCenterTypeCode, String capacityCategoryAllocation, 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

      capacityCategoryAllocation - Capacity Category Allocation

      Constraints: Not nullable, Maximum length: 4

      workCenterTypeCode - Object types of the CIM resource

      Constraints: Not nullable, Maximum length: 2

      intervalEndDate -

      Constraints: Not nullable

      workCenterInternalID - Object ID of the resource

      Constraints: Not nullable, Maximum length: 8

      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 workCenterInternalID, String workCenterTypeCode, String capacityCategoryAllocation, 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

      capacityCategoryAllocation - Capacity Category Allocation

      Constraints: Not nullable, Maximum length: 4

      workCenterTypeCode - Object types of the CIM resource

      Constraints: Not nullable, Maximum length: 2

      intervalEndDate - Valid-to date

      Constraints: Not nullable

      weekDay - Week Day

      Constraints: Not nullable, Maximum length: 1

      workCenterInternalID - Object ID of the resource

      Constraints: Not nullable, Maximum length: 8

      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.
    • getAllWorkCenterCostCenter

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

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

      @Nonnull GetByKeyRequestBuilder<WorkCenterCostCenter> getWorkCenterCostCenterByKey(String workCenterInternalID, String workCenterTypeCode, String costCenterAllocation, LocalDate validityEndDate)
      Deprecated.
      Fetch a single WorkCenterCostCenter entity using key fields.
      Parameters:
      costCenterAllocation - Cost Center Allocation

      Constraints: Not nullable, Maximum length: 4

      workCenterTypeCode - Object types of the CIM resource

      Constraints: Not nullable, Maximum length: 2

      workCenterInternalID - Object ID of the resource

      Constraints: Not nullable, Maximum length: 8

      validityEndDate - End Date

      Constraints: Not nullable

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<WorkCenterDescription> getWorkCenterDescriptionByKey(String workCenterInternalID, String workCenterTypeCode, String language)
      Deprecated.
      Fetch a single WorkCenterDescription entity using key fields.
      Parameters:
      workCenterTypeCode - Production Resource Type

      Constraints: Not nullable, Maximum length: 2

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      workCenterInternalID - Object ID of the resource

      Constraints: Not nullable, Maximum length: 8

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<WorkCenterHeader> getWorkCenterHeaderByKey(String workCenterInternalID, String workCenterTypeCode)
      Deprecated.
      Fetch a single WorkCenterHeader entity using key fields.
      Parameters:
      workCenterTypeCode - Object types of the CIM resource

      Constraints: Not nullable, Maximum length: 2

      workCenterInternalID - Object ID of the resource

      Constraints: Not nullable, Maximum length: 8

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<WorkCenterPooledCapacity> getWorkCenterPooledCapacityByKey(String workCenterInternalID, String workCenterTypeCode, String capacityCategoryAllocation, String capacityInternalID)
      Deprecated.
      Fetch a single WorkCenterPooledCapacity entity using key fields.
      Parameters:
      capacityInternalID - Capacity ID

      Constraints: Not nullable, Maximum length: 8

      capacityCategoryAllocation - Capacity Category Allocation

      Constraints: Not nullable, Maximum length: 4

      workCenterTypeCode - Object types of the CIM resource

      Constraints: Not nullable, Maximum length: 2

      workCenterInternalID - Object ID of the resource

      Constraints: Not nullable, Maximum length: 8

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

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