public interface ProcessOrderService
This service enables you to read order headers, items, operations, components, statuses, and production/resource tools (PRTs) belonging to process orders.
Reference: SAP API Business Hub
OData Service: | API_PROCESS_ORDERS |
API Version: | 1 |
Communication Scenario: | Production Planning Integration (SAP_COM_0104) |
Scope Items: | Material Requirements Planning (J44) |
ProcessOrderFluentHelper getAllProcessOrder()
ProcessOrder
entities.ProcessOrder
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.ProcessOrderByKeyFluentHelper getProcessOrderByKey(String processOrder)
ProcessOrder
entity using key fields.processOrder
- Manufacturing Order IDConstraints: Not nullable, Maximum length: 12
ProcessOrder
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.ProcessOrderComponentFluentHelper getAllProcessOrderComponent()
ProcessOrderComponent
entities.ProcessOrderComponent
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.ProcessOrderComponentByKeyFluentHelper getProcessOrderComponentByKey(String reservation, String reservationItem)
ProcessOrderComponent
entity using key fields.reservationItem
- Reservation ItemConstraints: Not nullable, Maximum length: 4
reservation
- Number of Reservation/Dependent RequirementConstraints: Not nullable, Maximum length: 10
ProcessOrderComponent
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.ProcessOrderItemFluentHelper getAllProcessOrderItem()
ProcessOrderItem
entities.ProcessOrderItem
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.ProcessOrderItemByKeyFluentHelper getProcessOrderItemByKey(String manufacturingOrder, String manufacturingOrderItem)
ProcessOrderItem
entity using key fields.manufacturingOrderItem
- Manufacturing Order Item IDConstraints: Not nullable, Maximum length: 4
manufacturingOrder
- Manufacturing Order IDConstraints: Not nullable, Maximum length: 12
ProcessOrderItem
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.ProcessOrderOperationFluentHelper getAllProcessOrderOperation()
ProcessOrderOperation
entities.ProcessOrderOperation
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.ProcessOrderOperationByKeyFluentHelper getProcessOrderOperationByKey(String orderInternalBillOfOperations, String orderIntBillOfOperationsItem)
ProcessOrderOperation
entity using key fields.orderIntBillOfOperationsItem
- Order Internal Bill of Operations ItemConstraints: Not nullable, Maximum length: 8
orderInternalBillOfOperations
- Order Internal Bill of Operations IDConstraints: Not nullable, Maximum length: 10
ProcessOrderOperation
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.ProcessOrderStatusFluentHelper getAllProcessOrderStatus()
ProcessOrderStatus
entities.ProcessOrderStatus
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.ProcessOrderStatusByKeyFluentHelper getProcessOrderStatusByKey(String manufacturingOrder, String statusCode)
ProcessOrderStatus
entity using key fields.manufacturingOrder
- Order NumberConstraints: Not nullable, Maximum length: 12
statusCode
- Object statusConstraints: Not nullable, Maximum length: 5
ProcessOrderStatus
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 © 2018 SAP SE. All rights reserved.