Class DefaultProductionOrderV2Service
- All Implemented Interfaces:
BatchService<ProductionOrderV2ServiceBatch>,ProductionOrderV2Service
In addition to create, read, and update production orders, you can also release orders and operations. Besides updating header data of the order including the scheduling type, you can also update some properties of the order components. This service enables you to convert planned orders to production orders, schedule production order operations, and set further statuses for the order such as technically completed, closed, discarded by MES, or released by MES. In addition, you can set the deletion flag, deletion indicator, and delivery completed indicator.
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | API_PRODUCTION_ORDER_2_SRV |
| API Version: | 1.2.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Production Planning Integration(SAP_COM_0104), Manufacturing Execution - Order and Confirmation Integration(SAP_COM_0522) |
| Scope Items: | Make-to-Stock Production - Discrete Manufacturing(BJ5), Make-to-Stock - Process Manufacturing Based on Process Order(BJ8), Material Requirements Planning(J44), Material Requirements Planning(O44), Third-Party Shop Floor Execution - Process Industry(3W3), Third-Party Shop Floor Execution - Discrete Industry(3W4) |
| Authentication Methods: | x509 |
| Business Object: | Production Order |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odata.services.ProductionOrderV2Service
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingProductionOrderV2Service.DEFAULT_SERVICE_PATHto send the requests. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.closeOrder(String manufacturingOrder) Deprecated.Creates a fluent helper for the CloseOrder OData function import.convertPlndOrder(String manufacturingOrder, String plannedOrder, String manufacturingOrderType) Deprecated.Creates a fluent helper for the ConvertPlndOrder OData function import.createProductionOrder_2(ProductionOrder_2 productionOrder_2) Deprecated.Create a newProductionOrder_2entity and save it to the S/4HANA system.deletionFlagOrder(String manufacturingOrder) Deprecated.Creates a fluent helper for the DeletionFlagOrder OData function import.deletionIndOrder(String manufacturingOrder) Deprecated.Creates a fluent helper for the DeletionIndOrder OData function import.deliveryCompletedOrder(String manufacturingOrder) Deprecated.Creates a fluent helper for the DeliveryCompletedOrder OData function import.discardOrder(String manufacturingOrder) Deprecated.Creates a fluent helper for the DiscardOrder OData function import.Deprecated.Fetch multipleProductionOrder_2entities.Deprecated.Fetch multipleProductionOrderComponent_2entities.Deprecated.Fetch multipleProductionOrderComponent_3entities.Deprecated.Fetch multipleProductionOrderComponent_4entities.Deprecated.Fetch multipleProductionOrderItem_2entities.Deprecated.Fetch multipleProductionOrderOperation_2entities.Deprecated.Fetch multipleProductionOrderStatus_2entities.Deprecated.Fetch multipleProductionRsceTools_2entities.getProductionOrder_2ByKey(String manufacturingOrder) Deprecated.Fetch a singleProductionOrder_2entity using key fields.getProductionOrderComponent_2ByKey(String reservation, String reservationItem) Deprecated.Fetch a singleProductionOrderComponent_2entity using key fields.getProductionOrderComponent_3ByKey(String reservation, String reservationItem, String reservationRecordType) Deprecated.Fetch a singleProductionOrderComponent_3entity using key fields.getProductionOrderComponent_4ByKey(String reservation, String reservationItem, String reservationRecordType) Deprecated.Fetch a singleProductionOrderComponent_4entity using key fields.getProductionOrderItem_2ByKey(String manufacturingOrder, String manufacturingOrderItem) Deprecated.Fetch a singleProductionOrderItem_2entity using key fields.getProductionOrderOperation_2ByKey(String orderInternalBillOfOperations, String orderIntBillOfOperationsItem) Deprecated.Fetch a singleProductionOrderOperation_2entity using key fields.getProductionOrderStatus_2ByKey(String manufacturingOrder, String statusCode) Deprecated.Fetch a singleProductionOrderStatus_2entity using key fields.getProductionRsceTools_2ByKey(String orderInternalBillOfOperations, String mfgOrderOpProdnRsceToolIntID) Deprecated.Fetch a singleProductionRsceTools_2entity using key fields.orderReleasedByMES(String manufacturingOrder) Deprecated.Creates a fluent helper for the OrderReleasedByMES OData function import.releaseOperation(String manufacturingOrder, String manufacturingOrderOperation, String manufacturingOrderSequence) Deprecated.Creates a fluent helper for the ReleaseOperation OData function import.releaseOrder(String manufacturingOrder) Deprecated.Creates a fluent helper for the ReleaseOrder OData function import.scheduleProductionOrderOperation(String manufacturingOrder, String orderInternalBillOfOperations, String orderIntBillOfOperationsItem, LocalDateTime opSchedldStartDate, LocalTime opSchedldStartTime, LocalDateTime opSchedldEndDate, LocalTime opSchedldEndTime, String opSchedulingMode, String opSchedulingStatus, String opSchedulingStrategy) Deprecated.Creates a fluent helper for the ScheduleProductionOrderOperation OData function import.techlyCmpltOrder(String manufacturingOrder) Deprecated.Creates a fluent helper for the TechlyCmpltOrder OData function import.updateProductionOrder_2(ProductionOrder_2 productionOrder_2) Deprecated.Update an existingProductionOrder_2entity and save it to the S/4HANA system.updateProductionOrderComponent_3(ProductionOrderComponent_3 productionOrderComponent_3) Deprecated.Update an existingProductionOrderComponent_3entity and save it to the S/4HANA system.updateProductionOrderComponent_4(ProductionOrderComponent_4 productionOrderComponent_4) Deprecated.Update an existingProductionOrderComponent_4entity and save it to the S/4HANA system.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.
-
Constructor Details
-
DefaultProductionOrderV2Service
public DefaultProductionOrderV2Service()Deprecated.Creates a service usingProductionOrderV2Service.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:ProductionOrderV2ServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceProductionOrderV2Service- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.- Specified by:
batchin interfaceBatchService<ProductionOrderV2ServiceBatch>
-
getAllProductionOrderComponent_2
Deprecated.Description copied from interface:ProductionOrderV2ServiceFetch multipleProductionOrderComponent_2entities.- Specified by:
getAllProductionOrderComponent_2in interfaceProductionOrderV2Service- Returns:
- A fluent helper to fetch multiple
ProductionOrderComponent_2entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getProductionOrderComponent_2ByKey
@Nonnull public ProductionOrderComponent_2ByKeyFluentHelper getProductionOrderComponent_2ByKey(String reservation, String reservationItem) Deprecated.Description copied from interface:ProductionOrderV2ServiceFetch a singleProductionOrderComponent_2entity using key fields.- Specified by:
getProductionOrderComponent_2ByKeyin interfaceProductionOrderV2Service- Parameters:
reservation- Number of reservation/dependent requirementsConstraints: Not nullable, Maximum length: 10
reservationItem- Reservation ItemConstraints: Not nullable, Maximum length: 4
- Returns:
- A fluent helper to fetch a single
ProductionOrderComponent_2entity 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 theexecutemethod on the fluent helper object.
-
getAllProductionOrderComponent_3
Deprecated.Description copied from interface:ProductionOrderV2ServiceFetch multipleProductionOrderComponent_3entities.- Specified by:
getAllProductionOrderComponent_3in interfaceProductionOrderV2Service- Returns:
- A fluent helper to fetch multiple
ProductionOrderComponent_3entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getProductionOrderComponent_3ByKey
@Nonnull public ProductionOrderComponent_3ByKeyFluentHelper getProductionOrderComponent_3ByKey(String reservation, String reservationItem, String reservationRecordType) Deprecated.Description copied from interface:ProductionOrderV2ServiceFetch a singleProductionOrderComponent_3entity using key fields.- Specified by:
getProductionOrderComponent_3ByKeyin interfaceProductionOrderV2Service- Parameters:
reservation- Number of reservation/dependent requirementsConstraints: Not nullable, Maximum length: 10
reservationItem- Reservation ItemConstraints: Not nullable, Maximum length: 4
reservationRecordType- Reservation Record TypeConstraints: Not nullable, Maximum length: 1
- Returns:
- A fluent helper to fetch a single
ProductionOrderComponent_3entity 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 theexecutemethod on the fluent helper object.
-
updateProductionOrderComponent_3
@Nonnull public ProductionOrderComponent_3UpdateFluentHelper updateProductionOrderComponent_3(@Nonnull ProductionOrderComponent_3 productionOrderComponent_3) Deprecated.Description copied from interface:ProductionOrderV2ServiceUpdate an existingProductionOrderComponent_3entity and save it to the S/4HANA system.- Specified by:
updateProductionOrderComponent_3in interfaceProductionOrderV2Service- Parameters:
productionOrderComponent_3-ProductionOrderComponent_3entity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
ProductionOrderComponent_3entity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllProductionOrderComponent_4
Deprecated.Description copied from interface:ProductionOrderV2ServiceFetch multipleProductionOrderComponent_4entities.- Specified by:
getAllProductionOrderComponent_4in interfaceProductionOrderV2Service- Returns:
- A fluent helper to fetch multiple
ProductionOrderComponent_4entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getProductionOrderComponent_4ByKey
@Nonnull public ProductionOrderComponent_4ByKeyFluentHelper getProductionOrderComponent_4ByKey(String reservation, String reservationItem, String reservationRecordType) Deprecated.Description copied from interface:ProductionOrderV2ServiceFetch a singleProductionOrderComponent_4entity using key fields.- Specified by:
getProductionOrderComponent_4ByKeyin interfaceProductionOrderV2Service- Parameters:
reservation- Number of reservation/dependent requirementsConstraints: Not nullable, Maximum length: 10
reservationItem- Reservation ItemConstraints: Not nullable, Maximum length: 4
reservationRecordType- Reservation Record TypeConstraints: Not nullable, Maximum length: 1
- Returns:
- A fluent helper to fetch a single
ProductionOrderComponent_4entity 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 theexecutemethod on the fluent helper object.
-
updateProductionOrderComponent_4
@Nonnull public ProductionOrderComponent_4UpdateFluentHelper updateProductionOrderComponent_4(@Nonnull ProductionOrderComponent_4 productionOrderComponent_4) Deprecated.Description copied from interface:ProductionOrderV2ServiceUpdate an existingProductionOrderComponent_4entity and save it to the S/4HANA system.- Specified by:
updateProductionOrderComponent_4in interfaceProductionOrderV2Service- Parameters:
productionOrderComponent_4-ProductionOrderComponent_4entity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
ProductionOrderComponent_4entity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllProductionOrderItem_2
Deprecated.Description copied from interface:ProductionOrderV2ServiceFetch multipleProductionOrderItem_2entities.- Specified by:
getAllProductionOrderItem_2in interfaceProductionOrderV2Service- Returns:
- A fluent helper to fetch multiple
ProductionOrderItem_2entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getProductionOrderItem_2ByKey
@Nonnull public ProductionOrderItem_2ByKeyFluentHelper getProductionOrderItem_2ByKey(String manufacturingOrder, String manufacturingOrderItem) Deprecated.Description copied from interface:ProductionOrderV2ServiceFetch a singleProductionOrderItem_2entity using key fields.- Specified by:
getProductionOrderItem_2ByKeyin interfaceProductionOrderV2Service- Parameters:
manufacturingOrder- Production OrderConstraints: Not nullable, Maximum length: 12
manufacturingOrderItem- Manufacturing Order Item IDConstraints: Not nullable, Maximum length: 4
- Returns:
- A fluent helper to fetch a single
ProductionOrderItem_2entity 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 theexecutemethod on the fluent helper object.
-
getAllProductionOrderOperation_2
Deprecated.Description copied from interface:ProductionOrderV2ServiceFetch multipleProductionOrderOperation_2entities.- Specified by:
getAllProductionOrderOperation_2in interfaceProductionOrderV2Service- Returns:
- A fluent helper to fetch multiple
ProductionOrderOperation_2entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getProductionOrderOperation_2ByKey
@Nonnull public ProductionOrderOperation_2ByKeyFluentHelper getProductionOrderOperation_2ByKey(String orderInternalBillOfOperations, String orderIntBillOfOperationsItem) Deprecated.Description copied from interface:ProductionOrderV2ServiceFetch a singleProductionOrderOperation_2entity using key fields.- Specified by:
getProductionOrderOperation_2ByKeyin interfaceProductionOrderV2Service- Parameters:
orderInternalBillOfOperations- Order Internal IDConstraints: Not nullable, Maximum length: 10
orderIntBillOfOperationsItem- Internal Identifier of an Operation or ActivityConstraints: Not nullable, Maximum length: 8
- Returns:
- A fluent helper to fetch a single
ProductionOrderOperation_2entity 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 theexecutemethod on the fluent helper object.
-
getAllProductionOrderStatus_2
Deprecated.Description copied from interface:ProductionOrderV2ServiceFetch multipleProductionOrderStatus_2entities.- Specified by:
getAllProductionOrderStatus_2in interfaceProductionOrderV2Service- Returns:
- A fluent helper to fetch multiple
ProductionOrderStatus_2entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getProductionOrderStatus_2ByKey
@Nonnull public ProductionOrderStatus_2ByKeyFluentHelper getProductionOrderStatus_2ByKey(String manufacturingOrder, String statusCode) Deprecated.Description copied from interface:ProductionOrderV2ServiceFetch a singleProductionOrderStatus_2entity using key fields.- Specified by:
getProductionOrderStatus_2ByKeyin interfaceProductionOrderV2Service- Parameters:
manufacturingOrder- Production OrderConstraints: Not nullable, Maximum length: 12
statusCode- Object statusConstraints: Not nullable, Maximum length: 5
- Returns:
- A fluent helper to fetch a single
ProductionOrderStatus_2entity 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 theexecutemethod on the fluent helper object.
-
getAllProductionOrder_2
Deprecated.Description copied from interface:ProductionOrderV2ServiceFetch multipleProductionOrder_2entities.- Specified by:
getAllProductionOrder_2in interfaceProductionOrderV2Service- Returns:
- A fluent helper to fetch multiple
ProductionOrder_2entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getProductionOrder_2ByKey
@Nonnull public ProductionOrder_2ByKeyFluentHelper getProductionOrder_2ByKey(String manufacturingOrder) Deprecated.Description copied from interface:ProductionOrderV2ServiceFetch a singleProductionOrder_2entity using key fields.- Specified by:
getProductionOrder_2ByKeyin interfaceProductionOrderV2Service- Parameters:
manufacturingOrder- Production OrderConstraints: Not nullable, Maximum length: 12
- Returns:
- A fluent helper to fetch a single
ProductionOrder_2entity 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 theexecutemethod on the fluent helper object.
-
createProductionOrder_2
@Nonnull public ProductionOrder_2CreateFluentHelper createProductionOrder_2(@Nonnull ProductionOrder_2 productionOrder_2) Deprecated.Description copied from interface:ProductionOrderV2ServiceCreate a newProductionOrder_2entity and save it to the S/4HANA system.- Specified by:
createProductionOrder_2in interfaceProductionOrderV2Service- Parameters:
productionOrder_2-ProductionOrder_2entity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
ProductionOrder_2entity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateProductionOrder_2
@Nonnull public ProductionOrder_2UpdateFluentHelper updateProductionOrder_2(@Nonnull ProductionOrder_2 productionOrder_2) Deprecated.Description copied from interface:ProductionOrderV2ServiceUpdate an existingProductionOrder_2entity and save it to the S/4HANA system.- Specified by:
updateProductionOrder_2in interfaceProductionOrderV2Service- Parameters:
productionOrder_2-ProductionOrder_2entity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
ProductionOrder_2entity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllProductionRsceTools_2
Deprecated.Description copied from interface:ProductionOrderV2ServiceFetch multipleProductionRsceTools_2entities.- Specified by:
getAllProductionRsceTools_2in interfaceProductionOrderV2Service- Returns:
- A fluent helper to fetch multiple
ProductionRsceTools_2entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getProductionRsceTools_2ByKey
@Nonnull public ProductionRsceTools_2ByKeyFluentHelper getProductionRsceTools_2ByKey(String orderInternalBillOfOperations, String mfgOrderOpProdnRsceToolIntID) Deprecated.Description copied from interface:ProductionOrderV2ServiceFetch a singleProductionRsceTools_2entity using key fields.- Specified by:
getProductionRsceTools_2ByKeyin interfaceProductionOrderV2Service- Parameters:
orderInternalBillOfOperations- Order Internal IDConstraints: Not nullable, Maximum length: 10
mfgOrderOpProdnRsceToolIntID- Item Counter for Production Resources/ToolsConstraints: Not nullable, Maximum length: 8
- Returns:
- A fluent helper to fetch a single
ProductionRsceTools_2entity 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 theexecutemethod on the fluent helper object.
-
releaseOrder
Deprecated.Description copied from interface:ProductionOrderV2ServiceCreates a fluent helper for the ReleaseOrder OData function import.
- Specified by:
releaseOrderin interfaceProductionOrderV2Service- Parameters:
manufacturingOrder- Constraints: Not nullable, Maximum length: 12Original parameter name from the Odata EDM: ManufacturingOrder
- Returns:
- A fluent helper object that will execute the ReleaseOrder OData function import with the provided
parameters. To perform execution, call the
executemethod on the fluent helper object.
-
releaseOperation
@Nonnull public ReleaseOperationFluentHelper releaseOperation(@Nonnull String manufacturingOrder, @Nonnull String manufacturingOrderOperation, @Nonnull String manufacturingOrderSequence) Deprecated.Description copied from interface:ProductionOrderV2ServiceCreates a fluent helper for the ReleaseOperation OData function import.
- Specified by:
releaseOperationin interfaceProductionOrderV2Service- Parameters:
manufacturingOrder- Constraints: Not nullable, Maximum length: 12Original parameter name from the Odata EDM: ManufacturingOrder
manufacturingOrderOperation- Constraints: Not nullable, Maximum length: 4Original parameter name from the Odata EDM: ManufacturingOrderOperation
manufacturingOrderSequence- Constraints: noneOriginal parameter name from the Odata EDM: ManufacturingOrderSequence
- Returns:
- A fluent helper object that will execute the ReleaseOperation OData function import with the
provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-
techlyCmpltOrder
Deprecated.Description copied from interface:ProductionOrderV2ServiceCreates a fluent helper for the TechlyCmpltOrder OData function import.
- Specified by:
techlyCmpltOrderin interfaceProductionOrderV2Service- Parameters:
manufacturingOrder- Constraints: Not nullable, Maximum length: 12Original parameter name from the Odata EDM: ManufacturingOrder
- Returns:
- A fluent helper object that will execute the TechlyCmpltOrder OData function import with the
provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-
closeOrder
Deprecated.Description copied from interface:ProductionOrderV2ServiceCreates a fluent helper for the CloseOrder OData function import.
- Specified by:
closeOrderin interfaceProductionOrderV2Service- Parameters:
manufacturingOrder- Constraints: Not nullable, Maximum length: 12Original parameter name from the Odata EDM: ManufacturingOrder
- Returns:
- A fluent helper object that will execute the CloseOrder OData function import with the provided
parameters. To perform execution, call the
executemethod on the fluent helper object.
-
deletionFlagOrder
Deprecated.Description copied from interface:ProductionOrderV2ServiceCreates a fluent helper for the DeletionFlagOrder OData function import.
- Specified by:
deletionFlagOrderin interfaceProductionOrderV2Service- Parameters:
manufacturingOrder- Constraints: Not nullable, Maximum length: 12Original parameter name from the Odata EDM: ManufacturingOrder
- Returns:
- A fluent helper object that will execute the DeletionFlagOrder OData function import with the
provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-
deletionIndOrder
Deprecated.Description copied from interface:ProductionOrderV2ServiceCreates a fluent helper for the DeletionIndOrder OData function import.
- Specified by:
deletionIndOrderin interfaceProductionOrderV2Service- Parameters:
manufacturingOrder- Constraints: Not nullable, Maximum length: 12Original parameter name from the Odata EDM: ManufacturingOrder
- Returns:
- A fluent helper object that will execute the DeletionIndOrder OData function import with the
provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-
discardOrder
Deprecated.Description copied from interface:ProductionOrderV2ServiceCreates a fluent helper for the DiscardOrder OData function import.
- Specified by:
discardOrderin interfaceProductionOrderV2Service- Parameters:
manufacturingOrder- Constraints: Not nullable, Maximum length: 12Original parameter name from the Odata EDM: ManufacturingOrder
- Returns:
- A fluent helper object that will execute the DiscardOrder OData function import with the provided
parameters. To perform execution, call the
executemethod on the fluent helper object.
-
convertPlndOrder
@Nonnull public ConvertPlndOrderFluentHelper convertPlndOrder(@Nullable String manufacturingOrder, @Nonnull String plannedOrder, @Nullable String manufacturingOrderType) Deprecated.Description copied from interface:ProductionOrderV2ServiceCreates a fluent helper for the ConvertPlndOrder OData function import.
- Specified by:
convertPlndOrderin interfaceProductionOrderV2Service- Parameters:
manufacturingOrder- Constraints: Nullable, Maximum length: 12Original parameter name from the Odata EDM: ManufacturingOrder
plannedOrder- Constraints: noneOriginal parameter name from the Odata EDM: PlannedOrder
manufacturingOrderType- Constraints: NullableOriginal parameter name from the Odata EDM: ManufacturingOrderType
- Returns:
- A fluent helper object that will execute the ConvertPlndOrder OData function import with the
provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-
scheduleProductionOrderOperation
@Nonnull public ScheduleProductionOrderOperationFluentHelper scheduleProductionOrderOperation(@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) Deprecated.Description copied from interface:ProductionOrderV2ServiceCreates a fluent helper for the ScheduleProductionOrderOperation OData function import.
- Specified by:
scheduleProductionOrderOperationin interfaceProductionOrderV2Service- Parameters:
manufacturingOrder- OrderConstraints: Not nullable, Maximum length: 12
Original parameter name from the Odata EDM: ManufacturingOrder
orderInternalBillOfOperations- Order Internal IDConstraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: OrderInternalBillOfOperations
orderIntBillOfOperationsItem- Operation Internal IDConstraints: Not nullable, Maximum length: 8
Original parameter name from the Odata EDM: OrderIntBillOfOperationsItem
opSchedldStartDate- Execution Start DateConstraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: OpSchedldStartDate
opSchedldStartTime- Execution Start TimeConstraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: OpSchedldStartTime
opSchedldEndDate- Execution End DateConstraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: OpSchedldEndDate
opSchedldEndTime- Execution End TimeConstraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: OpSchedldEndTime
opSchedulingMode- Scheduling typeConstraints: Not nullable, Maximum length: 1
Original parameter name from the Odata EDM: OpSchedulingMode
opSchedulingStatus- StatusConstraints: Nullable, Maximum length: 4
Original parameter name from the Odata EDM: OpSchedulingStatus
opSchedulingStrategy- Component of the Version NumberConstraints: Not nullable, Maximum length: 4
Original parameter name from the Odata EDM: OpSchedulingStrategy
- Returns:
- A fluent helper object that will execute the ScheduleProductionOrderOperation OData function
import with the provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-
deliveryCompletedOrder
@Nonnull public DeliveryCompletedOrderFluentHelper deliveryCompletedOrder(@Nonnull String manufacturingOrder) Deprecated.Description copied from interface:ProductionOrderV2ServiceCreates a fluent helper for the DeliveryCompletedOrder OData function import.
- Specified by:
deliveryCompletedOrderin interfaceProductionOrderV2Service- Parameters:
manufacturingOrder- Constraints: Not nullable, Maximum length: 12Original parameter name from the Odata EDM: ManufacturingOrder
- Returns:
- A fluent helper object that will execute the DeliveryCompletedOrder OData function import with the
provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-
orderReleasedByMES
@Nonnull public OrderReleasedByMESFluentHelper orderReleasedByMES(@Nonnull String manufacturingOrder) Deprecated.Description copied from interface:ProductionOrderV2ServiceCreates a fluent helper for the OrderReleasedByMES OData function import.
- Specified by:
orderReleasedByMESin interfaceProductionOrderV2Service- Parameters:
manufacturingOrder- Constraints: Not nullable, Maximum length: 12Original parameter name from the Odata EDM: ManufacturingOrder
- Returns:
- A fluent helper object that will execute the OrderReleasedByMES OData function import with the
provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-