cancel
Showing results for 
Search instead for 
Did you mean: 

Debugging RFC Receiver Adapter?

Former Member
0 Kudos

Hi Experts,

In my File to RFC Scenario iam calling RFC for updating table based on condition.Once after executing in XI side it is Successful but the Table is not updated.RFC is fine when executed in R/3 and it is updating table based on condition. I had followed Michal blog [https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3018] [original link is broken] [original link is broken] [original link is broken]; . Is there any other possibility to Debug.Pls help.

Regards,

RajeshKumar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

If you are using the ECC 6.0 onwards then un ABAP editor you will have option to set the External breakpoint in ABAp source doe.

Setup the external break point in RFC Source code and try to execute scenario

It will go in debug mode for RFC and then you can debug the source code.

Thanks

swarup

Former Member
0 Kudos

Hi swarup,

We are using ECC 6.0 we have tried this option to set the External breakpoint in ABAP Source code.But while executing it is not entering into debug mobe.But execution completes and successfull in XI and table not updated.

Regards,

RajeshKumar

Former Member
0 Kudos

HI,

Make sure that you will be setting up the External break point with the User ID that you have used in RFC communication channel. Either it will not go to debug mode.

These breakpoints are user specific.

Thanks

swarup

Former Member
0 Kudos

Other simple thing you can do is

Create on temporary table using SE11

First Log on First statement once RFC is called

Other log statement as per your requirement

this way you will debug it.

Gaurav Jain

Reward Points if answer is helpful

Answers (0)