public interface WorkCenterDataService extends BatchService<WorkCenterDataServiceBatch>
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 intervals, capacity shifts, queuing operations, today’s operation, capacity per bucket and capacity order per bucket..
Reference: SAP API Business Hub
OData Service: | OP_API_WORK_CENTERS_0001 |
API Version: | 1 |
Minimum ERP Version: | 2020 |
Authentication Methods: | Basic, x509 |
Business Object: | Work Center |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SERVICE_PATH
If no other path was provided via the
withServicePath(String) method, this is the default service path
used to access the endpoint. |
batch
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull WorkCenterDataService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull WorkCenterAllCapacityFluentHelper getAllWorkCenterAllCapacity()
WorkCenterAllCapacity
entities.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.@Nonnull WorkCenterAllCapacityByKeyFluentHelper getWorkCenterAllCapacityByKey(String workCenterInternalID, String workCenterTypeCode, String capacityInternalID, String capacityCategoryAllocation)
WorkCenterAllCapacity
entity using key fields.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
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.@Nonnull WorkCenterAllCapacityCreateFluentHelper createWorkCenterAllCapacity(@Nonnull WorkCenterAllCapacity workCenterAllCapacity)
WorkCenterAllCapacity
entity and save it to the S/4HANA system.workCenterAllCapacity
- WorkCenterAllCapacity
entity object that will be created in the S/4HANA system.WorkCenterAllCapacity
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull WorkCenterAllCapacity_2FluentHelper getAllWorkCenterAllCapacity_2()
WorkCenterAllCapacity_2
entities.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.@Nonnull WorkCenterAllCapacity_2ByKeyFluentHelper getWorkCenterAllCapacity_2ByKey(String workCenterInternalID, String workCenterTypeCode, String capacityCategoryAllocation)
WorkCenterAllCapacity_2
entity using key fields.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
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.@Nonnull WorkCenterAllCapacity_2CreateFluentHelper createWorkCenterAllCapacity_2(@Nonnull WorkCenterAllCapacity_2 workCenterAllCapacity_2)
WorkCenterAllCapacity_2
entity and save it to the S/4HANA system.workCenterAllCapacity_2
- WorkCenterAllCapacity_2
entity object that will be created in the S/4HANA system.WorkCenterAllCapacity_2
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull WorkCenterAllCapacity_2UpdateFluentHelper updateWorkCenterAllCapacity_2(@Nonnull WorkCenterAllCapacity_2 workCenterAllCapacity_2)
WorkCenterAllCapacity_2
entity and save it to the S/4HANA system.workCenterAllCapacity_2
- WorkCenterAllCapacity_2
entity object that will be updated in the S/4HANA system.WorkCenterAllCapacity_2
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull WorkCenterCapacityFluentHelper getAllWorkCenterCapacity()
WorkCenterCapacity
entities.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.@Nonnull WorkCenterCapacityByKeyFluentHelper getWorkCenterCapacityByKey(String capacityInternalID)
WorkCenterCapacity
entity using key fields.capacityInternalID
- Capacity ID
Constraints: Not nullable, Maximum length: 8
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.@Nonnull WorkCenterCapacityCreateFluentHelper createWorkCenterCapacity(@Nonnull WorkCenterCapacity workCenterCapacity)
WorkCenterCapacity
entity and save it to the S/4HANA system.workCenterCapacity
- WorkCenterCapacity
entity object that will be created in the S/4HANA system.WorkCenterCapacity
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull WorkCenterCapacityUpdateFluentHelper updateWorkCenterCapacity(@Nonnull WorkCenterCapacity workCenterCapacity)
WorkCenterCapacity
entity and save it to the S/4HANA system.workCenterCapacity
- WorkCenterCapacity
entity object that will be updated in the S/4HANA system.WorkCenterCapacity
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull WorkCenterCapacityIntervalFluentHelper getAllWorkCenterCapacityInterval()
WorkCenterCapacityInterval
entities.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.@Nonnull WorkCenterCapacityIntervalByKeyFluentHelper getWorkCenterCapacityIntervalByKey(String workCenterInternalID, String workCenterTypeCode, String capacityCategoryAllocation, String capacityInternalID, String capacityActiveVersion, LocalDateTime intervalEndDate)
WorkCenterCapacityInterval
entity using key fields.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
- 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.@Nonnull WorkCenterCapacityIntervalCreateFluentHelper createWorkCenterCapacityInterval(@Nonnull WorkCenterCapacityInterval workCenterCapacityInterval)
WorkCenterCapacityInterval
entity and save it to the S/4HANA system.workCenterCapacityInterval
- WorkCenterCapacityInterval
entity object that will be created in the S/4HANA system.WorkCenterCapacityInterval
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull WorkCenterCapacityIntervalUpdateFluentHelper updateWorkCenterCapacityInterval(@Nonnull WorkCenterCapacityInterval workCenterCapacityInterval)
WorkCenterCapacityInterval
entity and save it to the S/4HANA system.workCenterCapacityInterval
- WorkCenterCapacityInterval
entity object that will be updated in the S/4HANA system.WorkCenterCapacityInterval
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull WorkCenterCapacityInterval_2FluentHelper getAllWorkCenterCapacityInterval_2()
WorkCenterCapacityInterval_2
entities.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.@Nonnull WorkCenterCapacityInterval_2ByKeyFluentHelper getWorkCenterCapacityInterval_2ByKey(String capacityInternalID, String capacityActiveVersion, LocalDateTime intervalEndDate)
WorkCenterCapacityInterval_2
entity using key fields.capacityInternalID
- Capacity ID
Constraints: Not nullable, Maximum length: 8
intervalEndDate
- Valid-to date
Constraints: Not nullable, Precision: 0
capacityActiveVersion
- Available capacity version
Constraints: Not nullable, Maximum length: 2
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.@Nonnull WorkCenterCapacityInterval_2CreateFluentHelper createWorkCenterCapacityInterval_2(@Nonnull WorkCenterCapacityInterval_2 workCenterCapacityInterval_2)
WorkCenterCapacityInterval_2
entity and save it to the S/4HANA system.workCenterCapacityInterval_2
- WorkCenterCapacityInterval_2
entity object that will be created in the S/4HANA system.WorkCenterCapacityInterval_2
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull WorkCenterCapacityInterval_2UpdateFluentHelper updateWorkCenterCapacityInterval_2(@Nonnull WorkCenterCapacityInterval_2 workCenterCapacityInterval_2)
WorkCenterCapacityInterval_2
entity and save it to the S/4HANA system.workCenterCapacityInterval_2
- WorkCenterCapacityInterval_2
entity object that will be updated in the S/4HANA system.WorkCenterCapacityInterval_2
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull WorkCenterCapacityShiftFluentHelper getAllWorkCenterCapacityShift()
WorkCenterCapacityShift
entities.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.@Nonnull WorkCenterCapacityShiftByKeyFluentHelper getWorkCenterCapacityShiftByKey(String workCenterInternalID, String workCenterTypeCode, String capacityCategoryAllocation, String capacityInternalID, String capacityActiveVersion, LocalDateTime intervalEndDate, String weekDay, String availableCapacityShift)
WorkCenterCapacityShift
entity using key fields.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
- 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.@Nonnull WorkCenterCapacityShiftCreateFluentHelper createWorkCenterCapacityShift(@Nonnull WorkCenterCapacityShift workCenterCapacityShift)
WorkCenterCapacityShift
entity and save it to the S/4HANA system.workCenterCapacityShift
- WorkCenterCapacityShift
entity object that will be created in the S/4HANA system.WorkCenterCapacityShift
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull WorkCenterCapacityShiftUpdateFluentHelper updateWorkCenterCapacityShift(@Nonnull WorkCenterCapacityShift workCenterCapacityShift)
WorkCenterCapacityShift
entity and save it to the S/4HANA system.workCenterCapacityShift
- WorkCenterCapacityShift
entity object that will be updated in the S/4HANA system.WorkCenterCapacityShift
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull WorkCenterCapacityShift_2FluentHelper getAllWorkCenterCapacityShift_2()
WorkCenterCapacityShift_2
entities.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.@Nonnull WorkCenterCapacityShift_2ByKeyFluentHelper getWorkCenterCapacityShift_2ByKey(String capacityInternalID, String capacityActiveVersion, LocalDateTime intervalEndDate, String weekDay, String availableCapacityShift)
WorkCenterCapacityShift_2
entity using key fields.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
- Available capacity version
Constraints: Not nullable, Maximum length: 2
availableCapacityShift
- Shift Number of an Available Capacity
Constraints: Not nullable, Maximum length: 1
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.@Nonnull WorkCenterCapacityShift_2CreateFluentHelper createWorkCenterCapacityShift_2(@Nonnull WorkCenterCapacityShift_2 workCenterCapacityShift_2)
WorkCenterCapacityShift_2
entity and save it to the S/4HANA system.workCenterCapacityShift_2
- WorkCenterCapacityShift_2
entity object that will be created in the S/4HANA system.WorkCenterCapacityShift_2
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull WorkCenterCapacityShift_2UpdateFluentHelper updateWorkCenterCapacityShift_2(@Nonnull WorkCenterCapacityShift_2 workCenterCapacityShift_2)
WorkCenterCapacityShift_2
entity and save it to the S/4HANA system.workCenterCapacityShift_2
- WorkCenterCapacityShift_2
entity object that will be updated in the S/4HANA system.WorkCenterCapacityShift_2
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull WorkCenterCapacityTextFluentHelper getAllWorkCenterCapacityText()
WorkCenterCapacityText
entities.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.@Nonnull WorkCenterCapacityTextByKeyFluentHelper getWorkCenterCapacityTextByKey(String capacityInternalID, String language)
WorkCenterCapacityText
entity using key fields.capacityInternalID
- Capacity ID
Constraints: Not nullable, Maximum length: 8
language
- Language Key
Constraints: Not nullable, Maximum length: 2
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.@Nonnull WorkCenterCapacityTextUpdateFluentHelper updateWorkCenterCapacityText(@Nonnull WorkCenterCapacityText workCenterCapacityText)
WorkCenterCapacityText
entity and save it to the S/4HANA system.workCenterCapacityText
- WorkCenterCapacityText
entity object that will be updated in the S/4HANA system.WorkCenterCapacityText
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull WorkCenterCapDayOpFluentHelper getAllWorkCenterCapDayOp()
WorkCenterCapDayOp
entities.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.@Nonnull WorkCenterCapDayOpByKeyFluentHelper getWorkCenterCapDayOpByKey(String plant, String mRPController, String workCenter, String capacityInternalID, String capacityRequirement, String material, String orderID, String operation)
WorkCenterCapDayOp
entity using key fields.capacityInternalID
- Capacity ID
Constraints: Not nullable, Maximum length: 8
capacityRequirement
- ID of the Capacity Requirements Record
Constraints: Not nullable, Maximum length: 12
material
- Bill of Operations Material
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 the order
Constraints: Not nullable, Maximum length: 3
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.@Nonnull WorkCenterCapOrderPerBucketParametersByKeyFluentHelper getWorkCenterCapOrderPerBucketParametersByKey(LocalDateTime p_CapEvalStartDate, LocalDateTime p_CapEvalEndDate, String p_CapEvalBucketType)
WorkCenterCapOrderPerBucketParameters
entity using key fields.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
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.@Nonnull WorkCenterCapPerBucketParametersByKeyFluentHelper getWorkCenterCapPerBucketParametersByKey(LocalDateTime p_CapEvalStartDate, LocalDateTime p_CapEvalEndDate, String p_CapEvalBucketType)
WorkCenterCapPerBucketParameters
entity using key fields.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
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.@Nonnull WorkCenterCapPplineOpFluentHelper getAllWorkCenterCapPplineOp()
WorkCenterCapPplineOp
entities.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.@Nonnull WorkCenterCapPplineOpByKeyFluentHelper getWorkCenterCapPplineOpByKey(String plant, String mRPController, String workCenter, String capacityInternalID, String capacityRequirement, String material, String orderID, String operation)
WorkCenterCapPplineOp
entity using key fields.capacityInternalID
- Capacity ID
Constraints: Not nullable, Maximum length: 8
capacityRequirement
- ID of the Capacity Requirements Record
Constraints: Not nullable, Maximum length: 12
material
- Bill of Operations Material
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 the order
Constraints: Not nullable, Maximum length: 3
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.@Nonnull WorkCenterCostCenterFluentHelper getAllWorkCenterCostCenter()
WorkCenterCostCenter
entities.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.@Nonnull WorkCenterCostCenterByKeyFluentHelper getWorkCenterCostCenterByKey(String workCenterInternalID, String workCenterTypeCode, String costCenterAllocation, LocalDateTime validityEndDate)
WorkCenterCostCenter
entity using key fields.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
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.@Nonnull WorkCenterCostCenterCreateFluentHelper createWorkCenterCostCenter(@Nonnull WorkCenterCostCenter workCenterCostCenter)
WorkCenterCostCenter
entity and save it to the S/4HANA system.workCenterCostCenter
- WorkCenterCostCenter
entity object that will be created in the S/4HANA system.WorkCenterCostCenter
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull WorkCenterCostCenterUpdateFluentHelper updateWorkCenterCostCenter(@Nonnull WorkCenterCostCenter workCenterCostCenter)
WorkCenterCostCenter
entity and save it to the S/4HANA system.workCenterCostCenter
- WorkCenterCostCenter
entity object that will be updated in the S/4HANA system.WorkCenterCostCenter
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull WorkCenterDayOperationFluentHelper getAllWorkCenterDayOperation()
WorkCenterDayOperation
entities.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.@Nonnull WorkCenterDayOperationByKeyFluentHelper getWorkCenterDayOperationByKey(String workCenterInternalID, String manufacturingOrder, String manufacturingOrderOperation, String manufacturingOrderCategory)
WorkCenterDayOperation
entity using key fields.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
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.@Nonnull WorkCenterDescriptionFluentHelper getAllWorkCenterDescription()
WorkCenterDescription
entities.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.@Nonnull WorkCenterDescriptionByKeyFluentHelper getWorkCenterDescriptionByKey(String workCenterInternalID, String workCenterTypeCode, String language)
WorkCenterDescription
entity using key fields.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
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.@Nonnull WorkCenterDescriptionUpdateFluentHelper updateWorkCenterDescription(@Nonnull WorkCenterDescription workCenterDescription)
WorkCenterDescription
entity and save it to the S/4HANA system.workCenterDescription
- WorkCenterDescription
entity object that will be updated in the S/4HANA system.WorkCenterDescription
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull WorkCenterPipeLineOperationFluentHelper getAllWorkCenterPipeLineOperation()
WorkCenterPipeLineOperation
entities.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.@Nonnull WorkCenterPipeLineOperationByKeyFluentHelper getWorkCenterPipeLineOperationByKey(String workCenterInternalID, String manufacturingOrder, String manufacturingOrderOperation, String manufacturingOrderCategory)
WorkCenterPipeLineOperation
entity using key fields.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
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.@Nonnull WorkCentersFluentHelper getAllWorkCenters()
WorkCenters
entities.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.@Nonnull WorkCentersByKeyFluentHelper getWorkCentersByKey(String workCenterInternalID, String workCenterTypeCode)
WorkCenters
entity using key fields.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
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.@Nonnull WorkCentersCreateFluentHelper createWorkCenters(@Nonnull WorkCenters workCenters)
WorkCenters
entity and save it to the S/4HANA system.workCenters
- WorkCenters
entity object that will be created in the S/4HANA system.WorkCenters
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull WorkCentersUpdateFluentHelper updateWorkCenters(@Nonnull WorkCenters workCenters)
WorkCenters
entity and save it to the S/4HANA system.workCenters
- WorkCenters
entity object that will be updated in the S/4HANA system.WorkCenters
entity. To perform execution, call the
execute
method on the fluent helper object.Copyright © 2021 SAP SE. All rights reserved.