cancel
Showing results for 
Search instead for 
Did you mean: 

Error handling

Former Member
0 Kudos

I am doing XI-> R/3 proxies.. If I issue error message in proxy, I think it will stop that particular queue id.. till i delete the LUW.. Is there any other way to handle errors in ABAP proxies (server proxy)

Accepted Solutions (1)

Accepted Solutions (1)

manish_bhalla2
Contributor
0 Kudos

Hi,

The queues will stop at uncaught exceptions. What you need to do is catch and handle the exceptions. One way of doing this is to then send an error/fault message back to XI, or to raise an alert to the alert monitoring.

Cheers

Manish

Answers (0)