Interface WorkCenterService
- All Known Implementing Classes:
DefaultWorkCenterService
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..
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 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 theWorkCenterCapacityentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theWorkCenterCapacityDescriptionentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theWorkCenterCapacityIntervalentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theWorkCenterCapacityShiftentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theWorkCenterCostCenterentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theWorkCenterDescriptionentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theWorkCenterHeaderentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theWorkCenterPooledCapacityentity collection matching the filter and search expressions.createWorkCenterCapacity(WorkCenterCapacity workCenterCapacity) Deprecated.Create a newWorkCenterCapacityentity and save it to the S/4HANA system.createWorkCenterCapacityInterval(WorkCenterCapacityInterval workCenterCapacityInterval) Deprecated.Create a newWorkCenterCapacityIntervalentity and save it to the S/4HANA system.createWorkCenterHeader(WorkCenterHeader workCenterHeader) Deprecated.Create a newWorkCenterHeaderentity and save it to the S/4HANA system.deleteWorkCenterCapacityInterval(WorkCenterCapacityInterval workCenterCapacityInterval) Deprecated.Deletes an existingWorkCenterCapacityIntervalentity in the S/4HANA system.deleteWorkCenterCapacityShift(WorkCenterCapacityShift workCenterCapacityShift) Deprecated.Deletes an existingWorkCenterCapacityShiftentity in the S/4HANA system.Deprecated.Fetch multipleWorkCenterCapacityentities.Deprecated.Fetch multipleWorkCenterCapacityDescriptionentities.Deprecated.Fetch multipleWorkCenterCapacityIntervalentities.Deprecated.Fetch multipleWorkCenterCapacityShiftentities.Deprecated.Fetch multipleWorkCenterCostCenterentities.Deprecated.Fetch multipleWorkCenterDescriptionentities.Deprecated.Fetch multipleWorkCenterHeaderentities.Deprecated.Fetch multipleWorkCenterPooledCapacityentities.getWorkCenterCapacityByKey(String workCenterInternalID, String workCenterTypeCode, String capacityCategoryAllocation, String capacityInternalID) Deprecated.Fetch a singleWorkCenterCapacityentity using key fields.getWorkCenterCapacityDescriptionByKey(String workCenterInternalID, String workCenterTypeCode, String capacityCategoryAllocation, String capacityInternalID, String language) Deprecated.Fetch a singleWorkCenterCapacityDescriptionentity using key fields.getWorkCenterCapacityIntervalByKey(String workCenterInternalID, String workCenterTypeCode, String capacityCategoryAllocation, String capacityInternalID, String capacityActiveVersion, LocalDate intervalEndDate) Deprecated.Fetch a singleWorkCenterCapacityIntervalentity using key fields.getWorkCenterCapacityShiftByKey(String workCenterInternalID, String workCenterTypeCode, String capacityCategoryAllocation, String capacityInternalID, String capacityActiveVersion, LocalDate intervalEndDate, String weekDay, String availableCapacityShift) Deprecated.Fetch a singleWorkCenterCapacityShiftentity using key fields.getWorkCenterCostCenterByKey(String workCenterInternalID, String workCenterTypeCode, String costCenterAllocation, LocalDate validityEndDate) Deprecated.Fetch a singleWorkCenterCostCenterentity using key fields.getWorkCenterDescriptionByKey(String workCenterInternalID, String workCenterTypeCode, String language) Deprecated.Fetch a singleWorkCenterDescriptionentity using key fields.getWorkCenterHeaderByKey(String workCenterInternalID, String workCenterTypeCode) Deprecated.Fetch a singleWorkCenterHeaderentity using key fields.getWorkCenterPooledCapacityByKey(String workCenterInternalID, String workCenterTypeCode, String capacityCategoryAllocation, String capacityInternalID) Deprecated.Fetch a singleWorkCenterPooledCapacityentity using key fields.updateWorkCenterCapacity(WorkCenterCapacity workCenterCapacity) Deprecated.Update an existingWorkCenterCapacityentity and save it to the S/4HANA system.updateWorkCenterCapacityDescription(WorkCenterCapacityDescription workCenterCapacityDescription) Deprecated.Update an existingWorkCenterCapacityDescriptionentity and save it to the S/4HANA system.updateWorkCenterCapacityInterval(WorkCenterCapacityInterval workCenterCapacityInterval) Deprecated.Update an existingWorkCenterCapacityIntervalentity and save it to the S/4HANA system.updateWorkCenterCapacityShift(WorkCenterCapacityShift workCenterCapacityShift) Deprecated.Update an existingWorkCenterCapacityShiftentity and save it to the S/4HANA system.updateWorkCenterCostCenter(WorkCenterCostCenter workCenterCostCenter) Deprecated.Update an existingWorkCenterCostCenterentity and save it to the S/4HANA system.updateWorkCenterDescription(WorkCenterDescription workCenterDescription) Deprecated.Update an existingWorkCenterDescriptionentity and save it to the S/4HANA system.updateWorkCenterHeader(WorkCenterHeader workCenterHeader) Deprecated.Update an existingWorkCenterHeaderentity and save it to the S/4HANA system.updateWorkCenterPooledCapacity(WorkCenterPooledCapacity workCenterPooledCapacity) Deprecated.Update an existingWorkCenterPooledCapacityentity 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.
-
getAllWorkCenterCapacity
Deprecated.Fetch multipleWorkCenterCapacityentities.- Returns:
- A request builder to fetch multiple
WorkCenterCapacityentities. 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.
-
countWorkCenterCapacity
Deprecated.Fetch the number of entries from theWorkCenterCapacityentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
WorkCenterCapacityentities. 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.
-
getWorkCenterCapacityByKey
@Nonnull GetByKeyRequestBuilder<WorkCenterCapacity> getWorkCenterCapacityByKey(String workCenterInternalID, String workCenterTypeCode, String capacityCategoryAllocation, String capacityInternalID) Deprecated.Fetch a singleWorkCenterCapacityentity using key fields.- Parameters:
capacityInternalID- Capacity IDConstraints: Not nullable, Maximum length: 8
capacityCategoryAllocation- Capacity Category AllocationConstraints: Not nullable, Maximum length: 4
workCenterTypeCode- Object types of the CIM resourceConstraints: Not nullable, Maximum length: 2
workCenterInternalID- Object ID of the resourceConstraints: Not nullable, Maximum length: 8
- Returns:
- A request builder to fetch a single
WorkCenterCapacityentity 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.
-
createWorkCenterCapacity
@Nonnull CreateRequestBuilder<WorkCenterCapacity> createWorkCenterCapacity(@Nonnull WorkCenterCapacity workCenterCapacity) Deprecated.Create a newWorkCenterCapacityentity and save it to the S/4HANA system.- Parameters:
workCenterCapacity-WorkCenterCapacityentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
WorkCenterCapacityentity. To perform execution, call theexecutemethod on the request builder object.
-
updateWorkCenterCapacity
@Nonnull UpdateRequestBuilder<WorkCenterCapacity> updateWorkCenterCapacity(@Nonnull WorkCenterCapacity workCenterCapacity) Deprecated.Update an existingWorkCenterCapacityentity and save it to the S/4HANA system.- Parameters:
workCenterCapacity-WorkCenterCapacityentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
WorkCenterCapacityentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllWorkCenterCapacityDescription
Deprecated.Fetch multipleWorkCenterCapacityDescriptionentities.- Returns:
- A request builder to fetch multiple
WorkCenterCapacityDescriptionentities. 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.
-
countWorkCenterCapacityDescription
Deprecated.Fetch the number of entries from theWorkCenterCapacityDescriptionentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
WorkCenterCapacityDescriptionentities. 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.
-
getWorkCenterCapacityDescriptionByKey
@Nonnull GetByKeyRequestBuilder<WorkCenterCapacityDescription> getWorkCenterCapacityDescriptionByKey(String workCenterInternalID, String workCenterTypeCode, String capacityCategoryAllocation, String capacityInternalID, String language) Deprecated.Fetch a singleWorkCenterCapacityDescriptionentity using key fields.- Parameters:
capacityInternalID- Capacity IDConstraints: Not nullable, Maximum length: 8
capacityCategoryAllocation- Capacity Category AllocationConstraints: Not nullable, Maximum length: 4
workCenterTypeCode- Object types of the CIM resourceConstraints: Not nullable, Maximum length: 2
language- Language KeyConstraints: Not nullable, Maximum length: 2
workCenterInternalID- Object ID of the resourceConstraints: Not nullable, Maximum length: 8
- Returns:
- A request builder to fetch a single
WorkCenterCapacityDescriptionentity 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.
-
updateWorkCenterCapacityDescription
@Nonnull UpdateRequestBuilder<WorkCenterCapacityDescription> updateWorkCenterCapacityDescription(@Nonnull WorkCenterCapacityDescription workCenterCapacityDescription) Deprecated.Update an existingWorkCenterCapacityDescriptionentity and save it to the S/4HANA system.- Parameters:
workCenterCapacityDescription-WorkCenterCapacityDescriptionentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
WorkCenterCapacityDescriptionentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllWorkCenterCapacityInterval
Deprecated.Fetch multipleWorkCenterCapacityIntervalentities.- Returns:
- A request builder to fetch multiple
WorkCenterCapacityIntervalentities. 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.
-
countWorkCenterCapacityInterval
Deprecated.Fetch the number of entries from theWorkCenterCapacityIntervalentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
WorkCenterCapacityIntervalentities. 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.
-
getWorkCenterCapacityIntervalByKey
@Nonnull GetByKeyRequestBuilder<WorkCenterCapacityInterval> getWorkCenterCapacityIntervalByKey(String workCenterInternalID, String workCenterTypeCode, String capacityCategoryAllocation, String capacityInternalID, String capacityActiveVersion, LocalDate intervalEndDate) Deprecated.Fetch a singleWorkCenterCapacityIntervalentity using key fields.- Parameters:
capacityInternalID- Capacity IDConstraints: Not nullable, Maximum length: 8
capacityCategoryAllocation- Capacity Category AllocationConstraints: Not nullable, Maximum length: 4
workCenterTypeCode- Object types of the CIM resourceConstraints: Not nullable, Maximum length: 2
intervalEndDate-Constraints: Not nullable
workCenterInternalID- Object ID of the resourceConstraints: Not nullable, Maximum length: 8
capacityActiveVersion-Constraints: Not nullable, Maximum length: 2
- Returns:
- A request builder to fetch a single
WorkCenterCapacityIntervalentity 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.
-
createWorkCenterCapacityInterval
@Nonnull CreateRequestBuilder<WorkCenterCapacityInterval> createWorkCenterCapacityInterval(@Nonnull WorkCenterCapacityInterval workCenterCapacityInterval) Deprecated.Create a newWorkCenterCapacityIntervalentity and save it to the S/4HANA system.- Parameters:
workCenterCapacityInterval-WorkCenterCapacityIntervalentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
WorkCenterCapacityIntervalentity. To perform execution, call theexecutemethod on the request builder object.
-
updateWorkCenterCapacityInterval
@Nonnull UpdateRequestBuilder<WorkCenterCapacityInterval> updateWorkCenterCapacityInterval(@Nonnull WorkCenterCapacityInterval workCenterCapacityInterval) Deprecated.Update an existingWorkCenterCapacityIntervalentity and save it to the S/4HANA system.- Parameters:
workCenterCapacityInterval-WorkCenterCapacityIntervalentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
WorkCenterCapacityIntervalentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteWorkCenterCapacityInterval
@Nonnull DeleteRequestBuilder<WorkCenterCapacityInterval> deleteWorkCenterCapacityInterval(@Nonnull WorkCenterCapacityInterval workCenterCapacityInterval) Deprecated.Deletes an existingWorkCenterCapacityIntervalentity in the S/4HANA system.- Parameters:
workCenterCapacityInterval-WorkCenterCapacityIntervalentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
WorkCenterCapacityIntervalentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllWorkCenterCapacityShift
Deprecated.Fetch multipleWorkCenterCapacityShiftentities.- Returns:
- A request builder to fetch multiple
WorkCenterCapacityShiftentities. 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.
-
countWorkCenterCapacityShift
Deprecated.Fetch the number of entries from theWorkCenterCapacityShiftentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
WorkCenterCapacityShiftentities. 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.
-
getWorkCenterCapacityShiftByKey
@Nonnull GetByKeyRequestBuilder<WorkCenterCapacityShift> getWorkCenterCapacityShiftByKey(String workCenterInternalID, String workCenterTypeCode, String capacityCategoryAllocation, String capacityInternalID, String capacityActiveVersion, LocalDate intervalEndDate, String weekDay, String availableCapacityShift) Deprecated.Fetch a singleWorkCenterCapacityShiftentity using key fields.- Parameters:
capacityInternalID- Capacity IDConstraints: Not nullable, Maximum length: 8
capacityCategoryAllocation- Capacity Category AllocationConstraints: Not nullable, Maximum length: 4
workCenterTypeCode- Object types of the CIM resourceConstraints: Not nullable, Maximum length: 2
intervalEndDate- Valid-to dateConstraints: Not nullable
weekDay- Week DayConstraints: Not nullable, Maximum length: 1
workCenterInternalID- Object ID of the resourceConstraints: Not nullable, Maximum length: 8
capacityActiveVersion-Constraints: Not nullable, Maximum length: 2
availableCapacityShift- Shift Number of an Available CapacityConstraints: Not nullable, Maximum length: 1
- Returns:
- A request builder to fetch a single
WorkCenterCapacityShiftentity 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.
-
updateWorkCenterCapacityShift
@Nonnull UpdateRequestBuilder<WorkCenterCapacityShift> updateWorkCenterCapacityShift(@Nonnull WorkCenterCapacityShift workCenterCapacityShift) Deprecated.Update an existingWorkCenterCapacityShiftentity and save it to the S/4HANA system.- Parameters:
workCenterCapacityShift-WorkCenterCapacityShiftentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
WorkCenterCapacityShiftentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteWorkCenterCapacityShift
@Nonnull DeleteRequestBuilder<WorkCenterCapacityShift> deleteWorkCenterCapacityShift(@Nonnull WorkCenterCapacityShift workCenterCapacityShift) Deprecated.Deletes an existingWorkCenterCapacityShiftentity in the S/4HANA system.- Parameters:
workCenterCapacityShift-WorkCenterCapacityShiftentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
WorkCenterCapacityShiftentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllWorkCenterCostCenter
Deprecated.Fetch multipleWorkCenterCostCenterentities.- Returns:
- A request builder to fetch multiple
WorkCenterCostCenterentities. 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.
-
countWorkCenterCostCenter
Deprecated.Fetch the number of entries from theWorkCenterCostCenterentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
WorkCenterCostCenterentities. 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.
-
getWorkCenterCostCenterByKey
@Nonnull GetByKeyRequestBuilder<WorkCenterCostCenter> getWorkCenterCostCenterByKey(String workCenterInternalID, String workCenterTypeCode, String costCenterAllocation, LocalDate validityEndDate) Deprecated.Fetch a singleWorkCenterCostCenterentity using key fields.- Parameters:
costCenterAllocation- Cost Center AllocationConstraints: Not nullable, Maximum length: 4
workCenterTypeCode- Object types of the CIM resourceConstraints: Not nullable, Maximum length: 2
workCenterInternalID- Object ID of the resourceConstraints: Not nullable, Maximum length: 8
validityEndDate- End DateConstraints: Not nullable
- Returns:
- A request builder to fetch a single
WorkCenterCostCenterentity 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.
-
updateWorkCenterCostCenter
@Nonnull UpdateRequestBuilder<WorkCenterCostCenter> updateWorkCenterCostCenter(@Nonnull WorkCenterCostCenter workCenterCostCenter) Deprecated.Update an existingWorkCenterCostCenterentity and save it to the S/4HANA system.- Parameters:
workCenterCostCenter-WorkCenterCostCenterentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
WorkCenterCostCenterentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllWorkCenterDescription
Deprecated.Fetch multipleWorkCenterDescriptionentities.- Returns:
- A request builder to fetch multiple
WorkCenterDescriptionentities. 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.
-
countWorkCenterDescription
Deprecated.Fetch the number of entries from theWorkCenterDescriptionentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
WorkCenterDescriptionentities. 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.
-
getWorkCenterDescriptionByKey
@Nonnull GetByKeyRequestBuilder<WorkCenterDescription> getWorkCenterDescriptionByKey(String workCenterInternalID, String workCenterTypeCode, String language) Deprecated.Fetch a singleWorkCenterDescriptionentity using key fields.- Parameters:
workCenterTypeCode- Production Resource TypeConstraints: Not nullable, Maximum length: 2
language- Language KeyConstraints: Not nullable, Maximum length: 2
workCenterInternalID- Object ID of the resourceConstraints: Not nullable, Maximum length: 8
- Returns:
- A request builder to fetch a single
WorkCenterDescriptionentity 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.
-
updateWorkCenterDescription
@Nonnull UpdateRequestBuilder<WorkCenterDescription> updateWorkCenterDescription(@Nonnull WorkCenterDescription workCenterDescription) Deprecated.Update an existingWorkCenterDescriptionentity and save it to the S/4HANA system.- Parameters:
workCenterDescription-WorkCenterDescriptionentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
WorkCenterDescriptionentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllWorkCenterHeader
Deprecated.Fetch multipleWorkCenterHeaderentities.- Returns:
- A request builder to fetch multiple
WorkCenterHeaderentities. 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.
-
countWorkCenterHeader
Deprecated.Fetch the number of entries from theWorkCenterHeaderentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
WorkCenterHeaderentities. 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.
-
getWorkCenterHeaderByKey
@Nonnull GetByKeyRequestBuilder<WorkCenterHeader> getWorkCenterHeaderByKey(String workCenterInternalID, String workCenterTypeCode) Deprecated.Fetch a singleWorkCenterHeaderentity using key fields.- Parameters:
workCenterTypeCode- Object types of the CIM resourceConstraints: Not nullable, Maximum length: 2
workCenterInternalID- Object ID of the resourceConstraints: Not nullable, Maximum length: 8
- Returns:
- A request builder to fetch a single
WorkCenterHeaderentity 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.
-
createWorkCenterHeader
@Nonnull CreateRequestBuilder<WorkCenterHeader> createWorkCenterHeader(@Nonnull WorkCenterHeader workCenterHeader) Deprecated.Create a newWorkCenterHeaderentity and save it to the S/4HANA system.- Parameters:
workCenterHeader-WorkCenterHeaderentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
WorkCenterHeaderentity. To perform execution, call theexecutemethod on the request builder object.
-
updateWorkCenterHeader
@Nonnull UpdateRequestBuilder<WorkCenterHeader> updateWorkCenterHeader(@Nonnull WorkCenterHeader workCenterHeader) Deprecated.Update an existingWorkCenterHeaderentity and save it to the S/4HANA system.- Parameters:
workCenterHeader-WorkCenterHeaderentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
WorkCenterHeaderentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllWorkCenterPooledCapacity
Deprecated.Fetch multipleWorkCenterPooledCapacityentities.- Returns:
- A request builder to fetch multiple
WorkCenterPooledCapacityentities. 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.
-
countWorkCenterPooledCapacity
Deprecated.Fetch the number of entries from theWorkCenterPooledCapacityentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
WorkCenterPooledCapacityentities. 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.
-
getWorkCenterPooledCapacityByKey
@Nonnull GetByKeyRequestBuilder<WorkCenterPooledCapacity> getWorkCenterPooledCapacityByKey(String workCenterInternalID, String workCenterTypeCode, String capacityCategoryAllocation, String capacityInternalID) Deprecated.Fetch a singleWorkCenterPooledCapacityentity using key fields.- Parameters:
capacityInternalID- Capacity IDConstraints: Not nullable, Maximum length: 8
capacityCategoryAllocation- Capacity Category AllocationConstraints: Not nullable, Maximum length: 4
workCenterTypeCode- Object types of the CIM resourceConstraints: Not nullable, Maximum length: 2
workCenterInternalID- Object ID of the resourceConstraints: Not nullable, Maximum length: 8
- Returns:
- A request builder to fetch a single
WorkCenterPooledCapacityentity 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.
-
updateWorkCenterPooledCapacity
@Nonnull UpdateRequestBuilder<WorkCenterPooledCapacity> updateWorkCenterPooledCapacity(@Nonnull WorkCenterPooledCapacity workCenterPooledCapacity) Deprecated.Update an existingWorkCenterPooledCapacityentity and save it to the S/4HANA system.- Parameters:
workCenterPooledCapacity-WorkCenterPooledCapacityentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
WorkCenterPooledCapacityentity. To perform execution, call theexecutemethod on the request builder object.
-