cancel
Showing results for 
Search instead for 
Did you mean: 

Error handling in Synchronous ABAP Proxy

PratibhaK
Participant
0 Kudos

Hi,

We have a synchrounous ABAP Outbound Proxy. The flow is as follows;

ABAP proxy - PI - 3rd party system. The Receiver adapter is SOAP.

How to handle the errors in Proxy specifically the errors in PI.

Suppose, in SOAP receiver a wrong URL is maintained, then in RWB we get "Unknown host exception". Can this exception be reflected in ABAP?

In this case, ususally Proxy keeps on processing for some time and then we get a generic TIMEOUT error in ABAP.

Please help.

Thanks & Regards.

Accepted Solutions (0)

Answers (2)

Answers (2)

naveen_chichili
Active Contributor
0 Kudos

Hi Prathibha,

>>>How to handle the errors in Proxy specifically the errors in PI.

Suppose, in SOAP receiver a wrong URL is maintained, then in RWB we get "Unknown host exception". Can this exception be reflected in ABAP?

In this case you need to create alert in PI so that if there is any error in PI it will throw an alert notification so that you can rectify the error and reprocess the same.

but the alert will not reflect in ABAP. you need to rectify the same in PI System and reprocess.

Regards,

Naveen.

Former Member
0 Kudos

Hi Prathiba,

If you would like to handle exceptions in ABAP outbound proxy, write a custom function module then will help you to trigger alerts if any exceptions in the data. Capturing of exceptions are need to be done properly.

>> How to handle the errors in Proxy specifically the errors in PI.

Suppose, in SOAP receiver a wrong URL is maintained, then in RWB we get "Unknown host exception". Can this exception be reflected in ABAP?

When the message passes through the integration engine of PI then it would be handed over to adapter engine, you need to do alert configuration in order to receive alerts regarding the failures.