@Named public class DefaultReadProcessOrdersService extends Object implements ReadProcessOrdersService
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) |
Constructor and Description |
---|
DefaultReadProcessOrdersService() |
public ProcessOrderFluentHelper getAllProcessOrder()
ReadProcessOrdersService
ProcessOrder
entities.getAllProcessOrder
in interface ReadProcessOrdersService
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.public ProcessOrderByKeyFluentHelper getProcessOrderByKey(String processOrder)
ReadProcessOrdersService
ProcessOrder
entity using key fields.getProcessOrderByKey
in interface ReadProcessOrdersService
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.public ProcessOrderComponentFluentHelper getAllProcessOrderComponent()
ReadProcessOrdersService
ProcessOrderComponent
entities.getAllProcessOrderComponent
in interface ReadProcessOrdersService
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.public ProcessOrderComponentByKeyFluentHelper getProcessOrderComponentByKey(String reservation, String reservationItem)
ReadProcessOrdersService
ProcessOrderComponent
entity using key fields.getProcessOrderComponentByKey
in interface ReadProcessOrdersService
reservation
- Number of Reservation/Dependent RequirementConstraints: Not nullable, Maximum length: 10
reservationItem
- Reservation ItemConstraints: Not nullable, Maximum length: 4
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.public ProcessOrderItemFluentHelper getAllProcessOrderItem()
ReadProcessOrdersService
ProcessOrderItem
entities.getAllProcessOrderItem
in interface ReadProcessOrdersService
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.public ProcessOrderItemByKeyFluentHelper getProcessOrderItemByKey(String manufacturingOrder, String manufacturingOrderItem)
ReadProcessOrdersService
ProcessOrderItem
entity using key fields.getProcessOrderItemByKey
in interface ReadProcessOrdersService
manufacturingOrder
- Manufacturing Order IDConstraints: Not nullable, Maximum length: 12
manufacturingOrderItem
- Manufacturing Order Item IDConstraints: Not nullable, Maximum length: 4
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.public ProcessOrderOperationFluentHelper getAllProcessOrderOperation()
ReadProcessOrdersService
ProcessOrderOperation
entities.getAllProcessOrderOperation
in interface ReadProcessOrdersService
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.public ProcessOrderOperationByKeyFluentHelper getProcessOrderOperationByKey(String orderInternalBillOfOperations, String orderIntBillOfOperationsItem)
ReadProcessOrdersService
ProcessOrderOperation
entity using key fields.getProcessOrderOperationByKey
in interface ReadProcessOrdersService
orderInternalBillOfOperations
- Order Internal Bill of Operations IDConstraints: Not nullable, Maximum length: 10
orderIntBillOfOperationsItem
- Order Internal Bill of Operations ItemConstraints: Not nullable, Maximum length: 8
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.public ProcessOrderStatusFluentHelper getAllProcessOrderStatus()
ReadProcessOrdersService
ProcessOrderStatus
entities.getAllProcessOrderStatus
in interface ReadProcessOrdersService
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.public ProcessOrderStatusByKeyFluentHelper getProcessOrderStatusByKey(String manufacturingOrder, String statusCode)
ReadProcessOrdersService
ProcessOrderStatus
entity using key fields.getProcessOrderStatusByKey
in interface ReadProcessOrdersService
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 © 2017 SAP SE. All rights reserved.