Uses of Interface
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.requestsforquotation.batch.RequestsForQuotationServiceBatchChangeSet
Packages that use RequestsForQuotationServiceBatchChangeSet
-
Uses of RequestsForQuotationServiceBatchChangeSet in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.requestsforquotation.batch
Classes in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.requestsforquotation.batch that implement RequestsForQuotationServiceBatchChangeSetModifier and TypeClassDescriptionclassImplementation of theRequestsForQuotationServiceBatchChangeSetinterface, enabling you to combine multiple operations into one changeset.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.requestsforquotation.batch that return RequestsForQuotationServiceBatchChangeSetModifier and TypeMethodDescriptionDefaultRequestsForQuotationServiceBatch.beginChangeSet()DefaultRequestsForQuotationServiceBatchChangeSet.createRequestForQuotation(RequestForQuotation requestForQuotation) RequestsForQuotationServiceBatchChangeSet.createRequestForQuotation(RequestForQuotation requestForQuotation) Create a newRequestForQuotationentity and save it to the S/4HANA system.DefaultRequestsForQuotationServiceBatchChangeSet.createRequestForQuotationBidder(RequestForQuotationBidder requestForQuotationBidder) RequestsForQuotationServiceBatchChangeSet.createRequestForQuotationBidder(RequestForQuotationBidder requestForQuotationBidder) Create a newRequestForQuotationBidderentity and save it to the S/4HANA system.DefaultRequestsForQuotationServiceBatchChangeSet.createRequestForQuotationItem(RequestForQuotationItem requestForQuotationItem) RequestsForQuotationServiceBatchChangeSet.createRequestForQuotationItem(RequestForQuotationItem requestForQuotationItem) Create a newRequestForQuotationItementity and save it to the S/4HANA system.DefaultRequestsForQuotationServiceBatchChangeSet.deleteRequestForQuotation(RequestForQuotation requestForQuotation) RequestsForQuotationServiceBatchChangeSet.deleteRequestForQuotation(RequestForQuotation requestForQuotation) Deletes an existingRequestForQuotationentity in the S/4HANA system.DefaultRequestsForQuotationServiceBatchChangeSet.deleteRequestForQuotationBidder(RequestForQuotationBidder requestForQuotationBidder) RequestsForQuotationServiceBatchChangeSet.deleteRequestForQuotationBidder(RequestForQuotationBidder requestForQuotationBidder) Deletes an existingRequestForQuotationBidderentity in the S/4HANA system.DefaultRequestsForQuotationServiceBatchChangeSet.deleteRequestForQuotationItem(RequestForQuotationItem requestForQuotationItem) RequestsForQuotationServiceBatchChangeSet.deleteRequestForQuotationItem(RequestForQuotationItem requestForQuotationItem) Deletes an existingRequestForQuotationItementity in the S/4HANA system.DefaultRequestsForQuotationServiceBatchChangeSet.updateRequestForQuotation(RequestForQuotation requestForQuotation) RequestsForQuotationServiceBatchChangeSet.updateRequestForQuotation(RequestForQuotation requestForQuotation) Update an existingRequestForQuotationentity and save it to the S/4HANA system.DefaultRequestsForQuotationServiceBatchChangeSet.updateRequestForQuotationBidder(RequestForQuotationBidder requestForQuotationBidder) RequestsForQuotationServiceBatchChangeSet.updateRequestForQuotationBidder(RequestForQuotationBidder requestForQuotationBidder) Update an existingRequestForQuotationBidderentity and save it to the S/4HANA system.DefaultRequestsForQuotationServiceBatchChangeSet.updateRequestForQuotationItem(RequestForQuotationItem requestForQuotationItem) RequestsForQuotationServiceBatchChangeSet.updateRequestForQuotationItem(RequestForQuotationItem requestForQuotationItem) Update an existingRequestForQuotationItementity and save it to the S/4HANA system.