public class DefaultFinancialPlanningDataServiceBatchChangeSet extends BatchChangeSetFluentHelperBasic<FinancialPlanningDataServiceBatch,FinancialPlanningDataServiceBatchChangeSet> implements FinancialPlanningDataServiceBatchChangeSet
FinancialPlanningDataServiceBatchChangeSet
interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
FinancialPlanningDataService
.Modifier and Type | Method and Description |
---|---|
FinancialPlanningDataServiceBatchChangeSet |
createFinancialPlanData(FinancialPlanData financialPlanData)
Create a new
FinancialPlanData entity and save it to the S/4HANA system. |
protected DefaultFinancialPlanningDataServiceBatchChangeSet |
getThis()
Method to safely return the current fluent helper instance upon public method calls.
|
addRequestCreate, addRequestDelete, addRequestUpdate, endChangeSet
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endChangeSet
@Nonnull protected DefaultFinancialPlanningDataServiceBatchChangeSet getThis()
getThis
in class BatchChangeSetFluentHelperBasic<FinancialPlanningDataServiceBatch,FinancialPlanningDataServiceBatchChangeSet>
@Nonnull public FinancialPlanningDataServiceBatchChangeSet createFinancialPlanData(@Nonnull FinancialPlanData financialPlanData)
FinancialPlanData
entity and save it to the S/4HANA system.createFinancialPlanData
in interface FinancialPlanningDataServiceBatchChangeSet
financialPlanData
- FinancialPlanData
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2021 SAP SE. All rights reserved.