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 |
createSuplrInvcItemAcctAssgmt(SuplrInvcItemAcctAssgmt suplrInvcItemAcctAssgmt)
Create a new
SuplrInvcItemAcctAssgmt entity and save it to the S/4HANA system. |
SupplierInvoiceIntegrationServiceBatchChangeSet |
createSuplrInvcItemPurOrdRef(SuplrInvcItemPurOrdRef suplrInvcItemPurOrdRef)
Create a new
SuplrInvcItemPurOrdRef entity and save it to the S/4HANA system. |
SupplierInvoiceIntegrationServiceBatchChangeSet |
createSupplierInvoice(SupplierInvoice supplierInvoice)
Create a new
SupplierInvoice entity and save it to 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 createSuplrInvcItemAcctAssgmt(@Nonnull SuplrInvcItemAcctAssgmt suplrInvcItemAcctAssgmt)
SuplrInvcItemAcctAssgmt
entity and save it to the S/4HANA system.createSuplrInvcItemAcctAssgmt
in interface SupplierInvoiceIntegrationServiceBatchChangeSet
suplrInvcItemAcctAssgmt
- SuplrInvcItemAcctAssgmt
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public SupplierInvoiceIntegrationServiceBatchChangeSet createSuplrInvcItemPurOrdRef(@Nonnull SuplrInvcItemPurOrdRef suplrInvcItemPurOrdRef)
SuplrInvcItemPurOrdRef
entity and save it to the S/4HANA system.createSuplrInvcItemPurOrdRef
in interface SupplierInvoiceIntegrationServiceBatchChangeSet
suplrInvcItemPurOrdRef
- SuplrInvcItemPurOrdRef
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@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.Copyright © 2020 SAP SE. All rights reserved.