Interface BudgetPeriodServiceBatchChangeSet

All Superinterfaces:
FluentHelperBatchChangeSet<BudgetPeriodServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<BudgetPeriodServiceBatch>
All Known Implementing Classes:
DefaultBudgetPeriodServiceBatchChangeSet

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

    • createBudgetPeriod

      @Nonnull BudgetPeriodServiceBatchChangeSet createBudgetPeriod(@Nonnull BudgetPeriod budgetPeriod)
      Create a new BudgetPeriod entity and save it to the S/4HANA system.
      Parameters:
      budgetPeriod - BudgetPeriod 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.
    • updateBudgetPeriod

      @Nonnull BudgetPeriodServiceBatchChangeSet updateBudgetPeriod(@Nonnull BudgetPeriod budgetPeriod)
      Update an existing BudgetPeriod entity and save it to the S/4HANA system.
      Parameters:
      budgetPeriod - BudgetPeriod 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.
    • deleteBudgetPeriod

      @Nonnull BudgetPeriodServiceBatchChangeSet deleteBudgetPeriod(@Nonnull BudgetPeriod budgetPeriod)
      Deletes an existing BudgetPeriod entity in the S/4HANA system.
      Parameters:
      budgetPeriod - BudgetPeriod 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.
    • updateBudgetPeriodCoreText

      @Nonnull BudgetPeriodServiceBatchChangeSet updateBudgetPeriodCoreText(@Nonnull BudgetPeriodCoreText budgetPeriodCoreText)
      Update an existing BudgetPeriodCoreText entity and save it to the S/4HANA system.
      Parameters:
      budgetPeriodCoreText - BudgetPeriodCoreText 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.