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) |
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. |
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path used to access the endpoint.ProcessOrderService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull 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.