Uses of Interface
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.fund.batch.FundServiceBatchChangeSet
Packages that use FundServiceBatchChangeSet
-
Uses of FundServiceBatchChangeSet in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.fund.batch
Classes in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.fund.batch that implement FundServiceBatchChangeSetModifier and TypeClassDescriptionclassImplementation of theFundServiceBatchChangeSetinterface, enabling you to combine multiple operations into one changeset.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.fund.batch that return FundServiceBatchChangeSetModifier and TypeMethodDescriptionDefaultFundServiceBatch.beginChangeSet()DefaultFundServiceBatchChangeSet.createFundCore(FundCore fundCore) FundServiceBatchChangeSet.createFundCore(FundCore fundCore) Create a newFundCoreentity and save it to the S/4HANA system.DefaultFundServiceBatchChangeSet.deleteFundCore(FundCore fundCore) FundServiceBatchChangeSet.deleteFundCore(FundCore fundCore) Deletes an existingFundCoreentity in the S/4HANA system.DefaultFundServiceBatchChangeSet.updateFundCore(FundCore fundCore) FundServiceBatchChangeSet.updateFundCore(FundCore fundCore) Update an existingFundCoreentity and save it to the S/4HANA system.DefaultFundServiceBatchChangeSet.updateFundText(FundText fundText) FundServiceBatchChangeSet.updateFundText(FundText fundText) Update an existingFundTextentity and save it to the S/4HANA system.