cancel
Showing results for 
Search instead for 
Did you mean: 

Inbound ABAP Proxy Trace and error handling

Former Member
0 Kudos

All,

I have developed an inbound server ABAP proxy and it is working pretty well, however I have not yet implemented error handling.

I have managed to create my own custom fault message, and can raise it in the ABAP proxy. This marks the message in SXI_MONITOR as having errors and can be manually retried.

I have two questions:

. In the ABAP server proxy, how do I add information in to the message trace?

. If I raise an application fault (my custom defined one), how can I get the message to be automatically retried?

Any assistance will be appreciated.

Regards,

Jason

Accepted Solutions (0)

Answers (1)

Answers (1)

moorthy
Active Contributor
0 Kudos

Hi,

<i>. In the ABAP server proxy, how do I add information in to the message trace?</i>

>>>You can handle exceptions etc thru Fault Messages. If you want to trace the messages only option is SXMB_MONI..

.So if the message comes to integration server, then automatically you can trace that messages..

It is inbuilt in XI right?

<i>. If I raise an application fault (my custom defined one), how can I get the message to be automatically retried?</i>

>>>To make it Retry , the automatic option is from XI itself. It is not customized. But if you want to call the Proxy again and again, or retry, you can think of BPM and inside the BPM based on the condition , you can retry the messages i.e call the proxy mutliple times..

This is as per my understanding of the question

Hope this helps,

Regards,

Moorthy