Uses of Interface
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.paymentadvice.batch.PaymentAdviceServiceBatchChangeSet
Packages that use PaymentAdviceServiceBatchChangeSet
-
Uses of PaymentAdviceServiceBatchChangeSet in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.paymentadvice.batch
Classes in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.paymentadvice.batch that implement PaymentAdviceServiceBatchChangeSetModifier and TypeClassDescriptionclassImplementation of thePaymentAdviceServiceBatchChangeSetinterface, enabling you to combine multiple operations into one changeset.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.paymentadvice.batch that return PaymentAdviceServiceBatchChangeSetModifier and TypeMethodDescriptionDefaultPaymentAdviceServiceBatch.beginChangeSet()DefaultPaymentAdviceServiceBatchChangeSet.createPaymentAdvice(PaymentAdvice paymentAdvice) PaymentAdviceServiceBatchChangeSet.createPaymentAdvice(PaymentAdvice paymentAdvice) Create a newPaymentAdviceentity and save it to the S/4HANA system.DefaultPaymentAdviceServiceBatchChangeSet.createPaymentAdviceItem(PaymentAdviceItem paymentAdviceItem) PaymentAdviceServiceBatchChangeSet.createPaymentAdviceItem(PaymentAdviceItem paymentAdviceItem) Create a newPaymentAdviceItementity and save it to the S/4HANA system.DefaultPaymentAdviceServiceBatchChangeSet.deletePaymentAdvice(PaymentAdvice paymentAdvice) PaymentAdviceServiceBatchChangeSet.deletePaymentAdvice(PaymentAdvice paymentAdvice) Deletes an existingPaymentAdviceentity in the S/4HANA system.DefaultPaymentAdviceServiceBatchChangeSet.deletePaymentAdviceItem(PaymentAdviceItem paymentAdviceItem) PaymentAdviceServiceBatchChangeSet.deletePaymentAdviceItem(PaymentAdviceItem paymentAdviceItem) Deletes an existingPaymentAdviceItementity in the S/4HANA system.DefaultPaymentAdviceServiceBatchChangeSet.updatePaymentAdvice(PaymentAdvice paymentAdvice) PaymentAdviceServiceBatchChangeSet.updatePaymentAdvice(PaymentAdvice paymentAdvice) Update an existingPaymentAdviceentity and save it to the S/4HANA system.DefaultPaymentAdviceServiceBatchChangeSet.updatePaymentAdviceItem(PaymentAdviceItem paymentAdviceItem) PaymentAdviceServiceBatchChangeSet.updatePaymentAdviceItem(PaymentAdviceItem paymentAdviceItem) Update an existingPaymentAdviceItementity and save it to the S/4HANA system.