public interface SupplierQuotationServiceBatchChangeSet extends FluentHelperBatchEndChangeSet<SupplierQuotationServiceBatch>
SupplierQuotationService
.Modifier and Type | Method and Description |
---|---|
SupplierQuotationServiceBatchChangeSet |
createSupplierQuotation(SupplierQuotation supplierQuotation)
Create a new
SupplierQuotation entity and save it to the S/4HANA system. |
SupplierQuotationServiceBatchChangeSet |
deleteSupplierQuotation(SupplierQuotation supplierQuotation)
Deletes an existing
SupplierQuotation
entity in the S/4HANA system. |
SupplierQuotationServiceBatchChangeSet |
updateSupplierQuotation(SupplierQuotation supplierQuotation)
Update an existing
SupplierQuotation entity and save it to the S/4HANA system. |
SupplierQuotationServiceBatchChangeSet |
updateSupplierQuotationItem(SupplierQuotationItem supplierQuotationItem)
Update an existing
SupplierQuotationItem entity and save it to the S/4HANA system. |
endChangeSet
@Nonnull SupplierQuotationServiceBatchChangeSet createSupplierQuotation(@Nonnull SupplierQuotation supplierQuotation)
SupplierQuotation
entity and save it to the S/4HANA system.supplierQuotation
- SupplierQuotation
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull SupplierQuotationServiceBatchChangeSet updateSupplierQuotation(@Nonnull SupplierQuotation supplierQuotation)
SupplierQuotation
entity and save it to the S/4HANA system.supplierQuotation
- SupplierQuotation
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull SupplierQuotationServiceBatchChangeSet deleteSupplierQuotation(@Nonnull SupplierQuotation supplierQuotation)
SupplierQuotation
entity in the S/4HANA system.supplierQuotation
- SupplierQuotation
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull SupplierQuotationServiceBatchChangeSet updateSupplierQuotationItem(@Nonnull SupplierQuotationItem supplierQuotationItem)
SupplierQuotationItem
entity and save it to the S/4HANA system.supplierQuotationItem
- SupplierQuotationItem
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2019 SAP SE. All rights reserved.