Interface SupplierInvoiceIntegrationServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<SupplierInvoiceIntegrationServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<SupplierInvoiceIntegrationServiceBatch>
- All Known Implementing Classes:
DefaultSupplierInvoiceIntegrationServiceBatchChangeSet
public interface SupplierInvoiceIntegrationServiceBatchChangeSet
extends FluentHelperBatchChangeSet<SupplierInvoiceIntegrationServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<SupplierInvoiceIntegrationServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
SupplierInvoiceIntegrationService.-
Method Summary
Modifier and TypeMethodDescriptioncreateSupplierInvoice(SupplierInvoice supplierInvoice) Create a newSupplierInvoiceentity and save it to the S/4HANA system.deleteSupplierInvoice(SupplierInvoice supplierInvoice) Deletes an existingSupplierInvoiceentity in the S/4HANA system.Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.FluentHelperBatchChangeSet
addFunctionImportMethods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.FluentHelperBatchEndChangeSet
endChangeSet
-
Method Details
-
createSupplierInvoice
@Nonnull SupplierInvoiceIntegrationServiceBatchChangeSet createSupplierInvoice(@Nonnull SupplierInvoice supplierInvoice) Create a newSupplierInvoiceentity and save it to the S/4HANA system.- Parameters:
supplierInvoice-SupplierInvoiceentity object that will be created in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
deleteSupplierInvoice
@Nonnull SupplierInvoiceIntegrationServiceBatchChangeSet deleteSupplierInvoice(@Nonnull SupplierInvoice supplierInvoice) Deletes an existingSupplierInvoiceentity in the S/4HANA system.- Parameters:
supplierInvoice-SupplierInvoiceentity object that will be deleted in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-