public interface ReadWorkCenterDataService
This service enables you to read header data, capacities, today's operations, and queueing operations for work centers.
Reference: SAP API Business Hub
OData Service: | API_WORK_CENTERS |
API Version: | 1 |
Communication Scenario: | Production Planning Integration (SAP_COM_0104) |
Scope Items: | Material Requirements Planning (J44) |
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.WorkCenterCapacityByKeyFluentHelper getWorkCenterCapacityByKey(String capacityInternalID)
WorkCenterCapacity
entity using key fields.capacityInternalID
- Capacity IDConstraints: 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.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.WorkCenterDayOperationByKeyFluentHelper getWorkCenterDayOperationByKey(String workCenterInternalID, String manufacturingOrder, String manufacturingOrderOperation, String manufacturingOrderCategory)
WorkCenterDayOperation
entity using key fields.manufacturingOrderCategory
- Manufacturing Order CategoryConstraints: Not nullable, Maximum length: 2
manufacturingOrderOperation
- Manufacturing Order OperationConstraints: Not nullable, Maximum length: 4
manufacturingOrder
- Manufacturing Order IDConstraints: Not nullable, Maximum length: 12
workCenterInternalID
- Work Center Internal IDConstraints: 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.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.WorkCenterPipeLineOperationByKeyFluentHelper getWorkCenterPipeLineOperationByKey(String workCenterInternalID, String manufacturingOrder, String manufacturingOrderOperation, String manufacturingOrderCategory)
WorkCenterPipeLineOperation
entity using key fields.manufacturingOrderCategory
- Manufacturing Order CategoryConstraints: Not nullable, Maximum length: 2
manufacturingOrderOperation
- Manufacturing Order OperationConstraints: Not nullable, Maximum length: 4
manufacturingOrder
- Manufacturing Order IDConstraints: Not nullable, Maximum length: 12
workCenterInternalID
- Work Center Internal IDConstraints: 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.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.WorkCentersByKeyFluentHelper getWorkCentersByKey(String workCenterInternalID, String workCenterTypeCode)
WorkCenters
entity using key fields.workCenterTypeCode
- Object types of the CIM resourceConstraints: Not nullable, Maximum length: 2
workCenterInternalID
- Object ID of the resourceConstraints: 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.Copyright © 2017 SAP SE. All rights reserved.