<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to debug a remote function module in calling system? Help! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-remote-function-module-in-calling-system-help/m-p/4460585#M1057136</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prabhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Yes, my program is excuting the FM. I can see tha the sy-subrc is 0 after CALL FUNCTION statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   But still I want to debug the remote FM from calling program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Gopal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Sep 2008 06:45:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-17T06:45:31Z</dc:date>
    <item>
      <title>How to debug a remote function module in calling system? Help!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-remote-function-module-in-calling-system-help/m-p/4460577#M1057128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I have a ABAP report (in System A) from where I am calling a remote function module which exists in a different system B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP Program(System A)&amp;lt;----&lt;DEL&gt;calls&lt;/DEL&gt;--&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;RFC(System B)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I debug the RFC funnction module in system A using ABAP debugger? In other words if i put a breakpoint on the "call function" statement then in debug mode I want to see that the control is going to system B and I should be able to process the FM code line by line. Is this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any special transaction or settings?&lt;/P&gt;&lt;P&gt;Is there any alternative? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Gopal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2008 13:52:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-remote-function-module-in-calling-system-help/m-p/4460577#M1057128</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-16T13:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug a remote function module in calling system? Help!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-remote-function-module-in-calling-system-help/m-p/4460578#M1057129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As per my knowledge. I dont think that is possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2008 13:55:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-remote-function-module-in-calling-system-help/m-p/4460578#M1057129</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-16T13:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug a remote function module in calling system? Help!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-remote-function-module-in-calling-system-help/m-p/4460579#M1057130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Approach 1. Just before the RFC call keep a break point. Once you reach the statement CALL FUNCTION you will be logged on the target system.&lt;/P&gt;&lt;P&gt;Approach 2. Log on to both the systems subcutaneously. Keep External breakpoint on the target system and see if call stops there. In principle it should stop there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To set external breakpoints.  go to ABAP code-&amp;gt;Utilities-&amp;gt;Debugging-&amp;gt;Check the Flag External Debugging to Active and put your user ID there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2008 14:10:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-remote-function-module-in-calling-system-help/m-p/4460579#M1057130</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-16T14:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug a remote function module in calling system? Help!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-remote-function-module-in-calling-system-help/m-p/4460580#M1057131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Amandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I tried your approach but it did not work.&lt;/P&gt;&lt;P&gt;   I kept an external breakpoint on the CALL FUNCTION statement. Then in debug mode, I don't get remote system login. The control stops at the breakpoint and on pressing F5 it goes to the next statement where I am checking the sy-subrc which is '0'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Is there any other settings required?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Gopal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 03:18:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-remote-function-module-in-calling-system-help/m-p/4460580#M1057131</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-17T03:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug a remote function module in calling system? Help!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-remote-function-module-in-calling-system-help/m-p/4460581#M1057132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gopal , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u need to try Approach 1 of Amandeep,  in this case , what user id u are using for RFC calls ? , take that user id , log on to SAP with that ID , and put a external Break point, then it will tigger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 04:05:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-remote-function-module-in-calling-system-help/m-p/4460581#M1057132</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-17T04:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug a remote function module in calling system? Help!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-remote-function-module-in-calling-system-help/m-p/4460582#M1057133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prabhu/Amandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I have tried option 1 also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   "Approach 1. Just before the RFC call keep a break point. Once you reach the statement CALL FUNCTION you will be logged on the target system"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  But in debug mode the control goes to next step after CALL FUNCTION. In other words I am not getting any login prompt to login to target system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'XYZ' DESTINATION RRR.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;   do something.&lt;/P&gt;&lt;P&gt;endif. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In debug mode first the program execution stops at CALL FUNCTION statement. Then on pressing F5 the control goes to "if sy-subrc = 0" line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i want is, the program control should go to the given function module. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Gopal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 06:31:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-remote-function-module-in-calling-system-help/m-p/4460582#M1057133</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-17T06:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug a remote function module in calling system? Help!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-remote-function-module-in-calling-system-help/m-p/4460583#M1057134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gopal , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In other words I am not getting any login prompt to login to target system.---&amp;gt;No man , u dont get any option to Log on , while definiing RFC u will give lon on details .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are  u sure   ur program is executing that FM ? , i dont see any issue expect Authorizations or u are  not doing in the right way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try /nSU53 to find out ur authorizations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 06:40:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-remote-function-module-in-calling-system-help/m-p/4460583#M1057134</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-17T06:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug a remote function module in calling system? Help!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-remote-function-module-in-calling-system-help/m-p/4460584#M1057135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gopal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the function module is not executed properly then the control will come to IF statement ( returning sy-subrc &amp;gt;&amp;lt; 0).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So check whether that function module is executed correctly , ie sy-subrc = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prabumanoharan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 06:45:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-remote-function-module-in-calling-system-help/m-p/4460584#M1057135</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-17T06:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug a remote function module in calling system? Help!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-remote-function-module-in-calling-system-help/m-p/4460585#M1057136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prabhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Yes, my program is excuting the FM. I can see tha the sy-subrc is 0 after CALL FUNCTION statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   But still I want to debug the remote FM from calling program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Gopal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 06:45:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-remote-function-module-in-calling-system-help/m-p/4460585#M1057136</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-17T06:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug a remote function module in calling system? Help!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-remote-function-module-in-calling-system-help/m-p/4460586#M1057137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gopal,&lt;/P&gt;&lt;P&gt;        I am suggesting you by assuming that in the SystemA you have an option to debug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check what are the parameters had been passed to the RFC and come to R/3 system and pass the same parameters and debug the RFC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Balaji.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 06:49:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-remote-function-module-in-calling-system-help/m-p/4460586#M1057137</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-17T06:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug a remote function module in calling system? Help!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-remote-function-module-in-calling-system-help/m-p/4460587#M1057138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first check whether RFC connection is working b/w 2 systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if connection is working, then do like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In System B , put endless loop in FM before some main select statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : v_a TYPE c VALUE space&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; DO  .&lt;/P&gt;&lt;P&gt;   IF v_a = 'X'.&lt;/P&gt;&lt;P&gt;     EXIT.&lt;/P&gt;&lt;P&gt;   ENDIF.&lt;/P&gt;&lt;P&gt; ENDDO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the above code will be endleep loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In system A, when cursor goes to CALL FUNCTION DESTINATION 'XXXXX'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u shud be logged in system B. the moment control comes to system B.goto tcode SM50 . check ur username . choose that particular  checkbox then in menu bar --&amp;gt; program/session --&amp;gt; Program --&amp;gt; Debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope it will help u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try &amp;amp; let us know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manjunath MS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 07:19:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-remote-function-module-in-calling-system-help/m-p/4460587#M1057138</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-17T07:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug a remote function module in calling system? Help!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-remote-function-module-in-calling-system-help/m-p/4460588#M1057139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;at the point where the RFC is called put ann External Breakpoint and then Execute.I'm not very sure but i think it shud work,plz let me know if it works.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 12:15:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-remote-function-module-in-calling-system-help/m-p/4460588#M1057139</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-17T12:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug a remote function module in calling system? Help!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-remote-function-module-in-calling-system-help/m-p/4460589#M1057140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you use the search, then I am sure you will find something about "remote debugging" and "single step" ... F5 ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 13:00:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-remote-function-module-in-calling-system-help/m-p/4460589#M1057140</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-17T13:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug a remote function module in calling system? Help!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-remote-function-module-in-calling-system-help/m-p/4460590#M1057141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check if you have debugging authorizations in the target system.&lt;/P&gt;&lt;P&gt;Check if RFC destination is pointing to the right system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Approach 1 should definitely work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 13:12:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-remote-function-module-in-calling-system-help/m-p/4460590#M1057141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-17T13:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug a remote function module in calling system? Help!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-remote-function-module-in-calling-system-help/m-p/4460591#M1057142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you establish trusted RFC connections between the two systems then it will automatically take you to the target system after the call function step in debugging mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 13:22:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-remote-function-module-in-calling-system-help/m-p/4460591#M1057142</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-17T13:22:18Z</dc:date>
    </item>
  </channel>
</rss>

