Uses of Interface
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplierquotation.batch.SupplierQuotationServiceBatchChangeSet
Packages that use SupplierQuotationServiceBatchChangeSet
-
Uses of SupplierQuotationServiceBatchChangeSet in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplierquotation.batch
Classes in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplierquotation.batch that implement SupplierQuotationServiceBatchChangeSetModifier and TypeClassDescriptionclassImplementation of theSupplierQuotationServiceBatchChangeSetinterface, enabling you to combine multiple operations into one changeset.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplierquotation.batch that return SupplierQuotationServiceBatchChangeSetModifier and TypeMethodDescriptionDefaultSupplierQuotationServiceBatch.beginChangeSet()DefaultSupplierQuotationServiceBatchChangeSet.createSupplierQuotation(SupplierQuotation supplierQuotation) SupplierQuotationServiceBatchChangeSet.createSupplierQuotation(SupplierQuotation supplierQuotation) Create a newSupplierQuotationentity and save it to the S/4HANA system.DefaultSupplierQuotationServiceBatchChangeSet.deleteSupplierQuotation(SupplierQuotation supplierQuotation) SupplierQuotationServiceBatchChangeSet.deleteSupplierQuotation(SupplierQuotation supplierQuotation) Deletes an existingSupplierQuotationentity in the S/4HANA system.DefaultSupplierQuotationServiceBatchChangeSet.updateSupplierQuotation(SupplierQuotation supplierQuotation) SupplierQuotationServiceBatchChangeSet.updateSupplierQuotation(SupplierQuotation supplierQuotation) Update an existingSupplierQuotationentity and save it to the S/4HANA system.DefaultSupplierQuotationServiceBatchChangeSet.updateSupplierQuotationItem(SupplierQuotationItem supplierQuotationItem) SupplierQuotationServiceBatchChangeSet.updateSupplierQuotationItem(SupplierQuotationItem supplierQuotationItem) Update an existingSupplierQuotationItementity and save it to the S/4HANA system.