Interface PostLockboxServiceBatchChangeSet

All Superinterfaces:
FluentHelperBatchChangeSet<PostLockboxServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<PostLockboxServiceBatch>
All Known Implementing Classes:
DefaultPostLockboxServiceBatchChangeSet

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

    • createLockboxBatch

      @Nonnull PostLockboxServiceBatchChangeSet createLockboxBatch(@Nonnull LockboxBatch lockboxBatch)
      Create a new LockboxBatch entity and save it to the S/4HANA system.
      Parameters:
      lockboxBatch - LockboxBatch 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.
    • createLockboxBatchItem

      @Nonnull PostLockboxServiceBatchChangeSet createLockboxBatchItem(@Nonnull LockboxBatchItem lockboxBatchItem)
      Create a new LockboxBatchItem entity and save it to the S/4HANA system.
      Parameters:
      lockboxBatchItem - LockboxBatchItem 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.