Uses of Interface
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.statisticalkeyfigure.batch.StatisticalKeyFigureServiceBatchChangeSet
Packages that use StatisticalKeyFigureServiceBatchChangeSet
-
Uses of StatisticalKeyFigureServiceBatchChangeSet in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.statisticalkeyfigure.batch
Classes in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.statisticalkeyfigure.batch that implement StatisticalKeyFigureServiceBatchChangeSetModifier and TypeClassDescriptionclassImplementation of theStatisticalKeyFigureServiceBatchChangeSetinterface, enabling you to combine multiple operations into one changeset.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.statisticalkeyfigure.batch that return StatisticalKeyFigureServiceBatchChangeSetModifier and TypeMethodDescriptionDefaultStatisticalKeyFigureServiceBatch.beginChangeSet()DefaultStatisticalKeyFigureServiceBatchChangeSet.createStatisticalKeyFigure(StatisticalKeyFigure statisticalKeyFigure) StatisticalKeyFigureServiceBatchChangeSet.createStatisticalKeyFigure(StatisticalKeyFigure statisticalKeyFigure) Create a newStatisticalKeyFigureentity and save it to the S/4HANA system.DefaultStatisticalKeyFigureServiceBatchChangeSet.createStatisticalKeyFigureText(StatisticalKeyFigureText statisticalKeyFigureText) StatisticalKeyFigureServiceBatchChangeSet.createStatisticalKeyFigureText(StatisticalKeyFigureText statisticalKeyFigureText) Create a newStatisticalKeyFigureTextentity and save it to the S/4HANA system.DefaultStatisticalKeyFigureServiceBatchChangeSet.deleteStatisticalKeyFigure(StatisticalKeyFigure statisticalKeyFigure) StatisticalKeyFigureServiceBatchChangeSet.deleteStatisticalKeyFigure(StatisticalKeyFigure statisticalKeyFigure) Deletes an existingStatisticalKeyFigureentity in the S/4HANA system.DefaultStatisticalKeyFigureServiceBatchChangeSet.deleteStatisticalKeyFigureText(StatisticalKeyFigureText statisticalKeyFigureText) StatisticalKeyFigureServiceBatchChangeSet.deleteStatisticalKeyFigureText(StatisticalKeyFigureText statisticalKeyFigureText) Deletes an existingStatisticalKeyFigureTextentity in the S/4HANA system.DefaultStatisticalKeyFigureServiceBatchChangeSet.updateStatisticalKeyFigure(StatisticalKeyFigure statisticalKeyFigure) StatisticalKeyFigureServiceBatchChangeSet.updateStatisticalKeyFigure(StatisticalKeyFigure statisticalKeyFigure) Update an existingStatisticalKeyFigureentity and save it to the S/4HANA system.DefaultStatisticalKeyFigureServiceBatchChangeSet.updateStatisticalKeyFigureText(StatisticalKeyFigureText statisticalKeyFigureText) StatisticalKeyFigureServiceBatchChangeSet.updateStatisticalKeyFigureText(StatisticalKeyFigureText statisticalKeyFigureText) Update an existingStatisticalKeyFigureTextentity and save it to the S/4HANA system.