public interface ProcessOrderV2Service extends BatchService<ProcessOrderV2ServiceBatch>
In addition to create, read, and update, you can also release process orders and operations. This service enables you to convert planned orders to process orders, schedule process order operations, and set further statuses for the order such as technically completed, closed, or discarded by MES. In addition, you can set the deletion flag, deletion indicator, and delivery completed indicator.
Reference: SAP API Business Hub
OData Service: | API_PROCESS_ORDER_2_SRV |
API Version: | 1 |
Communication Scenario: | Manufacturing Execution - Order and Confirmation Integration (SAP_COM_0522), Production Planning Integration (SAP_COM_0104) |
Scope Items: | Third-Party Shop Floor Execution - Process Industry (3W3), Third-Party Shop Floor Execution - Discrete Industry (3W4), Make-to-Stock Production - Discrete Manufacturing (BJ5), Make-to-Stock - Process Manufacturing Based on Process Order (BJ8), Material Requirements Planning (J44) |
Authentication Methods: | Basic, x509 |
Business Object: | ProcessOrder |
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. |
Modifier and Type | Method and Description |
---|---|
CloseOrderFluentHelper |
closeOrder(String manufacturingOrder)
Creates a fluent helper for the CloseOrder OData function import.
|
ConvertPlndOrderFluentHelper |
convertPlndOrder(String manufacturingOrder,
String plannedOrder,
String manufacturingOrderType)
Creates a fluent helper for the ConvertPlndOrder OData function import.
|
ProcessOrder_2CreateFluentHelper |
createProcessOrder_2(ProcessOrder_2 processOrder_2)
Create a new
ProcessOrder_2 entity and save it to the S/4HANA system. |
DeletionFlagOrderFluentHelper |
deletionFlagOrder(String manufacturingOrder)
Creates a fluent helper for the DeletionFlagOrder OData function import.
|
DeletionIndOrderFluentHelper |
deletionIndOrder(String manufacturingOrder)
Creates a fluent helper for the DeletionIndOrder OData function import.
|
DeliveryCompletedOrderFluentHelper |
deliveryCompletedOrder(String manufacturingOrder)
Creates a fluent helper for the DeliveryCompletedOrder OData function import.
|
DiscardOrderFluentHelper |
discardOrder(String manufacturingOrder)
Creates a fluent helper for the DiscardOrder OData function import.
|
ProcessOrder_2FluentHelper |
getAllProcessOrder_2()
Fetch multiple
ProcessOrder_2 entities. |
ProcessOrderComponent_2FluentHelper |
getAllProcessOrderComponent_2()
Fetch multiple
ProcessOrderComponent_2 entities. |
ProcessOrderItem_2FluentHelper |
getAllProcessOrderItem_2()
Fetch multiple
ProcessOrderItem_2 entities. |
ProcessOrderOperation_2FluentHelper |
getAllProcessOrderOperation_2()
Fetch multiple
ProcessOrderOperation_2 entities. |
ProcessOrderProdnRsceTools_2FluentHelper |
getAllProcessOrderProdnRsceTools_2()
Fetch multiple
ProcessOrderProdnRsceTools_2 entities. |
ProcessOrderStatus_2FluentHelper |
getAllProcessOrderStatus_2()
Fetch multiple
ProcessOrderStatus_2 entities. |
ProcessOrder_2ByKeyFluentHelper |
getProcessOrder_2ByKey(String manufacturingOrder)
Fetch a single
ProcessOrder_2 entity using key fields. |
ProcessOrderComponent_2ByKeyFluentHelper |
getProcessOrderComponent_2ByKey(String reservation,
String reservationItem,
String reservationRecordType)
Fetch a single
ProcessOrderComponent_2 entity using key fields. |
ProcessOrderItem_2ByKeyFluentHelper |
getProcessOrderItem_2ByKey(String manufacturingOrder,
String manufacturingOrderItem)
Fetch a single
ProcessOrderItem_2 entity using key fields. |
ProcessOrderOperation_2ByKeyFluentHelper |
getProcessOrderOperation_2ByKey(String orderInternalBillOfOperations,
String orderIntBillOfOperationsItem)
Fetch a single
ProcessOrderOperation_2 entity using key fields. |
ProcessOrderProdnRsceTools_2ByKeyFluentHelper |
getProcessOrderProdnRsceTools_2ByKey(String orderInternalBillOfOperations,
String mfgOrderOpProdnRsceToolIntID)
Fetch a single
ProcessOrderProdnRsceTools_2 entity using key fields. |
ProcessOrderStatus_2ByKeyFluentHelper |
getProcessOrderStatus_2ByKey(String manufacturingOrder,
String statusCode)
Fetch a single
ProcessOrderStatus_2 entity using key fields. |
ReleaseOperationFluentHelper |
releaseOperation(String manufacturingOrder,
String manufacturingOrderOperation)
Creates a fluent helper for the ReleaseOperation OData function import.
|
ReleaseOrderFluentHelper |
releaseOrder(String manufacturingOrder)
Creates a fluent helper for the ReleaseOrder OData function import.
|
ScheduleProcessOrderOperationFluentHelper |
scheduleProcessOrderOperation(String manufacturingOrder,
String orderInternalBillOfOperations,
String orderIntBillOfOperationsItem,
LocalDateTime opSchedldStartDate,
LocalTime opSchedldStartTime,
LocalDateTime opSchedldEndDate,
LocalTime opSchedldEndTime,
String opSchedulingMode,
String opSchedulingStatus,
String opSchedulingStrategy)
Creates a fluent helper for the ScheduleProcessOrderOperation OData function import.
|
TechlyCmpltOrderFluentHelper |
techlyCmpltOrder(String manufacturingOrder)
Creates a fluent helper for the TechlyCmpltOrder OData function import.
|
ProcessOrder_2UpdateFluentHelper |
updateProcessOrder_2(ProcessOrder_2 processOrder_2)
Update an existing
ProcessOrder_2 entity and save it to the S/4HANA system. |
ProcessOrderV2Service |
withServicePath(String servicePath)
Overrides the default service path and returns a new service instance with the specified service path.
|
batch
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull ProcessOrderV2Service withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull ProcessOrderComponent_2FluentHelper getAllProcessOrderComponent_2()
ProcessOrderComponent_2
entities.ProcessOrderComponent_2
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 ProcessOrderComponent_2ByKeyFluentHelper getProcessOrderComponent_2ByKey(String reservation, String reservationItem, String reservationRecordType)
ProcessOrderComponent_2
entity using key fields.reservationItem
- Reservation Item
Constraints: Not nullable, Maximum length: 4
reservation
- Alphanumeric key uniquely identifying the document.
Constraints: Not nullable, Maximum length: 10
reservationRecordType
- Reservation Record Type
Constraints: Not nullable, Maximum length: 1
ProcessOrderComponent_2
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 ProcessOrderItem_2FluentHelper getAllProcessOrderItem_2()
ProcessOrderItem_2
entities.ProcessOrderItem_2
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 ProcessOrderItem_2ByKeyFluentHelper getProcessOrderItem_2ByKey(String manufacturingOrder, String manufacturingOrderItem)
ProcessOrderItem_2
entity using key fields.manufacturingOrderItem
- Manufacturing Order Item ID
Constraints: Not nullable, Maximum length: 4
manufacturingOrder
- Key that uniquely identifies a process order.
Constraints: Not nullable, Maximum length: 12
ProcessOrderItem_2
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 ProcessOrderOperation_2FluentHelper getAllProcessOrderOperation_2()
ProcessOrderOperation_2
entities.ProcessOrderOperation_2
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 ProcessOrderOperation_2ByKeyFluentHelper getProcessOrderOperation_2ByKey(String orderInternalBillOfOperations, String orderIntBillOfOperationsItem)
ProcessOrderOperation_2
entity using key fields.orderIntBillOfOperationsItem
- Internal Identifier of an Operation or Activity
Constraints: Not nullable, Maximum length: 8
orderInternalBillOfOperations
- Order Internal ID
Constraints: Not nullable, Maximum length: 10
ProcessOrderOperation_2
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 ProcessOrderProdnRsceTools_2FluentHelper getAllProcessOrderProdnRsceTools_2()
ProcessOrderProdnRsceTools_2
entities.ProcessOrderProdnRsceTools_2
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 ProcessOrderProdnRsceTools_2ByKeyFluentHelper getProcessOrderProdnRsceTools_2ByKey(String orderInternalBillOfOperations, String mfgOrderOpProdnRsceToolIntID)
ProcessOrderProdnRsceTools_2
entity using key fields.mfgOrderOpProdnRsceToolIntID
- Serial counter which is used for the unique identification of production resources/tools.
Constraints: Not nullable, Maximum length: 8
orderInternalBillOfOperations
- Order Internal ID
Constraints: Not nullable, Maximum length: 10
ProcessOrderProdnRsceTools_2
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 ProcessOrderStatus_2FluentHelper getAllProcessOrderStatus_2()
ProcessOrderStatus_2
entities.ProcessOrderStatus_2
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 ProcessOrderStatus_2ByKeyFluentHelper getProcessOrderStatus_2ByKey(String manufacturingOrder, String statusCode)
ProcessOrderStatus_2
entity using key fields.manufacturingOrder
- Key that uniquely identifies a process order.
Constraints: Not nullable, Maximum length: 12
statusCode
- Key which informs you of the current status of an object.
Constraints: Not nullable, Maximum length: 5
ProcessOrderStatus_2
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 ProcessOrder_2FluentHelper getAllProcessOrder_2()
ProcessOrder_2
entities.ProcessOrder_2
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 ProcessOrder_2ByKeyFluentHelper getProcessOrder_2ByKey(String manufacturingOrder)
ProcessOrder_2
entity using key fields.manufacturingOrder
- Key that uniquely identifies a process order.
Constraints: Not nullable, Maximum length: 12
ProcessOrder_2
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 ProcessOrder_2CreateFluentHelper createProcessOrder_2(@Nonnull ProcessOrder_2 processOrder_2)
ProcessOrder_2
entity and save it to the S/4HANA system.processOrder_2
- ProcessOrder_2
entity object that will be created in the S/4HANA system.ProcessOrder_2
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ProcessOrder_2UpdateFluentHelper updateProcessOrder_2(@Nonnull ProcessOrder_2 processOrder_2)
ProcessOrder_2
entity and save it to the S/4HANA system.processOrder_2
- ProcessOrder_2
entity object that will be updated in the S/4HANA system.ProcessOrder_2
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull ReleaseOrderFluentHelper releaseOrder(@Nonnull String manufacturingOrder)
Creates a fluent helper for the ReleaseOrder OData function import.
manufacturingOrder
- Constraints: Not nullable, Maximum length: 12
Original parameter name from the Odata EDM: ManufacturingOrder
execute
method on the fluent helper object.@Nonnull ReleaseOperationFluentHelper releaseOperation(@Nonnull String manufacturingOrder, @Nonnull String manufacturingOrderOperation)
Creates a fluent helper for the ReleaseOperation OData function import.
manufacturingOrderOperation
- Constraints: Not nullable, Maximum length: 4
Original parameter name from the Odata EDM: ManufacturingOrderOperation
manufacturingOrder
- Constraints: Not nullable, Maximum length: 12
Original parameter name from the Odata EDM: ManufacturingOrder
execute
method on the fluent helper object.@Nonnull TechlyCmpltOrderFluentHelper techlyCmpltOrder(@Nonnull String manufacturingOrder)
Creates a fluent helper for the TechlyCmpltOrder OData function import.
manufacturingOrder
- Constraints: Not nullable, Maximum length: 12
Original parameter name from the Odata EDM: ManufacturingOrder
execute
method on the fluent helper object.@Nonnull CloseOrderFluentHelper closeOrder(@Nonnull String manufacturingOrder)
Creates a fluent helper for the CloseOrder OData function import.
manufacturingOrder
- Constraints: Not nullable, Maximum length: 12
Original parameter name from the Odata EDM: ManufacturingOrder
execute
method on the fluent helper object.@Nonnull DeletionFlagOrderFluentHelper deletionFlagOrder(@Nonnull String manufacturingOrder)
Creates a fluent helper for the DeletionFlagOrder OData function import.
manufacturingOrder
- Constraints: Not nullable, Maximum length: 12
Original parameter name from the Odata EDM: ManufacturingOrder
execute
method on the fluent helper object.@Nonnull DeletionIndOrderFluentHelper deletionIndOrder(@Nonnull String manufacturingOrder)
Creates a fluent helper for the DeletionIndOrder OData function import.
manufacturingOrder
- Constraints: Not nullable, Maximum length: 12
Original parameter name from the Odata EDM: ManufacturingOrder
execute
method on the fluent helper object.@Nonnull DiscardOrderFluentHelper discardOrder(@Nonnull String manufacturingOrder)
Creates a fluent helper for the DiscardOrder OData function import.
manufacturingOrder
- Constraints: Not nullable, Maximum length: 12
Original parameter name from the Odata EDM: ManufacturingOrder
execute
method on the fluent helper object.@Nonnull ConvertPlndOrderFluentHelper convertPlndOrder(@Nullable String manufacturingOrder, @Nonnull String plannedOrder, @Nullable String manufacturingOrderType)
Creates a fluent helper for the ConvertPlndOrder OData function import.
plannedOrder
- Constraints: none
Original parameter name from the Odata EDM: PlannedOrder
manufacturingOrderType
- Constraints: Nullable
Original parameter name from the Odata EDM: ManufacturingOrderType
manufacturingOrder
- Constraints: Nullable, Maximum length: 12
Original parameter name from the Odata EDM: ManufacturingOrder
execute
method on the fluent helper object.@Nonnull ScheduleProcessOrderOperationFluentHelper scheduleProcessOrderOperation(@Nonnull String manufacturingOrder, @Nonnull String orderInternalBillOfOperations, @Nonnull String orderIntBillOfOperationsItem, @Nullable LocalDateTime opSchedldStartDate, @Nullable LocalTime opSchedldStartTime, @Nullable LocalDateTime opSchedldEndDate, @Nullable LocalTime opSchedldEndTime, @Nonnull String opSchedulingMode, @Nullable String opSchedulingStatus, @Nonnull String opSchedulingStrategy)
Creates a fluent helper for the ScheduleProcessOrderOperation OData function import.
orderIntBillOfOperationsItem
- Operation Internal ID
Constraints: Not nullable, Maximum length: 8
Original parameter name from the Odata EDM: OrderIntBillOfOperationsItem
opSchedldStartDate
- Execution Start Date
Constraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: OpSchedldStartDate
opSchedulingStrategy
- Component of the Version Number
Constraints: Not nullable, Maximum length: 4
Original parameter name from the Odata EDM: OpSchedulingStrategy
orderInternalBillOfOperations
- Order Internal ID
Constraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: OrderInternalBillOfOperations
opSchedulingStatus
- Status
Constraints: Nullable, Maximum length: 4
Original parameter name from the Odata EDM: OpSchedulingStatus
opSchedulingMode
- Scheduling type
Constraints: Not nullable, Maximum length: 1
Original parameter name from the Odata EDM: OpSchedulingMode
manufacturingOrder
- Order
Constraints: Not nullable, Maximum length: 12
Original parameter name from the Odata EDM: ManufacturingOrder
opSchedldStartTime
- Execution Start Time
Constraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: OpSchedldStartTime
opSchedldEndDate
- Execution End Date
Constraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: OpSchedldEndDate
opSchedldEndTime
- Execution End Time
Constraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: OpSchedldEndTime
execute
method on the fluent helper object.@Nonnull DeliveryCompletedOrderFluentHelper deliveryCompletedOrder(@Nonnull String manufacturingOrder)
Creates a fluent helper for the DeliveryCompletedOrder OData function import.
manufacturingOrder
- Constraints: Not nullable, Maximum length: 12
Original parameter name from the Odata EDM: ManufacturingOrder
execute
method on the fluent helper object.Copyright © 2021 SAP SE. All rights reserved.