Interface BatchServiceBatchChangeSet

All Superinterfaces:
FluentHelperBatchChangeSet<BatchServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<BatchServiceBatch>
All Known Implementing Classes:
DefaultBatchServiceBatchChangeSet

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

    • createBatch

      @Nonnull BatchServiceBatchChangeSet createBatch(@Nonnull Batch batch)
      Create a new Batch entity and save it to the S/4HANA system.
      Parameters:
      batch - Batch 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.
    • updateBatch

      @Nonnull BatchServiceBatchChangeSet updateBatch(@Nonnull Batch batch)
      Update an existing Batch entity and save it to the S/4HANA system.
      Parameters:
      batch - Batch 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.
    • createBatchCharc

      @Nonnull BatchServiceBatchChangeSet createBatchCharc(@Nonnull BatchCharc batchCharc)
      Create a new BatchCharc entity and save it to the S/4HANA system.
      Parameters:
      batchCharc - BatchCharc 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.
    • createBatchCharcValue

      @Nonnull BatchServiceBatchChangeSet createBatchCharcValue(@Nonnull BatchCharcValue batchCharcValue)
      Create a new BatchCharcValue entity and save it to the S/4HANA system.
      Parameters:
      batchCharcValue - BatchCharcValue 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.
    • updateBatchCharcValue

      @Nonnull BatchServiceBatchChangeSet updateBatchCharcValue(@Nonnull BatchCharcValue batchCharcValue)
      Update an existing BatchCharcValue entity and save it to the S/4HANA system.
      Parameters:
      batchCharcValue - BatchCharcValue 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.
    • deleteBatchCharcValue

      @Nonnull BatchServiceBatchChangeSet deleteBatchCharcValue(@Nonnull BatchCharcValue batchCharcValue)
      Deletes an existing BatchCharcValue entity in the S/4HANA system.
      Parameters:
      batchCharcValue - BatchCharcValue entity object that will be deleted 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.
    • createBatchClass

      @Nonnull BatchServiceBatchChangeSet createBatchClass(@Nonnull BatchClass batchClass)
      Create a new BatchClass entity and save it to the S/4HANA system.
      Parameters:
      batchClass - BatchClass 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.
    • deleteBatchClass

      @Nonnull BatchServiceBatchChangeSet deleteBatchClass(@Nonnull BatchClass batchClass)
      Deletes an existing BatchClass entity in the S/4HANA system.
      Parameters:
      batchClass - BatchClass entity object that will be deleted 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.
    • updateBatchPlant

      @Nonnull BatchServiceBatchChangeSet updateBatchPlant(@Nonnull BatchPlant batchPlant)
      Update an existing BatchPlant entity and save it to the S/4HANA system.
      Parameters:
      batchPlant - BatchPlant 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.
    • updateBatchText

      @Nonnull BatchServiceBatchChangeSet updateBatchText(@Nonnull BatchText batchText)
      Update an existing BatchText entity and save it to the S/4HANA system.
      Parameters:
      batchText - BatchText 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.
    • deleteBatchText

      @Nonnull BatchServiceBatchChangeSet deleteBatchText(@Nonnull BatchText batchText)
      Deletes an existing BatchText entity in the S/4HANA system.
      Parameters:
      batchText - BatchText entity object that will be deleted 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.