public interface ContractAccountingSEPAMandateServiceBatchChangeSet extends FluentHelperBatchEndChangeSet<ContractAccountingSEPAMandateServiceBatch>
ContractAccountingSEPAMandateService
.Modifier and Type | Method and Description |
---|---|
ContractAccountingSEPAMandateServiceBatchChangeSet |
createSEPAMandate(SEPAMandate sEPAMandate)
Create a new
SEPAMandate entity and save it to the S/4HANA system. |
ContractAccountingSEPAMandateServiceBatchChangeSet |
createSEPAMandateUsage(SEPAMandateUsage sEPAMandateUsage)
Create a new
SEPAMandateUsage entity and save it to the S/4HANA system. |
ContractAccountingSEPAMandateServiceBatchChangeSet |
updateSEPAMandate(SEPAMandate sEPAMandate)
Update an existing
SEPAMandate
entity and save it to the S/4HANA system. |
endChangeSet
@Nonnull ContractAccountingSEPAMandateServiceBatchChangeSet createSEPAMandate(@Nonnull SEPAMandate sEPAMandate)
SEPAMandate
entity and save it to the S/4HANA system.sEPAMandate
- SEPAMandate
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull ContractAccountingSEPAMandateServiceBatchChangeSet updateSEPAMandate(@Nonnull SEPAMandate sEPAMandate)
SEPAMandate
entity and save it to the S/4HANA system.sEPAMandate
- SEPAMandate
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull ContractAccountingSEPAMandateServiceBatchChangeSet createSEPAMandateUsage(@Nonnull SEPAMandateUsage sEPAMandateUsage)
SEPAMandateUsage
entity and save it to the S/4HANA system.sEPAMandateUsage
- SEPAMandateUsage
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2019 SAP SE. All rights reserved.