cancel
Showing results for 
Search instead for 
Did you mean: 

App Error in Async Abap proxy

Former Member
0 Kudos

Hi

We need to send a email when an async abap proxy fails due to application error. How can we achieve it.

Regards

Anandan

Accepted Solutions (0)

Answers (3)

Answers (3)

udo_martens
Active Contributor
0 Kudos

Hi Anandan,

most elegant would be to call an outproxy in case of application failure, the corresponding inbound is type mail package (receiver mail adapter).

Regards,

Udo

Former Member
0 Kudos

Hi Anand,

Please use this FM "SO_NEW_DOCUMENT_SEND_API1" to send an Email from ABAP.

Thanks & Regards,

Suresh Kumar.

Former Member
0 Kudos

Hi,

you can find some function modules to trigger an email from abap proxy when an error occur.

check it in ABAP forum.

thanks and regards,

phani kumar

Former Member
0 Kudos

Hello Phani

I am using a standard ABAP proxy and I can go for sync one or a user defined one, so that i can code in it. Hence is there any alert configuration we can do to acheive this.

Regards

Anandan