public class DefaultStatisticalKeyFigureServiceBatchChangeSet extends BatchChangeSetFluentHelperBasic<StatisticalKeyFigureServiceBatch,StatisticalKeyFigureServiceBatchChangeSet> implements StatisticalKeyFigureServiceBatchChangeSet
StatisticalKeyFigureServiceBatchChangeSet
interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
StatisticalKeyFigureService
.addRequestCreate, addRequestDelete, addRequestUpdate, endChangeSet
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endChangeSet
@Nonnull protected DefaultStatisticalKeyFigureServiceBatchChangeSet getThis()
getThis
in class BatchChangeSetFluentHelperBasic<StatisticalKeyFigureServiceBatch,StatisticalKeyFigureServiceBatchChangeSet>
@Nonnull public StatisticalKeyFigureServiceBatchChangeSet createStatisticalKeyFigure(@Nonnull StatisticalKeyFigure statisticalKeyFigure)
StatisticalKeyFigure
entity and save it to the S/4HANA system.createStatisticalKeyFigure
in interface StatisticalKeyFigureServiceBatchChangeSet
statisticalKeyFigure
- StatisticalKeyFigure
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public StatisticalKeyFigureServiceBatchChangeSet updateStatisticalKeyFigure(@Nonnull StatisticalKeyFigure statisticalKeyFigure)
StatisticalKeyFigure
entity and save it to the S/4HANA system.updateStatisticalKeyFigure
in interface StatisticalKeyFigureServiceBatchChangeSet
statisticalKeyFigure
- StatisticalKeyFigure
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public StatisticalKeyFigureServiceBatchChangeSet deleteStatisticalKeyFigure(@Nonnull StatisticalKeyFigure statisticalKeyFigure)
StatisticalKeyFigure
entity in the S/4HANA system.deleteStatisticalKeyFigure
in interface StatisticalKeyFigureServiceBatchChangeSet
statisticalKeyFigure
- StatisticalKeyFigure
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public StatisticalKeyFigureServiceBatchChangeSet createStatisticalKeyFigureText(@Nonnull StatisticalKeyFigureText statisticalKeyFigureText)
StatisticalKeyFigureText
entity and save it to the S/4HANA system.createStatisticalKeyFigureText
in interface StatisticalKeyFigureServiceBatchChangeSet
statisticalKeyFigureText
- StatisticalKeyFigureText
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public StatisticalKeyFigureServiceBatchChangeSet updateStatisticalKeyFigureText(@Nonnull StatisticalKeyFigureText statisticalKeyFigureText)
StatisticalKeyFigureText
entity and save it to the S/4HANA system.updateStatisticalKeyFigureText
in interface StatisticalKeyFigureServiceBatchChangeSet
statisticalKeyFigureText
- StatisticalKeyFigureText
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public StatisticalKeyFigureServiceBatchChangeSet deleteStatisticalKeyFigureText(@Nonnull StatisticalKeyFigureText statisticalKeyFigureText)
StatisticalKeyFigureText
entity in the S/4HANA system.deleteStatisticalKeyFigureText
in interface StatisticalKeyFigureServiceBatchChangeSet
statisticalKeyFigureText
- StatisticalKeyFigureText
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2021 SAP SE. All rights reserved.