public interface SupplierInvoiceIntegrationServiceBatchChangeSet extends FluentHelperBatchEndChangeSet<SupplierInvoiceIntegrationServiceBatch>
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. |
endChangeSet
@Nonnull SupplierInvoiceIntegrationServiceBatchChangeSet createSuplrInvcItemAcctAssgmt(@Nonnull SuplrInvcItemAcctAssgmt suplrInvcItemAcctAssgmt)
SuplrInvcItemAcctAssgmt
entity and save it to the S/4HANA system.suplrInvcItemAcctAssgmt
- SuplrInvcItemAcctAssgmt
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull SupplierInvoiceIntegrationServiceBatchChangeSet createSuplrInvcItemPurOrdRef(@Nonnull SuplrInvcItemPurOrdRef suplrInvcItemPurOrdRef)
SuplrInvcItemPurOrdRef
entity and save it to the S/4HANA system.suplrInvcItemPurOrdRef
- SuplrInvcItemPurOrdRef
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull SupplierInvoiceIntegrationServiceBatchChangeSet createSupplierInvoice(@Nonnull SupplierInvoice supplierInvoice)
SupplierInvoice
entity and save it to the S/4HANA system.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.