Interface CostCenterTestServiceBatchChangeSet

All Superinterfaces:
FluentHelperBatchChangeSet<CostCenterTestServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<CostCenterTestServiceBatch>
All Known Implementing Classes:
DefaultCostCenterTestServiceBatchChangeSet

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

    • createCostCenter

      @Nonnull CostCenterTestServiceBatchChangeSet createCostCenter(@Nonnull CostCenter costCenter)
      Create a new CostCenter entity and save it to the S/4HANA system.
      Parameters:
      costCenter - CostCenter 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.
    • updateCostCenter

      @Nonnull CostCenterTestServiceBatchChangeSet updateCostCenter(@Nonnull CostCenter costCenter)
      Update an existing CostCenter entity and save it to the S/4HANA system.
      Parameters:
      costCenter - CostCenter 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.
    • deleteCostCenter

      @Nonnull CostCenterTestServiceBatchChangeSet deleteCostCenter(@Nonnull CostCenter costCenter)
      Deletes an existing CostCenter entity in the S/4HANA system.
      Parameters:
      costCenter - CostCenter 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.
    • createCostCenterText

      @Nonnull CostCenterTestServiceBatchChangeSet createCostCenterText(@Nonnull CostCenterText costCenterText)
      Create a new CostCenterText entity and save it to the S/4HANA system.
      Parameters:
      costCenterText - CostCenterText 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.
    • updateCostCenterText

      @Nonnull CostCenterTestServiceBatchChangeSet updateCostCenterText(@Nonnull CostCenterText costCenterText)
      Update an existing CostCenterText entity and save it to the S/4HANA system.
      Parameters:
      costCenterText - CostCenterText 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.
    • deleteCostCenterText

      @Nonnull CostCenterTestServiceBatchChangeSet deleteCostCenterText(@Nonnull CostCenterText costCenterText)
      Deletes an existing CostCenterText entity in the S/4HANA system.
      Parameters:
      costCenterText - CostCenterText 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.