Interface DebitMemoRequestSimulateServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<DebitMemoRequestSimulateServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<DebitMemoRequestSimulateServiceBatch>
- All Known Implementing Classes:
DefaultDebitMemoRequestSimulateServiceBatchChangeSet
public interface DebitMemoRequestSimulateServiceBatchChangeSet
extends FluentHelperBatchChangeSet<DebitMemoRequestSimulateServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<DebitMemoRequestSimulateServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
DebitMemoRequestSimulateService.-
Method Summary
Modifier and TypeMethodDescriptioncreateDebitMemoRequestSimulation(DebitMemoRequestSimulation debitMemoRequestSimulation) Create a newDebitMemoRequestSimulationentity and save it to 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
-
createDebitMemoRequestSimulation
@Nonnull DebitMemoRequestSimulateServiceBatchChangeSet createDebitMemoRequestSimulation(@Nonnull DebitMemoRequestSimulation debitMemoRequestSimulation) Create a newDebitMemoRequestSimulationentity and save it to the S/4HANA system.- Parameters:
debitMemoRequestSimulation-DebitMemoRequestSimulationentity 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.
-