Interface FinancialPlanningDataServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<FinancialPlanningDataServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<FinancialPlanningDataServiceBatch>
- All Known Implementing Classes:
DefaultFinancialPlanningDataServiceBatchChangeSet
public interface FinancialPlanningDataServiceBatchChangeSet
extends FluentHelperBatchChangeSet<FinancialPlanningDataServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<FinancialPlanningDataServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
FinancialPlanningDataService.-
Method Summary
Modifier and TypeMethodDescriptioncreateFinancialPlanData(FinancialPlanData financialPlanData) Create a newFinancialPlanDataentity 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
-
createFinancialPlanData
@Nonnull FinancialPlanningDataServiceBatchChangeSet createFinancialPlanData(@Nonnull FinancialPlanData financialPlanData) Create a newFinancialPlanDataentity and save it to the S/4HANA system.- Parameters:
financialPlanData-FinancialPlanDataentity 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.
-