Interface PurchasingSourceServiceBatchChangeSet

All Superinterfaces:
FluentHelperBatchChangeSet<PurchasingSourceServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<PurchasingSourceServiceBatch>
All Known Implementing Classes:
DefaultPurchasingSourceServiceBatchChangeSet

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

    • createPurchasingSource

      @Nonnull PurchasingSourceServiceBatchChangeSet createPurchasingSource(@Nonnull PurchasingSource purchasingSource)
      Create a new PurchasingSource entity and save it to the S/4HANA system.
      Parameters:
      purchasingSource - PurchasingSource 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.
    • updatePurchasingSource

      @Nonnull PurchasingSourceServiceBatchChangeSet updatePurchasingSource(@Nonnull PurchasingSource purchasingSource)
      Update an existing PurchasingSource entity and save it to the S/4HANA system.
      Parameters:
      purchasingSource - PurchasingSource 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.
    • deletePurchasingSource

      @Nonnull PurchasingSourceServiceBatchChangeSet deletePurchasingSource(@Nonnull PurchasingSource purchasingSource)
      Deletes an existing PurchasingSource entity in the S/4HANA system.
      Parameters:
      purchasingSource - PurchasingSource 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.