Interface ProcessOrderV2ServiceBatchChangeSet

All Superinterfaces:
FluentHelperBatchChangeSet<ProcessOrderV2ServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<ProcessOrderV2ServiceBatch>
All Known Implementing Classes:
DefaultProcessOrderV2ServiceBatchChangeSet

This interface enables you to combine multiple operations into one change set. For further information have a look into the ProcessOrderV2Service.
  • Method Details

    • updateProcessOrderComponent_2

      @Nonnull ProcessOrderV2ServiceBatchChangeSet updateProcessOrderComponent_2(@Nonnull ProcessOrderComponent_2 processOrderComponent_2)
      Update an existing ProcessOrderComponent_2 entity and save it to the S/4HANA system.
      Parameters:
      processOrderComponent_2 - ProcessOrderComponent_2 entity object that will be updated in the S/4HANA system.
      Returns:
      This fluent helper to continue adding operations to the change set. To finalize the current change set call endChangeSet on the returned fluent helper object.
    • createProcessOrder_2

      @Nonnull ProcessOrderV2ServiceBatchChangeSet createProcessOrder_2(@Nonnull ProcessOrder_2 processOrder_2)
      Create a new ProcessOrder_2 entity and save it to the S/4HANA system.
      Parameters:
      processOrder_2 - ProcessOrder_2 entity object that will be created in the S/4HANA system.
      Returns:
      This fluent helper to continue adding operations to the change set. To finalize the current change set call endChangeSet on the returned fluent helper object.
    • updateProcessOrder_2

      @Nonnull ProcessOrderV2ServiceBatchChangeSet updateProcessOrder_2(@Nonnull ProcessOrder_2 processOrder_2)
      Update an existing ProcessOrder_2 entity and save it to the S/4HANA system.
      Parameters:
      processOrder_2 - ProcessOrder_2 entity object that will be updated in the S/4HANA system.
      Returns:
      This fluent helper to continue adding operations to the change set. To finalize the current change set call endChangeSet on the returned fluent helper object.