Package com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.sepamandatemanageinaccountsreceivable.batch
Interface SepaMandateManageInAccountsReceivableServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<SepaMandateManageInAccountsReceivableServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<SepaMandateManageInAccountsReceivableServiceBatch>
- All Known Implementing Classes:
DefaultSepaMandateManageInAccountsReceivableServiceBatchChangeSet
public interface SepaMandateManageInAccountsReceivableServiceBatchChangeSet
extends FluentHelperBatchChangeSet<SepaMandateManageInAccountsReceivableServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<SepaMandateManageInAccountsReceivableServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
SepaMandateManageInAccountsReceivableService.-
Method Summary
Modifier and TypeMethodDescriptioncreateSEPAMandate(SEPAMandate sEPAMandate) Create a newSEPAMandateentity and save it to the S/4HANA system.createSEPAMandateUsage(SEPAMandateUsage sEPAMandateUsage) Create a newSEPAMandateUsageentity and save it to the S/4HANA system.updateSEPAMandate(SEPAMandate sEPAMandate) Update an existingSEPAMandateentity 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
-
createSEPAMandate
@Nonnull SepaMandateManageInAccountsReceivableServiceBatchChangeSet createSEPAMandate(@Nonnull SEPAMandate sEPAMandate) Create a newSEPAMandateentity and save it to the S/4HANA system.- Parameters:
sEPAMandate-SEPAMandateentity 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.
-
updateSEPAMandate
@Nonnull SepaMandateManageInAccountsReceivableServiceBatchChangeSet updateSEPAMandate(@Nonnull SEPAMandate sEPAMandate) Update an existingSEPAMandateentity and save it to the S/4HANA system.- Parameters:
sEPAMandate-SEPAMandateentity object that will be updated 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.
-
createSEPAMandateUsage
@Nonnull SepaMandateManageInAccountsReceivableServiceBatchChangeSet createSEPAMandateUsage(@Nonnull SEPAMandateUsage sEPAMandateUsage) Create a newSEPAMandateUsageentity and save it to the S/4HANA system.- Parameters:
sEPAMandateUsage-SEPAMandateUsageentity 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.
-