‎2009 Feb 12 10:26 AM
Hi All,
How to Debug RFC, I am working with 4.7ee version and i have kept external break point in both program as well as in RFC, but control is not stoping in RFC. What i have to do....
RFC is custom function module but i cant change the code in RFC.
Thanks,
Subbu.
‎2009 Feb 12 10:30 AM
Hi,
I hope the below link will help you.
http://help.sap.com/saphelp_sm32/helpdata/en/22/042983488911d189490000e829fbbd/content.htm
Thanks & Regards,
Khushboo.
‎2009 Feb 12 10:30 AM
Hi,
I hope the below link will help you.
http://help.sap.com/saphelp_sm32/helpdata/en/22/042983488911d189490000e829fbbd/content.htm
Thanks & Regards,
Khushboo.
‎2009 Feb 12 10:31 AM
HI,
Try with update debugger,
in the debugging screen, debugging -> update debugger and then see whether it is going in there or not.
Regards,
Venkatesh
‎2009 Feb 12 10:33 AM
is the logical system id that u gve in the DESTINATION while calling the RFC correct?
u can go to SM59 and chk the logical system id.
if its correct, while debugging it will go to the FM which is being called.
‎2009 Feb 12 10:34 AM
Hi Subramanyam,
Follow these steps:
1)Get the username that makes the RFC call into SAP in ASP
2)Fire up SE37, go to the code section of your RFC
3)Look at the menu on top, click on 'Utilities'
4)Click on Settings
5)Go for the Debugging tab
6)Fill in the username that will make the call from ASP
7)Click IP Matching ( otherwise a debug session appears for every time any user makes the call )
Session breakpoint active immediately is nice to click as well
8)Put your external breakpoint where you need it ( click the icon with the stop sign and the little man )
9)Test your ASP connector
10)The breakpoint should come into effect , a debug window will pop up
11)You might not have the authorization to do this, if it doesnt work, use SU53 to find out what you're missing.
Hope it helps
Regrds
Mansi
‎2009 Feb 12 10:34 AM
‎2009 Feb 12 10:50 AM
Hi,
You can also call the RFC from ASP in debugging mode. Or you specify user specific break point as
Break developer1. ( where developer1 is the userid with which you connect to the sap system )