cancel
Showing results for 
Search instead for 
Did you mean: 

Exception

Former Member
0 Kudos

Hi all,

I have got one senario as below:

SOAP ---> XI RFC> R/3

In this scenario, i would like to handle errors. I mean, if some goes wrong, i want to send some notification(E-Mail) to the concern persons. How can i handle this..?? I know how to handle this with BPM(exception branch with ALERTs). But how can i handle exceptions/errors without BPM.

Thanks in adv.

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

without a BPM you can set alert so they will

catch all errors in your flow and alerts can be delivered

as mails

have a look at alert configuration in runtime workbench

Regards,

michal

Former Member
0 Kudos

Thanks for your response Michal.

And i would like to get clarified that Is it the same configuration what we are doing with ALERTCATDEF in ABAP stack..?

If not, what is the difference...?

If i do the Alert config in ABAP stack, will it work for my scenario..?

Thanks

former_member206604
Active Contributor
0 Kudos

Hi,

Refer this blog for triggering Alert using a UDF

/people/bhavesh.kantilal/blog/2006/07/25/triggering-xi-alerts-from-a-user-defined-function

Thanks,

Prakash

Former Member
0 Kudos

Thanks Prakash,

This is through the UserDefined Functions, where in lot of java code is involved, which is very bouncy for me. Can you please tell me, how can i configure alerts in ABAP stack and how can i rise this alerts from my scenario..??

Thanks,

former_member206604
Active Contributor
0 Kudos

Hi,

Check this blogs by our Michal its really a gud one

/people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step

/people/michal.krawczyk2/blog/2005/03/13/alerts-with-variables-from-the-messages-payload-xi--updated

Thanks,

Prakash

Former Member
0 Kudos

Thanks Prakash and michal..!!

I got the way now..!!

Former Member
0 Kudos

Hi ,

More info on Alerts...

Sekhar