public class DefaultSupplierInvoiceIntegrationServiceBatchChangeSet extends BatchChangeSetFluentHelperBasic<SupplierInvoiceIntegrationServiceBatch,SupplierInvoiceIntegrationServiceBatchChangeSet> implements SupplierInvoiceIntegrationServiceBatchChangeSet
SupplierInvoiceIntegrationServiceBatchChangeSet
interface, enabling you to combine
multiple operations into one changeset. For further information have a look into the
SupplierInvoiceIntegrationService
.Modifier and Type | Method and Description |
---|---|
SupplierInvoiceIntegrationServiceBatchChangeSet |
createSupplierInvoice(SupplierInvoice supplierInvoice)
Create a new
SupplierInvoice entity and save it to the S/4HANA system. |
SupplierInvoiceIntegrationServiceBatchChangeSet |
deleteSupplierInvoice(SupplierInvoice supplierInvoice)
Deletes an existing
SupplierInvoice entity in the S/4HANA system. |
protected DefaultSupplierInvoiceIntegrationServiceBatchChangeSet |
getThis()
Method to safely return the current fluent helper instance upon public method calls.
|
addRequestCreate, addRequestDelete, addRequestUpdate, endChangeSet
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endChangeSet
@Nonnull protected DefaultSupplierInvoiceIntegrationServiceBatchChangeSet getThis()
getThis
in class BatchChangeSetFluentHelperBasic<SupplierInvoiceIntegrationServiceBatch,SupplierInvoiceIntegrationServiceBatchChangeSet>
@Nonnull public SupplierInvoiceIntegrationServiceBatchChangeSet createSupplierInvoice(@Nonnull SupplierInvoice supplierInvoice)
SupplierInvoice
entity and save it to the S/4HANA system.createSupplierInvoice
in interface SupplierInvoiceIntegrationServiceBatchChangeSet
supplierInvoice
- SupplierInvoice
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public SupplierInvoiceIntegrationServiceBatchChangeSet deleteSupplierInvoice(@Nonnull SupplierInvoice supplierInvoice)
SupplierInvoice
entity in the S/4HANA system.deleteSupplierInvoice
in interface SupplierInvoiceIntegrationServiceBatchChangeSet
supplierInvoice
- SupplierInvoice
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2021 SAP SE. All rights reserved.