Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to debug RFC

Former Member
0 Likes
2,049

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,076

Hi,

I hope the below link will help you.

http://help.sap.com/saphelp_sm32/helpdata/en/22/042983488911d189490000e829fbbd/content.htm

Thanks & Regards,

Khushboo.

6 REPLIES 6
Read only

Former Member
0 Likes
1,077

Hi,

I hope the below link will help you.

http://help.sap.com/saphelp_sm32/helpdata/en/22/042983488911d189490000e829fbbd/content.htm

Thanks & Regards,

Khushboo.

Read only

Former Member
0 Likes
1,076

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

Read only

Former Member
0 Likes
1,076

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.

Read only

Former Member
0 Likes
1,076

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

Read only

Former Member
0 Likes
1,076

Hi,

Refer the following code:

Regards,

Nitin.

Read only

former_member396896
Participant
0 Likes
1,076

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 )