Interface TrialBalanceServiceBatchChangeSet

All Superinterfaces:
FluentHelperBatchChangeSet<TrialBalanceServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<TrialBalanceServiceBatch>
All Known Implementing Classes:
DefaultTrialBalanceServiceBatchChangeSet

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

    • createSAP__Currency

      @Nonnull TrialBalanceServiceBatchChangeSet createSAP__Currency(@Nonnull SAP__Currency sAP__Currency)
      Create a new SAP__Currency entity and save it to the S/4HANA system.
      Parameters:
      sAP__Currency - SAP__Currency 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.
    • updateSAP__Currency

      @Nonnull TrialBalanceServiceBatchChangeSet updateSAP__Currency(@Nonnull SAP__Currency sAP__Currency)
      Update an existing SAP__Currency entity and save it to the S/4HANA system.
      Parameters:
      sAP__Currency - SAP__Currency 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.
    • deleteSAP__Currency

      @Nonnull TrialBalanceServiceBatchChangeSet deleteSAP__Currency(@Nonnull SAP__Currency sAP__Currency)
      Deletes an existing SAP__Currency entity in the S/4HANA system.
      Parameters:
      sAP__Currency - SAP__Currency 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.
    • createSAP__UnitOfMeasure

      @Nonnull TrialBalanceServiceBatchChangeSet createSAP__UnitOfMeasure(@Nonnull SAP__UnitOfMeasure sAP__UnitOfMeasure)
      Create a new SAP__UnitOfMeasure entity and save it to the S/4HANA system.
      Parameters:
      sAP__UnitOfMeasure - SAP__UnitOfMeasure 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.
    • updateSAP__UnitOfMeasure

      @Nonnull TrialBalanceServiceBatchChangeSet updateSAP__UnitOfMeasure(@Nonnull SAP__UnitOfMeasure sAP__UnitOfMeasure)
      Update an existing SAP__UnitOfMeasure entity and save it to the S/4HANA system.
      Parameters:
      sAP__UnitOfMeasure - SAP__UnitOfMeasure 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.
    • deleteSAP__UnitOfMeasure

      @Nonnull TrialBalanceServiceBatchChangeSet deleteSAP__UnitOfMeasure(@Nonnull SAP__UnitOfMeasure sAP__UnitOfMeasure)
      Deletes an existing SAP__UnitOfMeasure entity in the S/4HANA system.
      Parameters:
      sAP__UnitOfMeasure - SAP__UnitOfMeasure 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.
    • createSAP__DocumentDescription

      @Nonnull TrialBalanceServiceBatchChangeSet createSAP__DocumentDescription(@Nonnull SAP__DocumentDescription sAP__DocumentDescription)
      Create a new SAP__DocumentDescription entity and save it to the S/4HANA system.
      Parameters:
      sAP__DocumentDescription - SAP__DocumentDescription 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.
    • updateSAP__DocumentDescription

      @Nonnull TrialBalanceServiceBatchChangeSet updateSAP__DocumentDescription(@Nonnull SAP__DocumentDescription sAP__DocumentDescription)
      Update an existing SAP__DocumentDescription entity and save it to the S/4HANA system.
      Parameters:
      sAP__DocumentDescription - SAP__DocumentDescription 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.
    • deleteSAP__DocumentDescription

      @Nonnull TrialBalanceServiceBatchChangeSet deleteSAP__DocumentDescription(@Nonnull SAP__DocumentDescription sAP__DocumentDescription)
      Deletes an existing SAP__DocumentDescription entity in the S/4HANA system.
      Parameters:
      sAP__DocumentDescription - SAP__DocumentDescription 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.
    • createSAP__ValueHelp

      @Nonnull TrialBalanceServiceBatchChangeSet createSAP__ValueHelp(@Nonnull SAP__ValueHelp sAP__ValueHelp)
      Create a new SAP__ValueHelp entity and save it to the S/4HANA system.
      Parameters:
      sAP__ValueHelp - SAP__ValueHelp 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.
    • updateSAP__ValueHelp

      @Nonnull TrialBalanceServiceBatchChangeSet updateSAP__ValueHelp(@Nonnull SAP__ValueHelp sAP__ValueHelp)
      Update an existing SAP__ValueHelp entity and save it to the S/4HANA system.
      Parameters:
      sAP__ValueHelp - SAP__ValueHelp 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.
    • deleteSAP__ValueHelp

      @Nonnull TrialBalanceServiceBatchChangeSet deleteSAP__ValueHelp(@Nonnull SAP__ValueHelp sAP__ValueHelp)
      Deletes an existing SAP__ValueHelp entity in the S/4HANA system.
      Parameters:
      sAP__ValueHelp - SAP__ValueHelp 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.