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

V Urgent : Debugging an RFC function Module in another R/3 system

Former Member
0 Likes
534

Hi All

I have a function module in a R/3 system ( say WB1 ) and i am calling it from another R/3 system (say WD1) . Both have their RFC destinations set up as trusted system mutually . However when i try to debug that FM while in WD1 ( which basically exists only in WB1) i am not able to get inside that FM . Are there some settings that we need to do to allow us to debug function module in another R/3 system ? .

Yes ,we cant do this debugging if RFC function module is in a non SAP system but am sure it can be done atleast for R/3 to R/3 .

Any pointers to this as to what setting needs to done ?

Does some system parameter needs to be set in RSPARAM program for debugging RFC?

Please help

Regards

Shovit

Hi All

I have a function module in a R/3 system ( say WB1 ) and i am calling it from another R/3 system (say WD1) . Both have their RFC destinations set up as trusted system mutually . However when i try to debug that FM while in WD1 ( which basically exists only in WB1) i am not able to get inside that FM . Are there some settings that we need to do to allow us to debug function module in another R/3 system ? .

Yes ,we cant do this debugging if RFC function module is in a non SAP system but am sure it can be done atleast for R/3 to R/3 .

Any pointers to this as to what setting needs to done ?

Does some system parameter needs to be set in RSPARAM program for debugging RFC?

Please help

Regards

Shovit

3 REPLIES 3
Read only

eddy_declercq
Active Contributor
Read only

Former Member
0 Likes
468

Hi

Can you do a remote logon through the SM59 connection (the trusted one)?

If so, then the only thing preventing you would be debugging autorization.

If not, make sure you have trusted system logon auth (not part of SAP_ALL!).

Cheers

Dom

Read only

0 Likes
468

Pls don't forget to reward points if you find the answers useful.