@Named(value="com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultProcessOrderService") public class DefaultProcessOrderService extends Object implements 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) |
DEFAULT_SERVICE_PATH
Constructor and Description |
---|
DefaultProcessOrderService()
Creates a service using
ProcessOrderService.DEFAULT_SERVICE_PATH to send the requests. |
public DefaultProcessOrderService()
ProcessOrderService.DEFAULT_SERVICE_PATH
to send the requests.@Nonnull public DefaultProcessOrderService withServicePath(@Nonnull String servicePath)
ProcessOrderService
withServicePath
in interface ProcessOrderService
servicePath
- Service path that will override the default.@Nonnull public DefaultProcessOrderServiceBatch batch()
batch
in interface BatchService<ProcessOrderServiceBatch>
@Nonnull public ProcessOrderFluentHelper getAllProcessOrder()
ProcessOrderService
ProcessOrder
entities.getAllProcessOrder
in interface ProcessOrderService
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 public ProcessOrderByKeyFluentHelper getProcessOrderByKey(String processOrder)
ProcessOrderService
ProcessOrder
entity using key fields.getProcessOrderByKey
in interface ProcessOrderService
processOrder
- Manufacturing Order ID
Constraints: 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 public ProcessOrderComponentFluentHelper getAllProcessOrderComponent()
ProcessOrderService
ProcessOrderComponent
entities.getAllProcessOrderComponent
in interface ProcessOrderService
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 public ProcessOrderComponentByKeyFluentHelper getProcessOrderComponentByKey(String reservation, String reservationItem)
ProcessOrderService
ProcessOrderComponent
entity using key fields.getProcessOrderComponentByKey
in interface ProcessOrderService
reservation
- Number of Reservation/Dependent Requirement
Constraints: Not nullable, Maximum length: 10
reservationItem
- Reservation Item
Constraints: 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.@Nonnull public ProcessOrderItemFluentHelper getAllProcessOrderItem()
ProcessOrderService
ProcessOrderItem
entities.getAllProcessOrderItem
in interface ProcessOrderService
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 public ProcessOrderItemByKeyFluentHelper getProcessOrderItemByKey(String manufacturingOrder, String manufacturingOrderItem)
ProcessOrderService
ProcessOrderItem
entity using key fields.getProcessOrderItemByKey
in interface ProcessOrderService
manufacturingOrder
- Manufacturing Order ID
Constraints: Not nullable, Maximum length: 12
manufacturingOrderItem
- Manufacturing Order Item ID
Constraints: 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.@Nonnull public ProcessOrderOperationFluentHelper getAllProcessOrderOperation()
ProcessOrderService
ProcessOrderOperation
entities.getAllProcessOrderOperation
in interface ProcessOrderService
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 public ProcessOrderOperationByKeyFluentHelper getProcessOrderOperationByKey(String orderInternalBillOfOperations, String orderIntBillOfOperationsItem)
ProcessOrderService
ProcessOrderOperation
entity using key fields.getProcessOrderOperationByKey
in interface ProcessOrderService
orderInternalBillOfOperations
- Order Internal Bill of Operations ID
Constraints: Not nullable, Maximum length: 10
orderIntBillOfOperationsItem
- Order Internal Bill of Operations Item
Constraints: 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.@Nonnull public ProcessOrderStatusFluentHelper getAllProcessOrderStatus()
ProcessOrderService
ProcessOrderStatus
entities.getAllProcessOrderStatus
in interface ProcessOrderService
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 public ProcessOrderStatusByKeyFluentHelper getProcessOrderStatusByKey(String manufacturingOrder, String statusCode)
ProcessOrderService
ProcessOrderStatus
entity using key fields.getProcessOrderStatusByKey
in interface ProcessOrderService
manufacturingOrder
- Order Number
Constraints: Not nullable, Maximum length: 12
statusCode
- Object status
Constraints: 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 © 2019 SAP SE. All rights reserved.