Interface WarehouseTaskServiceBatchChangeSet

All Superinterfaces:
FluentHelperBatchChangeSet<WarehouseTaskServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<WarehouseTaskServiceBatch>
All Known Implementing Classes:
DefaultWarehouseTaskServiceBatchChangeSet

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

    • createWarehouseOrder

      @Nonnull WarehouseTaskServiceBatchChangeSet createWarehouseOrder(@Nonnull WarehouseOrder warehouseOrder)
      Create a new WarehouseOrder entity and save it to the S/4HANA system.
      Parameters:
      warehouseOrder - WarehouseOrder 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.
    • createWarehouseTask

      @Nonnull WarehouseTaskServiceBatchChangeSet createWarehouseTask(@Nonnull WarehouseTask warehouseTask)
      Create a new WarehouseTask entity and save it to the S/4HANA system.
      Parameters:
      warehouseTask - WarehouseTask 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.