Interface BudgetPeriodServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<BudgetPeriodServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<BudgetPeriodServiceBatch>
- All Known Implementing Classes:
DefaultBudgetPeriodServiceBatchChangeSet
public interface BudgetPeriodServiceBatchChangeSet
extends FluentHelperBatchChangeSet<BudgetPeriodServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<BudgetPeriodServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
BudgetPeriodService.-
Method Summary
Modifier and TypeMethodDescriptioncreateBudgetPeriod(BudgetPeriod budgetPeriod) Create a newBudgetPeriodentity and save it to the S/4HANA system.deleteBudgetPeriod(BudgetPeriod budgetPeriod) Deletes an existingBudgetPeriodentity in the S/4HANA system.updateBudgetPeriod(BudgetPeriod budgetPeriod) Update an existingBudgetPeriodentity and save it to the S/4HANA system.updateBudgetPeriodCoreText(BudgetPeriodCoreText budgetPeriodCoreText) Update an existingBudgetPeriodCoreTextentity and save it to the S/4HANA system.Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.FluentHelperBatchChangeSet
addFunctionImportMethods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.FluentHelperBatchEndChangeSet
endChangeSet
-
Method Details
-
createBudgetPeriod
Create a newBudgetPeriodentity and save it to the S/4HANA system.- Parameters:
budgetPeriod-BudgetPeriodentity 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
endChangeSeton the returned fluent helper object.
-
updateBudgetPeriod
Update an existingBudgetPeriodentity and save it to the S/4HANA system.- Parameters:
budgetPeriod-BudgetPeriodentity 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
endChangeSeton the returned fluent helper object.
-
deleteBudgetPeriod
Deletes an existingBudgetPeriodentity in the S/4HANA system.- Parameters:
budgetPeriod-BudgetPeriodentity 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
endChangeSeton the returned fluent helper object.
-
updateBudgetPeriodCoreText
@Nonnull BudgetPeriodServiceBatchChangeSet updateBudgetPeriodCoreText(@Nonnull BudgetPeriodCoreText budgetPeriodCoreText) Update an existingBudgetPeriodCoreTextentity and save it to the S/4HANA system.- Parameters:
budgetPeriodCoreText-BudgetPeriodCoreTextentity 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
endChangeSeton the returned fluent helper object.
-