Uses of Interface
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasingsource.batch.PurchasingSourceServiceBatchChangeSet
Packages that use PurchasingSourceServiceBatchChangeSet
-
Uses of PurchasingSourceServiceBatchChangeSet in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasingsource.batch
Classes in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasingsource.batch that implement PurchasingSourceServiceBatchChangeSetModifier and TypeClassDescriptionclassImplementation of thePurchasingSourceServiceBatchChangeSetinterface, enabling you to combine multiple operations into one changeset.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasingsource.batch that return PurchasingSourceServiceBatchChangeSetModifier and TypeMethodDescriptionDefaultPurchasingSourceServiceBatch.beginChangeSet()DefaultPurchasingSourceServiceBatchChangeSet.createPurchasingSource(PurchasingSource purchasingSource) PurchasingSourceServiceBatchChangeSet.createPurchasingSource(PurchasingSource purchasingSource) Create a newPurchasingSourceentity and save it to the S/4HANA system.DefaultPurchasingSourceServiceBatchChangeSet.deletePurchasingSource(PurchasingSource purchasingSource) PurchasingSourceServiceBatchChangeSet.deletePurchasingSource(PurchasingSource purchasingSource) Deletes an existingPurchasingSourceentity in the S/4HANA system.DefaultPurchasingSourceServiceBatchChangeSet.updatePurchasingSource(PurchasingSource purchasingSource) PurchasingSourceServiceBatchChangeSet.updatePurchasingSource(PurchasingSource purchasingSource) Update an existingPurchasingSourceentity and save it to the S/4HANA system.