cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding Error handling in RFC Adapor

Former Member
0 Kudos

Hi all,

I am using RFC Adaptor and need to handle errors and exceptional conditions .I need some help as i am new to SAP XI

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Abhi ,

Please go through the following links for yr purpose

/people/sap.user72/blog/2005/02/23/raising-exceptions-in-sap-xi-mapping

/people/alessandro.guarneri/blog/2006/01/26/throwing-smart-exceptions-in-xi-graphical-mapping

/people/michal.krawczyk2/blog/2005/09/09/xi-alerts--troubleshooting-guide

Regards,

Amit

Answers (3)

Answers (3)

Former Member
0 Kudos

Prabhu,

can we handle systems exceptions(ex:network failure) as well with Fault Message types?or only Application errors?

thank you.

prabhu_s2
Active Contributor
0 Kudos

For RFCs, you can write Exception logics in the RFC and you can send the response back to XI. from there you can map and do the neccessary exception handlings.

For more on Fault Messages-

/people/shabarish.vijayakumar/blog/2006/11/02/fault-message-types--a-demo-part-1

prabhu_s2
Active Contributor
0 Kudos

<a href="/people/community.user/blog/2006/09/21/xi-rfcadapter-reconnect-issue : RFCAdapter ReConnect Issue</a>

Using Fault message you can catch the System Exception and even the primary role for Fault Message is to catch the RFC Exceptions.

Please refer the Fault messages Notes to achieve this you will understand better.