cancel
Showing results for 
Search instead for 
Did you mean: 

Error email for negative acknowledgements

Former Member
0 Kudos

Hi,

We have a BPM with an asynchronous send step for which we have enabled Application acknowledgements.Is it possible to send out an email in case of negative acknowledgement by capturing the error details.If yes,please could anyone explain how can this be done.

Thanks and Regards,

Induja

Accepted Solutions (0)

Answers (3)

Answers (3)

0 Kudos

Hi Induja

You can send negative ack, assuming that you have a file receiver then you can use transport level ack in your BPM and raise the alert either using the alert fw or you can call an RFC from your BPM and trigger an email from the standard abap FM "SALRT_CREATE_API".

Thanks

Prasanna

Former Member
0 Kudos

Hi,

From BPM also we can send alerts.

PLease check the links:

.

Thanks,

Tiny

former_member190389
Active Contributor
0 Kudos

What is that send step doing?

Is it a file scenarioa?