public interface StatisticalKeyFigureServiceBatchChangeSet extends FluentHelperBatchEndChangeSet<StatisticalKeyFigureServiceBatch>
StatisticalKeyFigureService
.endChangeSet
@Nonnull StatisticalKeyFigureServiceBatchChangeSet createStatisticalKeyFigure(@Nonnull StatisticalKeyFigure statisticalKeyFigure)
StatisticalKeyFigure
entity and save it to the S/4HANA system.statisticalKeyFigure
- StatisticalKeyFigure
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull StatisticalKeyFigureServiceBatchChangeSet updateStatisticalKeyFigure(@Nonnull StatisticalKeyFigure statisticalKeyFigure)
StatisticalKeyFigure
entity and save it to the S/4HANA system.statisticalKeyFigure
- StatisticalKeyFigure
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull StatisticalKeyFigureServiceBatchChangeSet deleteStatisticalKeyFigure(@Nonnull StatisticalKeyFigure statisticalKeyFigure)
StatisticalKeyFigure
entity in the S/4HANA system.statisticalKeyFigure
- StatisticalKeyFigure
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull StatisticalKeyFigureServiceBatchChangeSet createStatisticalKeyFigureText(@Nonnull StatisticalKeyFigureText statisticalKeyFigureText)
StatisticalKeyFigureText
entity and save it to the S/4HANA system.statisticalKeyFigureText
- StatisticalKeyFigureText
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull StatisticalKeyFigureServiceBatchChangeSet updateStatisticalKeyFigureText(@Nonnull StatisticalKeyFigureText statisticalKeyFigureText)
StatisticalKeyFigureText
entity and save it to the S/4HANA system.statisticalKeyFigureText
- StatisticalKeyFigureText
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull StatisticalKeyFigureServiceBatchChangeSet deleteStatisticalKeyFigureText(@Nonnull StatisticalKeyFigureText statisticalKeyFigureText)
StatisticalKeyFigureText
entity in the S/4HANA system.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.