public interface RequestsForQuotationServiceBatchChangeSet extends FluentHelperBatchEndChangeSet<RequestsForQuotationServiceBatch>
RequestsForQuotationService
.endChangeSet
@Nonnull RequestsForQuotationServiceBatchChangeSet createRequestForQuotation(@Nonnull RequestForQuotation requestForQuotation)
RequestForQuotation
entity and save it to the S/4HANA system.requestForQuotation
- RequestForQuotation
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull RequestsForQuotationServiceBatchChangeSet updateRequestForQuotation(@Nonnull RequestForQuotation requestForQuotation)
RequestForQuotation
entity and save it to the S/4HANA system.requestForQuotation
- RequestForQuotation
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull RequestsForQuotationServiceBatchChangeSet deleteRequestForQuotation(@Nonnull RequestForQuotation requestForQuotation)
RequestForQuotation
entity in the S/4HANA system.requestForQuotation
- RequestForQuotation
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull RequestsForQuotationServiceBatchChangeSet createRequestForQuotationBidder(@Nonnull RequestForQuotationBidder requestForQuotationBidder)
RequestForQuotationBidder
entity and save it to the S/4HANA system.requestForQuotationBidder
- RequestForQuotationBidder
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull RequestsForQuotationServiceBatchChangeSet updateRequestForQuotationBidder(@Nonnull RequestForQuotationBidder requestForQuotationBidder)
RequestForQuotationBidder
entity and save it to the S/4HANA system.requestForQuotationBidder
- RequestForQuotationBidder
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull RequestsForQuotationServiceBatchChangeSet deleteRequestForQuotationBidder(@Nonnull RequestForQuotationBidder requestForQuotationBidder)
RequestForQuotationBidder
entity in the S/4HANA system.requestForQuotationBidder
- RequestForQuotationBidder
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull RequestsForQuotationServiceBatchChangeSet createRequestForQuotationItem(@Nonnull RequestForQuotationItem requestForQuotationItem)
RequestForQuotationItem
entity and save it to the S/4HANA system.requestForQuotationItem
- RequestForQuotationItem
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull RequestsForQuotationServiceBatchChangeSet updateRequestForQuotationItem(@Nonnull RequestForQuotationItem requestForQuotationItem)
RequestForQuotationItem
entity and save it to the S/4HANA system.requestForQuotationItem
- RequestForQuotationItem
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull RequestsForQuotationServiceBatchChangeSet deleteRequestForQuotationItem(@Nonnull RequestForQuotationItem requestForQuotationItem)
RequestForQuotationItem
entity in the S/4HANA system.requestForQuotationItem
- RequestForQuotationItem
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2019 SAP SE. All rights reserved.