Class DefaultProcessOrderV2Service

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultProcessOrderV2Service
All Implemented Interfaces:
BatchService<ProcessOrderV2ServiceBatch>, ProcessOrderV2Service

@Named("com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultProcessOrderV2Service") @Deprecated public class DefaultProcessOrderV2Service extends Object implements ProcessOrderV2Service
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the VDM.

In addition to create, read, and update process 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 process orders, schedule process 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.

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: API_PROCESS_ORDER_2_SRV
API Version: 1.1.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: Process Order
  • Constructor Details

  • Method Details

    • withServicePath

      @Nonnull public DefaultProcessOrderV2Service withServicePath(@Nonnull String servicePath)
      Deprecated.
      Description copied from interface: ProcessOrderV2Service
      Overrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.
      Specified by:
      withServicePath in interface ProcessOrderV2Service
      Parameters:
      servicePath - Service path that will override the default.
      Returns:
      A new service instance with the specified service path.
    • batch

      @Nonnull public DefaultProcessOrderV2ServiceBatch batch()
      Deprecated.
      Specified by:
      batch in interface BatchService<ProcessOrderV2ServiceBatch>
    • getAllProcessOrderComponent_2

      @Nonnull public ProcessOrderComponent_2FluentHelper getAllProcessOrderComponent_2()
      Deprecated.
      Description copied from interface: ProcessOrderV2Service
      Fetch multiple ProcessOrderComponent_2 entities.
      Specified by:
      getAllProcessOrderComponent_2 in interface ProcessOrderV2Service
      Returns:
      A fluent helper to fetch multiple 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.
    • getProcessOrderComponent_2ByKey

      @Nonnull public ProcessOrderComponent_2ByKeyFluentHelper getProcessOrderComponent_2ByKey(String reservation, String reservationItem, String reservationRecordType)
      Deprecated.
      Description copied from interface: ProcessOrderV2Service
      Fetch a single ProcessOrderComponent_2 entity using key fields.
      Specified by:
      getProcessOrderComponent_2ByKey in interface ProcessOrderV2Service
      Parameters:
      reservation - Number of reservation/dependent requirements

      Constraints: Not nullable, Maximum length: 10

      reservationItem - Reservation Item

      Constraints: Not nullable, Maximum length: 4

      reservationRecordType - Reservation Record Type

      Constraints: Not nullable, Maximum length: 1

      Returns:
      A fluent helper to fetch a single 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.
    • updateProcessOrderComponent_2

      @Nonnull public ProcessOrderComponent_2UpdateFluentHelper updateProcessOrderComponent_2(@Nonnull ProcessOrderComponent_2 processOrderComponent_2)
      Deprecated.
      Description copied from interface: ProcessOrderV2Service
      Update an existing ProcessOrderComponent_2 entity and save it to the S/4HANA system.
      Specified by:
      updateProcessOrderComponent_2 in interface ProcessOrderV2Service
      Parameters:
      processOrderComponent_2 - ProcessOrderComponent_2 entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing ProcessOrderComponent_2 entity. To perform execution, call the execute method on the fluent helper object.
    • getAllProcessOrderItem_2

      @Nonnull public ProcessOrderItem_2FluentHelper getAllProcessOrderItem_2()
      Deprecated.
      Description copied from interface: ProcessOrderV2Service
      Fetch multiple ProcessOrderItem_2 entities.
      Specified by:
      getAllProcessOrderItem_2 in interface ProcessOrderV2Service
      Returns:
      A fluent helper to fetch multiple 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.
    • getProcessOrderItem_2ByKey

      @Nonnull public ProcessOrderItem_2ByKeyFluentHelper getProcessOrderItem_2ByKey(String manufacturingOrder, String manufacturingOrderItem)
      Deprecated.
      Description copied from interface: ProcessOrderV2Service
      Fetch a single ProcessOrderItem_2 entity using key fields.
      Specified by:
      getProcessOrderItem_2ByKey in interface ProcessOrderV2Service
      Parameters:
      manufacturingOrder - Process Order

      Constraints: Not nullable, Maximum length: 12

      manufacturingOrderItem - Manufacturing Order Item ID

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A fluent helper to fetch a single 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.
    • getAllProcessOrderOperation_2

      @Nonnull public ProcessOrderOperation_2FluentHelper getAllProcessOrderOperation_2()
      Deprecated.
      Description copied from interface: ProcessOrderV2Service
      Fetch multiple ProcessOrderOperation_2 entities.
      Specified by:
      getAllProcessOrderOperation_2 in interface ProcessOrderV2Service
      Returns:
      A fluent helper to fetch multiple 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.
    • getProcessOrderOperation_2ByKey

      @Nonnull public ProcessOrderOperation_2ByKeyFluentHelper getProcessOrderOperation_2ByKey(String orderInternalBillOfOperations, String orderIntBillOfOperationsItem)
      Deprecated.
      Description copied from interface: ProcessOrderV2Service
      Fetch a single ProcessOrderOperation_2 entity using key fields.
      Specified by:
      getProcessOrderOperation_2ByKey in interface ProcessOrderV2Service
      Parameters:
      orderInternalBillOfOperations - Order Internal ID

      Constraints: Not nullable, Maximum length: 10

      orderIntBillOfOperationsItem - Internal Identifier of an Operation or Activity

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A fluent helper to fetch a single 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.
    • getAllProcessOrderProdnRsceTools_2

      @Nonnull public ProcessOrderProdnRsceTools_2FluentHelper getAllProcessOrderProdnRsceTools_2()
      Deprecated.
      Description copied from interface: ProcessOrderV2Service
      Fetch multiple ProcessOrderProdnRsceTools_2 entities.
      Specified by:
      getAllProcessOrderProdnRsceTools_2 in interface ProcessOrderV2Service
      Returns:
      A fluent helper to fetch multiple 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.
    • getProcessOrderProdnRsceTools_2ByKey

      @Nonnull public ProcessOrderProdnRsceTools_2ByKeyFluentHelper getProcessOrderProdnRsceTools_2ByKey(String orderInternalBillOfOperations, String mfgOrderOpProdnRsceToolIntID)
      Deprecated.
      Description copied from interface: ProcessOrderV2Service
      Fetch a single ProcessOrderProdnRsceTools_2 entity using key fields.
      Specified by:
      getProcessOrderProdnRsceTools_2ByKey in interface ProcessOrderV2Service
      Parameters:
      orderInternalBillOfOperations - Order Internal ID

      Constraints: Not nullable, Maximum length: 10

      mfgOrderOpProdnRsceToolIntID - Item Counter for Production Resources/Tools

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A fluent helper to fetch a single 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.
    • getAllProcessOrderStatus_2

      @Nonnull public ProcessOrderStatus_2FluentHelper getAllProcessOrderStatus_2()
      Deprecated.
      Description copied from interface: ProcessOrderV2Service
      Fetch multiple ProcessOrderStatus_2 entities.
      Specified by:
      getAllProcessOrderStatus_2 in interface ProcessOrderV2Service
      Returns:
      A fluent helper to fetch multiple 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.
    • getProcessOrderStatus_2ByKey

      @Nonnull public ProcessOrderStatus_2ByKeyFluentHelper getProcessOrderStatus_2ByKey(String manufacturingOrder, String statusCode)
      Deprecated.
      Description copied from interface: ProcessOrderV2Service
      Fetch a single ProcessOrderStatus_2 entity using key fields.
      Specified by:
      getProcessOrderStatus_2ByKey in interface ProcessOrderV2Service
      Parameters:
      manufacturingOrder - Process Order

      Constraints: Not nullable, Maximum length: 12

      statusCode - Object status

      Constraints: Not nullable, Maximum length: 5

      Returns:
      A fluent helper to fetch a single 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.
    • getAllProcessOrder_2

      @Nonnull public ProcessOrder_2FluentHelper getAllProcessOrder_2()
      Deprecated.
      Description copied from interface: ProcessOrderV2Service
      Fetch multiple ProcessOrder_2 entities.
      Specified by:
      getAllProcessOrder_2 in interface ProcessOrderV2Service
      Returns:
      A fluent helper to fetch multiple 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.
    • getProcessOrder_2ByKey

      @Nonnull public ProcessOrder_2ByKeyFluentHelper getProcessOrder_2ByKey(String manufacturingOrder)
      Deprecated.
      Description copied from interface: ProcessOrderV2Service
      Fetch a single ProcessOrder_2 entity using key fields.
      Specified by:
      getProcessOrder_2ByKey in interface ProcessOrderV2Service
      Parameters:
      manufacturingOrder - Process Order

      Constraints: Not nullable, Maximum length: 12

      Returns:
      A fluent helper to fetch a single 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.
    • createProcessOrder_2

      @Nonnull public ProcessOrder_2CreateFluentHelper createProcessOrder_2(@Nonnull ProcessOrder_2 processOrder_2)
      Deprecated.
      Description copied from interface: ProcessOrderV2Service
      Create a new ProcessOrder_2 entity and save it to the S/4HANA system.
      Specified by:
      createProcessOrder_2 in interface ProcessOrderV2Service
      Parameters:
      processOrder_2 - ProcessOrder_2 entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new ProcessOrder_2 entity. To perform execution, call the execute method on the fluent helper object.
    • updateProcessOrder_2

      @Nonnull public ProcessOrder_2UpdateFluentHelper updateProcessOrder_2(@Nonnull ProcessOrder_2 processOrder_2)
      Deprecated.
      Description copied from interface: ProcessOrderV2Service
      Update an existing ProcessOrder_2 entity and save it to the S/4HANA system.
      Specified by:
      updateProcessOrder_2 in interface ProcessOrderV2Service
      Parameters:
      processOrder_2 - ProcessOrder_2 entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing ProcessOrder_2 entity. To perform execution, call the execute method on the fluent helper object.
    • releaseOrder

      @Nonnull public ReleaseOrderFluentHelper releaseOrder(@Nonnull String manufacturingOrder)
      Deprecated.
      Description copied from interface: ProcessOrderV2Service

      Creates a fluent helper for the ReleaseOrder OData function import.

      Specified by:
      releaseOrder in interface ProcessOrderV2Service
      Parameters:
      manufacturingOrder - Constraints: Not nullable, Maximum length: 12

      Original 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 execute method on the fluent helper object.
    • releaseOperation

      @Nonnull public ReleaseOperationFluentHelper releaseOperation(@Nonnull String manufacturingOrder, @Nonnull String manufacturingOrderOperation)
      Deprecated.
      Description copied from interface: ProcessOrderV2Service

      Creates a fluent helper for the ReleaseOperation OData function import.

      Specified by:
      releaseOperation in interface ProcessOrderV2Service
      Parameters:
      manufacturingOrder - Constraints: Not nullable, Maximum length: 12

      Original parameter name from the Odata EDM: ManufacturingOrder

      manufacturingOrderOperation - Constraints: Not nullable, Maximum length: 4

      Original parameter name from the Odata EDM: ManufacturingOrderOperation

      Returns:
      A fluent helper object that will execute the ReleaseOperation OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • techlyCmpltOrder

      @Nonnull public TechlyCmpltOrderFluentHelper techlyCmpltOrder(@Nonnull String manufacturingOrder)
      Deprecated.
      Description copied from interface: ProcessOrderV2Service

      Creates a fluent helper for the TechlyCmpltOrder OData function import.

      Specified by:
      techlyCmpltOrder in interface ProcessOrderV2Service
      Parameters:
      manufacturingOrder - Constraints: Not nullable, Maximum length: 12

      Original 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 execute method on the fluent helper object.
    • closeOrder

      @Nonnull public CloseOrderFluentHelper closeOrder(@Nonnull String manufacturingOrder)
      Deprecated.
      Description copied from interface: ProcessOrderV2Service

      Creates a fluent helper for the CloseOrder OData function import.

      Specified by:
      closeOrder in interface ProcessOrderV2Service
      Parameters:
      manufacturingOrder - Constraints: Not nullable, Maximum length: 12

      Original 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 execute method on the fluent helper object.
    • deletionFlagOrder

      @Nonnull public DeletionFlagOrderFluentHelper deletionFlagOrder(@Nonnull String manufacturingOrder)
      Deprecated.
      Description copied from interface: ProcessOrderV2Service

      Creates a fluent helper for the DeletionFlagOrder OData function import.

      Specified by:
      deletionFlagOrder in interface ProcessOrderV2Service
      Parameters:
      manufacturingOrder - Constraints: Not nullable, Maximum length: 12

      Original 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 execute method on the fluent helper object.
    • deletionIndOrder

      @Nonnull public DeletionIndOrderFluentHelper deletionIndOrder(@Nonnull String manufacturingOrder)
      Deprecated.
      Description copied from interface: ProcessOrderV2Service

      Creates a fluent helper for the DeletionIndOrder OData function import.

      Specified by:
      deletionIndOrder in interface ProcessOrderV2Service
      Parameters:
      manufacturingOrder - Constraints: Not nullable, Maximum length: 12

      Original 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 execute method on the fluent helper object.
    • discardOrder

      @Nonnull public DiscardOrderFluentHelper discardOrder(@Nonnull String manufacturingOrder)
      Deprecated.
      Description copied from interface: ProcessOrderV2Service

      Creates a fluent helper for the DiscardOrder OData function import.

      Specified by:
      discardOrder in interface ProcessOrderV2Service
      Parameters:
      manufacturingOrder - Constraints: Not nullable, Maximum length: 12

      Original 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 execute method on the fluent helper object.
    • convertPlndOrder

      @Nonnull public ConvertPlndOrderFluentHelper convertPlndOrder(@Nullable String manufacturingOrder, @Nonnull String plannedOrder, @Nullable String manufacturingOrderType)
      Deprecated.
      Description copied from interface: ProcessOrderV2Service

      Creates a fluent helper for the ConvertPlndOrder OData function import.

      Specified by:
      convertPlndOrder in interface ProcessOrderV2Service
      Parameters:
      manufacturingOrder - Constraints: Nullable, Maximum length: 12

      Original parameter name from the Odata EDM: ManufacturingOrder

      plannedOrder - Constraints: none

      Original parameter name from the Odata EDM: PlannedOrder

      manufacturingOrderType - Constraints: Nullable

      Original 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 execute method on the fluent helper object.
    • scheduleProcessOrderOperation

      @Nonnull public 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)
      Deprecated.
      Description copied from interface: ProcessOrderV2Service

      Creates a fluent helper for the ScheduleProcessOrderOperation OData function import.

      Specified by:
      scheduleProcessOrderOperation in interface ProcessOrderV2Service
      Parameters:
      manufacturingOrder - Order

      Constraints: Not nullable, Maximum length: 12

      Original parameter name from the Odata EDM: ManufacturingOrder

      orderInternalBillOfOperations - Order Internal ID

      Constraints: Not nullable, Maximum length: 10

      Original parameter name from the Odata EDM: OrderInternalBillOfOperations

      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

      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

      opSchedulingMode - Scheduling type

      Constraints: Not nullable, Maximum length: 1

      Original parameter name from the Odata EDM: OpSchedulingMode

      opSchedulingStatus - Status

      Constraints: Nullable, Maximum length: 4

      Original parameter name from the Odata EDM: OpSchedulingStatus

      opSchedulingStrategy - Component of the Version Number

      Constraints: Not nullable, Maximum length: 4

      Original parameter name from the Odata EDM: OpSchedulingStrategy

      Returns:
      A fluent helper object that will execute the ScheduleProcessOrderOperation OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • deliveryCompletedOrder

      @Nonnull public DeliveryCompletedOrderFluentHelper deliveryCompletedOrder(@Nonnull String manufacturingOrder)
      Deprecated.
      Description copied from interface: ProcessOrderV2Service

      Creates a fluent helper for the DeliveryCompletedOrder OData function import.

      Specified by:
      deliveryCompletedOrder in interface ProcessOrderV2Service
      Parameters:
      manufacturingOrder - Constraints: Not nullable, Maximum length: 12

      Original 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 execute method on the fluent helper object.
    • orderReleasedByMES

      @Nonnull public OrderReleasedByMESFluentHelper orderReleasedByMES(@Nonnull String manufacturingOrder)
      Deprecated.
      Description copied from interface: ProcessOrderV2Service

      Creates a fluent helper for the OrderReleasedByMES OData function import.

      Specified by:
      orderReleasedByMES in interface ProcessOrderV2Service
      Parameters:
      manufacturingOrder - Constraints: Not nullable, Maximum length: 12

      Original 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 execute method on the fluent helper object.