Interface WorkCenterDataService

All Superinterfaces:
BatchService<WorkCenterDataServiceBatch>
All Known Implementing Classes:
DefaultWorkCenterDataService

@Deprecated public interface WorkCenterDataService extends BatchService<WorkCenterDataServiceBatch>
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 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, capacity assignment, capacity header, capacity description, capacity intervals, capacity shifts, queuing operations, today’s operation, capacity per bucket and capacity order per bucket..

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

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

  • Method Details

    • withServicePath

      @Nonnull WorkCenterDataService 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.
    • getAllWorkCenterAllCapacity

      @Nonnull WorkCenterAllCapacityFluentHelper getAllWorkCenterAllCapacity()
      Deprecated.
      Fetch multiple WorkCenterAllCapacity entities.
      Returns:
      A fluent helper to fetch multiple WorkCenterAllCapacity 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.
    • getWorkCenterAllCapacityByKey

      @Nonnull WorkCenterAllCapacityByKeyFluentHelper getWorkCenterAllCapacityByKey(String workCenterInternalID, String workCenterTypeCode, String capacityInternalID, String capacityCategoryAllocation)
      Deprecated.
      Fetch a single WorkCenterAllCapacity 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 fluent helper to fetch a single WorkCenterAllCapacity 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.
    • createWorkCenterAllCapacity

      @Nonnull WorkCenterAllCapacityCreateFluentHelper createWorkCenterAllCapacity(@Nonnull WorkCenterAllCapacity workCenterAllCapacity)
      Deprecated.
      Create a new WorkCenterAllCapacity entity and save it to the S/4HANA system.
      Parameters:
      workCenterAllCapacity - WorkCenterAllCapacity entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new WorkCenterAllCapacity entity. To perform execution, call the execute method on the fluent helper object.
    • getAllWorkCenterAllCapacity_2

      @Nonnull WorkCenterAllCapacity_2FluentHelper getAllWorkCenterAllCapacity_2()
      Deprecated.
      Fetch multiple WorkCenterAllCapacity_2 entities.
      Returns:
      A fluent helper to fetch multiple WorkCenterAllCapacity_2 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.
    • getWorkCenterAllCapacity_2ByKey

      @Nonnull WorkCenterAllCapacity_2ByKeyFluentHelper getWorkCenterAllCapacity_2ByKey(String workCenterInternalID, String workCenterTypeCode, String capacityCategoryAllocation)
      Deprecated.
      Fetch a single WorkCenterAllCapacity_2 entity using key fields.
      Parameters:
      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 fluent helper to fetch a single WorkCenterAllCapacity_2 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.
    • createWorkCenterAllCapacity_2

      @Nonnull WorkCenterAllCapacity_2CreateFluentHelper createWorkCenterAllCapacity_2(@Nonnull WorkCenterAllCapacity_2 workCenterAllCapacity_2)
      Deprecated.
      Create a new WorkCenterAllCapacity_2 entity and save it to the S/4HANA system.
      Parameters:
      workCenterAllCapacity_2 - WorkCenterAllCapacity_2 entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new WorkCenterAllCapacity_2 entity. To perform execution, call the execute method on the fluent helper object.
    • updateWorkCenterAllCapacity_2

      @Nonnull WorkCenterAllCapacity_2UpdateFluentHelper updateWorkCenterAllCapacity_2(@Nonnull WorkCenterAllCapacity_2 workCenterAllCapacity_2)
      Deprecated.
      Update an existing WorkCenterAllCapacity_2 entity and save it to the S/4HANA system.
      Parameters:
      workCenterAllCapacity_2 - WorkCenterAllCapacity_2 entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing WorkCenterAllCapacity_2 entity. To perform execution, call the execute method on the fluent helper object.
    • getAllWorkCenterCapacity

      @Nonnull WorkCenterCapacityFluentHelper getAllWorkCenterCapacity()
      Deprecated.
      Fetch multiple WorkCenterCapacity entities.
      Returns:
      A fluent helper to fetch multiple WorkCenterCapacity 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.
    • getWorkCenterCapacityByKey

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

      Constraints: Not nullable, Maximum length: 8

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

      @Nonnull WorkCenterCapacityCreateFluentHelper 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 fluent helper to create a new WorkCenterCapacity entity. To perform execution, call the execute method on the fluent helper object.
    • updateWorkCenterCapacity

      @Nonnull WorkCenterCapacityUpdateFluentHelper 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 fluent helper to update an existing WorkCenterCapacity entity. To perform execution, call the execute method on the fluent helper object.
    • getAllWorkCenterCapacityInterval

      @Nonnull WorkCenterCapacityIntervalFluentHelper getAllWorkCenterCapacityInterval()
      Deprecated.
      Fetch multiple WorkCenterCapacityInterval entities.
      Returns:
      A fluent helper to fetch multiple WorkCenterCapacityInterval 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.
    • getWorkCenterCapacityIntervalByKey

      @Nonnull WorkCenterCapacityIntervalByKeyFluentHelper getWorkCenterCapacityIntervalByKey(String workCenterInternalID, String workCenterTypeCode, String capacityCategoryAllocation, String capacityInternalID, String capacityActiveVersion, LocalDateTime 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 -
      workCenterInternalID - Object ID of the resource

      Constraints: Not nullable, Maximum length: 8

      capacityActiveVersion -
      Returns:
      A fluent helper to fetch a single WorkCenterCapacityInterval 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.
    • createWorkCenterCapacityInterval

      @Nonnull WorkCenterCapacityIntervalCreateFluentHelper 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 fluent helper to create a new WorkCenterCapacityInterval entity. To perform execution, call the execute method on the fluent helper object.
    • updateWorkCenterCapacityInterval

      @Nonnull WorkCenterCapacityIntervalUpdateFluentHelper 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 fluent helper to update an existing WorkCenterCapacityInterval entity. To perform execution, call the execute method on the fluent helper object.
    • getAllWorkCenterCapacityInterval_2

      @Nonnull WorkCenterCapacityInterval_2FluentHelper getAllWorkCenterCapacityInterval_2()
      Deprecated.
      Fetch multiple WorkCenterCapacityInterval_2 entities.
      Returns:
      A fluent helper to fetch multiple WorkCenterCapacityInterval_2 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.
    • getWorkCenterCapacityInterval_2ByKey

      @Nonnull WorkCenterCapacityInterval_2ByKeyFluentHelper getWorkCenterCapacityInterval_2ByKey(String capacityInternalID, String capacityActiveVersion, LocalDateTime intervalEndDate)
      Deprecated.
      Fetch a single WorkCenterCapacityInterval_2 entity using key fields.
      Parameters:
      capacityInternalID - Capacity ID

      Constraints: Not nullable, Maximum length: 8

      intervalEndDate -
      capacityActiveVersion -
      Returns:
      A fluent helper to fetch a single WorkCenterCapacityInterval_2 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.
    • createWorkCenterCapacityInterval_2

      @Nonnull WorkCenterCapacityInterval_2CreateFluentHelper createWorkCenterCapacityInterval_2(@Nonnull WorkCenterCapacityInterval_2 workCenterCapacityInterval_2)
      Deprecated.
      Create a new WorkCenterCapacityInterval_2 entity and save it to the S/4HANA system.
      Parameters:
      workCenterCapacityInterval_2 - WorkCenterCapacityInterval_2 entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new WorkCenterCapacityInterval_2 entity. To perform execution, call the execute method on the fluent helper object.
    • updateWorkCenterCapacityInterval_2

      @Nonnull WorkCenterCapacityInterval_2UpdateFluentHelper updateWorkCenterCapacityInterval_2(@Nonnull WorkCenterCapacityInterval_2 workCenterCapacityInterval_2)
      Deprecated.
      Update an existing WorkCenterCapacityInterval_2 entity and save it to the S/4HANA system.
      Parameters:
      workCenterCapacityInterval_2 - WorkCenterCapacityInterval_2 entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing WorkCenterCapacityInterval_2 entity. To perform execution, call the execute method on the fluent helper object.
    • getAllWorkCenterCapacityShift

      @Nonnull WorkCenterCapacityShiftFluentHelper getAllWorkCenterCapacityShift()
      Deprecated.
      Fetch multiple WorkCenterCapacityShift entities.
      Returns:
      A fluent helper to fetch multiple WorkCenterCapacityShift 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.
    • getWorkCenterCapacityShiftByKey

      @Nonnull WorkCenterCapacityShiftByKeyFluentHelper getWorkCenterCapacityShiftByKey(String workCenterInternalID, String workCenterTypeCode, String capacityCategoryAllocation, String capacityInternalID, String capacityActiveVersion, LocalDateTime 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 allocation number

      Constraints: Not nullable, Maximum length: 4

      workCenterTypeCode - Object types of the CIM resource

      Constraints: Not nullable, Maximum length: 2

      intervalEndDate -
      weekDay -
      workCenterInternalID - Object ID of the resource

      Constraints: Not nullable, Maximum length: 8

      capacityActiveVersion -
      availableCapacityShift -
      Returns:
      A fluent helper to fetch a single WorkCenterCapacityShift 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.
    • createWorkCenterCapacityShift

      @Nonnull WorkCenterCapacityShiftCreateFluentHelper createWorkCenterCapacityShift(@Nonnull WorkCenterCapacityShift workCenterCapacityShift)
      Deprecated.
      Create a new WorkCenterCapacityShift entity and save it to the S/4HANA system.
      Parameters:
      workCenterCapacityShift - WorkCenterCapacityShift entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new WorkCenterCapacityShift entity. To perform execution, call the execute method on the fluent helper object.
    • updateWorkCenterCapacityShift

      @Nonnull WorkCenterCapacityShiftUpdateFluentHelper 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 fluent helper to update an existing WorkCenterCapacityShift entity. To perform execution, call the execute method on the fluent helper object.
    • getAllWorkCenterCapacityShift_2

      @Nonnull WorkCenterCapacityShift_2FluentHelper getAllWorkCenterCapacityShift_2()
      Deprecated.
      Fetch multiple WorkCenterCapacityShift_2 entities.
      Returns:
      A fluent helper to fetch multiple WorkCenterCapacityShift_2 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.
    • getWorkCenterCapacityShift_2ByKey

      @Nonnull WorkCenterCapacityShift_2ByKeyFluentHelper getWorkCenterCapacityShift_2ByKey(String capacityInternalID, String capacityActiveVersion, LocalDateTime intervalEndDate, String weekDay, String availableCapacityShift)
      Deprecated.
      Fetch a single WorkCenterCapacityShift_2 entity using key fields.
      Parameters:
      capacityInternalID - Capacity ID

      Constraints: Not nullable, Maximum length: 8

      intervalEndDate - Valid-to date

      Constraints: Not nullable, Precision: 0

      weekDay - Week Day

      Constraints: Not nullable, Maximum length: 1

      capacityActiveVersion -
      availableCapacityShift - Shift Number of an Available Capacity

      Constraints: Not nullable, Maximum length: 1

      Returns:
      A fluent helper to fetch a single WorkCenterCapacityShift_2 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.
    • createWorkCenterCapacityShift_2

      @Nonnull WorkCenterCapacityShift_2CreateFluentHelper createWorkCenterCapacityShift_2(@Nonnull WorkCenterCapacityShift_2 workCenterCapacityShift_2)
      Deprecated.
      Create a new WorkCenterCapacityShift_2 entity and save it to the S/4HANA system.
      Parameters:
      workCenterCapacityShift_2 - WorkCenterCapacityShift_2 entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new WorkCenterCapacityShift_2 entity. To perform execution, call the execute method on the fluent helper object.
    • updateWorkCenterCapacityShift_2

      @Nonnull WorkCenterCapacityShift_2UpdateFluentHelper updateWorkCenterCapacityShift_2(@Nonnull WorkCenterCapacityShift_2 workCenterCapacityShift_2)
      Deprecated.
      Update an existing WorkCenterCapacityShift_2 entity and save it to the S/4HANA system.
      Parameters:
      workCenterCapacityShift_2 - WorkCenterCapacityShift_2 entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing WorkCenterCapacityShift_2 entity. To perform execution, call the execute method on the fluent helper object.
    • getAllWorkCenterCapacityText

      @Nonnull WorkCenterCapacityTextFluentHelper getAllWorkCenterCapacityText()
      Deprecated.
      Fetch multiple WorkCenterCapacityText entities.
      Returns:
      A fluent helper to fetch multiple WorkCenterCapacityText 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.
    • getWorkCenterCapacityTextByKey

      @Nonnull WorkCenterCapacityTextByKeyFluentHelper 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 fluent helper to fetch a single WorkCenterCapacityText 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.
    • updateWorkCenterCapacityText

      @Nonnull WorkCenterCapacityTextUpdateFluentHelper 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 fluent helper to update an existing WorkCenterCapacityText entity. To perform execution, call the execute method on the fluent helper object.
    • getAllWorkCenterCapDayOp

      @Nonnull WorkCenterCapDayOpFluentHelper getAllWorkCenterCapDayOp()
      Deprecated.
      Fetch multiple WorkCenterCapDayOp entities.
      Returns:
      A fluent helper to fetch multiple WorkCenterCapDayOp 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.
    • getWorkCenterCapDayOpByKey

      @Nonnull WorkCenterCapDayOpByKeyFluentHelper getWorkCenterCapDayOpByKey(String plant, String mRPController, String workCenter, String capacityInternalID, String capacityRequirement, String material, String orderID, String operation)
      Deprecated.
      Fetch a single WorkCenterCapDayOp entity using key fields.
      Parameters:
      capacityInternalID - Capacity ID

      Constraints: Not nullable, Maximum length: 8

      capacityRequirement - ID of the Capacity Requirements Record

      Constraints: Not nullable, Maximum length: 12

      material - Material Number for Order

      Constraints: Not nullable, Maximum length: 40

      orderID -
      plant - Plant

      Constraints: Not nullable, Maximum length: 4

      operation - Operation/Activity Number

      Constraints: Not nullable, Maximum length: 4

      workCenter - Work Center

      Constraints: Not nullable, Maximum length: 8

      mRPController - MRP Controller for Order

      Constraints: Not nullable, Maximum length: 3

      Returns:
      A fluent helper to fetch a single WorkCenterCapDayOp 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.
    • getWorkCenterCapOrderPerBucketParametersByKey

      @Nonnull WorkCenterCapOrderPerBucketParametersByKeyFluentHelper getWorkCenterCapOrderPerBucketParametersByKey(LocalDateTime p_CapEvalStartDate, LocalDateTime p_CapEvalEndDate, String p_CapEvalBucketType)
      Deprecated.
      Fetch a single WorkCenterCapOrderPerBucketParameters entity using key fields.
      Parameters:
      p_CapEvalBucketType - Single-Character Flag

      Constraints: Not nullable, Maximum length: 1

      p_CapEvalStartDate - Date

      Constraints: Not nullable, Precision: 0

      p_CapEvalEndDate - Date

      Constraints: Not nullable, Precision: 0

      Returns:
      A fluent helper to fetch a single WorkCenterCapOrderPerBucketParameters 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.
    • getWorkCenterCapPerBucketParametersByKey

      @Nonnull WorkCenterCapPerBucketParametersByKeyFluentHelper getWorkCenterCapPerBucketParametersByKey(LocalDateTime p_CapEvalStartDate, LocalDateTime p_CapEvalEndDate, String p_CapEvalBucketType)
      Deprecated.
      Fetch a single WorkCenterCapPerBucketParameters entity using key fields.
      Parameters:
      p_CapEvalBucketType - Single-Character Flag

      Constraints: Not nullable, Maximum length: 1

      p_CapEvalStartDate - Date

      Constraints: Not nullable, Precision: 0

      p_CapEvalEndDate - Date

      Constraints: Not nullable, Precision: 0

      Returns:
      A fluent helper to fetch a single WorkCenterCapPerBucketParameters 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.
    • getAllWorkCenterCapPplineOp

      @Nonnull WorkCenterCapPplineOpFluentHelper getAllWorkCenterCapPplineOp()
      Deprecated.
      Fetch multiple WorkCenterCapPplineOp entities.
      Returns:
      A fluent helper to fetch multiple WorkCenterCapPplineOp 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.
    • getWorkCenterCapPplineOpByKey

      @Nonnull WorkCenterCapPplineOpByKeyFluentHelper getWorkCenterCapPplineOpByKey(String plant, String mRPController, String workCenter, String capacityInternalID, String capacityRequirement, String material, String orderID, String operation)
      Deprecated.
      Fetch a single WorkCenterCapPplineOp entity using key fields.
      Parameters:
      capacityInternalID - Capacity ID

      Constraints: Not nullable, Maximum length: 8

      capacityRequirement - ID of the Capacity Requirements Record

      Constraints: Not nullable, Maximum length: 12

      material - Material Number for Order

      Constraints: Not nullable, Maximum length: 40

      orderID -
      plant - Plant

      Constraints: Not nullable, Maximum length: 4

      operation - Operation/Activity Number

      Constraints: Not nullable, Maximum length: 4

      workCenter - Work Center

      Constraints: Not nullable, Maximum length: 8

      mRPController - MRP Controller for Order

      Constraints: Not nullable, Maximum length: 3

      Returns:
      A fluent helper to fetch a single WorkCenterCapPplineOp 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.
    • getAllWorkCenterCostCenter

      @Nonnull WorkCenterCostCenterFluentHelper getAllWorkCenterCostCenter()
      Deprecated.
      Fetch multiple WorkCenterCostCenter entities.
      Returns:
      A fluent helper to fetch multiple WorkCenterCostCenter 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.
    • getWorkCenterCostCenterByKey

      @Nonnull WorkCenterCostCenterByKeyFluentHelper getWorkCenterCostCenterByKey(String workCenterInternalID, String workCenterTypeCode, String costCenterAllocation, LocalDateTime 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, Precision: 0

      Returns:
      A fluent helper to fetch a single WorkCenterCostCenter 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.
    • createWorkCenterCostCenter

      @Nonnull WorkCenterCostCenterCreateFluentHelper createWorkCenterCostCenter(@Nonnull WorkCenterCostCenter workCenterCostCenter)
      Deprecated.
      Create a new WorkCenterCostCenter entity and save it to the S/4HANA system.
      Parameters:
      workCenterCostCenter - WorkCenterCostCenter entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new WorkCenterCostCenter entity. To perform execution, call the execute method on the fluent helper object.
    • updateWorkCenterCostCenter

      @Nonnull WorkCenterCostCenterUpdateFluentHelper 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 fluent helper to update an existing WorkCenterCostCenter entity. To perform execution, call the execute method on the fluent helper object.
    • getAllWorkCenterDayOperation

      @Nonnull WorkCenterDayOperationFluentHelper getAllWorkCenterDayOperation()
      Deprecated.
      Fetch multiple WorkCenterDayOperation entities.
      Returns:
      A fluent helper to fetch multiple WorkCenterDayOperation 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.
    • getWorkCenterDayOperationByKey

      @Nonnull WorkCenterDayOperationByKeyFluentHelper getWorkCenterDayOperationByKey(String workCenterInternalID, String manufacturingOrder, String manufacturingOrderOperation, String manufacturingOrderCategory)
      Deprecated.
      Fetch a single WorkCenterDayOperation entity using key fields.
      Parameters:
      manufacturingOrderCategory - Manufacturing Order Category

      Constraints: Not nullable, Maximum length: 2

      manufacturingOrderOperation - Manufacturing Order Operation

      Constraints: Not nullable, Maximum length: 4

      manufacturingOrder - Manufacturing Order ID

      Constraints: Not nullable, Maximum length: 12

      workCenterInternalID - Work Center Internal ID

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A fluent helper to fetch a single WorkCenterDayOperation 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.
    • getAllWorkCenterDescription

      @Nonnull WorkCenterDescriptionFluentHelper getAllWorkCenterDescription()
      Deprecated.
      Fetch multiple WorkCenterDescription entities.
      Returns:
      A fluent helper to fetch multiple WorkCenterDescription 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.
    • getWorkCenterDescriptionByKey

      @Nonnull WorkCenterDescriptionByKeyFluentHelper 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 fluent helper to fetch a single WorkCenterDescription 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.
    • updateWorkCenterDescription

      @Nonnull WorkCenterDescriptionUpdateFluentHelper 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 fluent helper to update an existing WorkCenterDescription entity. To perform execution, call the execute method on the fluent helper object.
    • getAllWorkCenterPipeLineOperation

      @Nonnull WorkCenterPipeLineOperationFluentHelper getAllWorkCenterPipeLineOperation()
      Deprecated.
      Fetch multiple WorkCenterPipeLineOperation entities.
      Returns:
      A fluent helper to fetch multiple WorkCenterPipeLineOperation 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.
    • getWorkCenterPipeLineOperationByKey

      @Nonnull WorkCenterPipeLineOperationByKeyFluentHelper getWorkCenterPipeLineOperationByKey(String workCenterInternalID, String manufacturingOrder, String manufacturingOrderOperation, String manufacturingOrderCategory)
      Deprecated.
      Fetch a single WorkCenterPipeLineOperation entity using key fields.
      Parameters:
      manufacturingOrderCategory - Manufacturing Order Category

      Constraints: Not nullable, Maximum length: 2

      manufacturingOrderOperation - Manufacturing Order Operation

      Constraints: Not nullable, Maximum length: 4

      manufacturingOrder - Manufacturing Order ID

      Constraints: Not nullable, Maximum length: 12

      workCenterInternalID - Work Center Internal ID

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A fluent helper to fetch a single WorkCenterPipeLineOperation 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.
    • getAllWorkCenters

      @Nonnull WorkCentersFluentHelper getAllWorkCenters()
      Deprecated.
      Fetch multiple WorkCenters entities.
      Returns:
      A fluent helper to fetch multiple WorkCenters 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.
    • getWorkCentersByKey

      @Nonnull WorkCentersByKeyFluentHelper getWorkCentersByKey(String workCenterInternalID, String workCenterTypeCode)
      Deprecated.
      Fetch a single WorkCenters 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 fluent helper to fetch a single WorkCenters 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.
    • createWorkCenters

      @Nonnull WorkCentersCreateFluentHelper createWorkCenters(@Nonnull WorkCenters workCenters)
      Deprecated.
      Create a new WorkCenters entity and save it to the S/4HANA system.
      Parameters:
      workCenters - WorkCenters entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new WorkCenters entity. To perform execution, call the execute method on the fluent helper object.
    • updateWorkCenters

      @Nonnull WorkCentersUpdateFluentHelper updateWorkCenters(@Nonnull WorkCenters workCenters)
      Deprecated.
      Update an existing WorkCenters entity and save it to the S/4HANA system.
      Parameters:
      workCenters - WorkCenters entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing WorkCenters entity. To perform execution, call the execute method on the fluent helper object.