public interface PaymentAdviceServiceBatchChangeSet extends FluentHelperBatchEndChangeSet<PaymentAdviceServiceBatch>
PaymentAdviceService
.endChangeSet
@Nonnull PaymentAdviceServiceBatchChangeSet createPaymentAdvice(@Nonnull PaymentAdvice paymentAdvice)
PaymentAdvice
entity and save it to the S/4HANA system.paymentAdvice
- PaymentAdvice
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull PaymentAdviceServiceBatchChangeSet updatePaymentAdvice(@Nonnull PaymentAdvice paymentAdvice)
PaymentAdvice
entity and save it to the S/4HANA system.paymentAdvice
- PaymentAdvice
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull PaymentAdviceServiceBatchChangeSet deletePaymentAdvice(@Nonnull PaymentAdvice paymentAdvice)
PaymentAdvice
entity in the S/4HANA system.paymentAdvice
- PaymentAdvice
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull PaymentAdviceServiceBatchChangeSet createPaymentAdviceItem(@Nonnull PaymentAdviceItem paymentAdviceItem)
PaymentAdviceItem
entity and save it to the S/4HANA system.paymentAdviceItem
- PaymentAdviceItem
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull PaymentAdviceServiceBatchChangeSet updatePaymentAdviceItem(@Nonnull PaymentAdviceItem paymentAdviceItem)
PaymentAdviceItem
entity and save it to the S/4HANA system.paymentAdviceItem
- PaymentAdviceItem
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull PaymentAdviceServiceBatchChangeSet deletePaymentAdviceItem(@Nonnull PaymentAdviceItem paymentAdviceItem)
PaymentAdviceItem
entity in the S/4HANA system.paymentAdviceItem
- PaymentAdviceItem
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2019 SAP SE. All rights reserved.