<?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: Debugging when an RFC FM is called in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-when-an-rfc-fm-is-called/m-p/1191236#M128580</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Santhosh,&lt;/P&gt;&lt;P&gt;        Yes you can do the debugging in your target system. Follow these steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Login to the destination system, SE37 go into display mode of the function module.&lt;/P&gt;&lt;P&gt;2. From the menu Utilities-&amp;gt;Settings. In this under the main tab ABAP Editor, Take the subscreen tab 'Debugging' and activate teh external debugging. Here the user will be a CPIC user like the RFCUSER normally used for background communication.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hence when this call happens once you login to ABAP stack using the user id with which you are communicating thru the RFC destination, one sessio window will automatically open up of the destination system in the debugging mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;JK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: Award points if this helps you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Feb 2006 16:36:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-02-28T16:36:11Z</dc:date>
    <item>
      <title>Debugging when an RFC FM is called</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-when-an-rfc-fm-is-called/m-p/1191233#M128577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I call an RFC function module from a program I want to debug it in the destination system. Is it possible??&lt;/P&gt;&lt;P&gt;eg., In a loop I call the RFC multiple tim&lt;/P&gt;&lt;P&gt;It would be great if you can provide some pointers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2006 16:13:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-when-an-rfc-fm-is-called/m-p/1191233#M128577</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-28T16:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging when an RFC FM is called</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-when-an-rfc-fm-is-called/m-p/1191234#M128578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Put a break point in your program just before calling the RFC.  Once you are in the debug mode.  Set the "System debugging" from the menu at the top.  Now step into the call of the RFC.  Once you have arrive at the other system in debug mode,  choose  Breakpoint, breakpoint at, function module.  Enter the name of the RFC that you just called into the field.  Hit enter, now hit F8.    The debugger should have now stopped at the first statement of your RFC function module.  Debug as needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Welcome to SDN!   Please be sure to award points for any helpful answers that you might recieve and mark your posts as solved when solved completely.  Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2006 16:25:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-when-an-rfc-fm-is-called/m-p/1191234#M128578</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-02-28T16:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging when an RFC FM is called</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-when-an-rfc-fm-is-called/m-p/1191235#M128579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the RFC destination and origination is in the same system landscape, you should be able to debug.  In our system since am in the same system landscape I can debug. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sunil Achyut&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2006 16:29:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-when-an-rfc-fm-is-called/m-p/1191235#M128579</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-28T16:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging when an RFC FM is called</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-when-an-rfc-fm-is-called/m-p/1191236#M128580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Santhosh,&lt;/P&gt;&lt;P&gt;        Yes you can do the debugging in your target system. Follow these steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Login to the destination system, SE37 go into display mode of the function module.&lt;/P&gt;&lt;P&gt;2. From the menu Utilities-&amp;gt;Settings. In this under the main tab ABAP Editor, Take the subscreen tab 'Debugging' and activate teh external debugging. Here the user will be a CPIC user like the RFCUSER normally used for background communication.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hence when this call happens once you login to ABAP stack using the user id with which you are communicating thru the RFC destination, one sessio window will automatically open up of the destination system in the debugging mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;JK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: Award points if this helps you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2006 16:36:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-when-an-rfc-fm-is-called/m-p/1191236#M128580</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-28T16:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging when an RFC FM is called</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-when-an-rfc-fm-is-called/m-p/1191237#M128581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oops!! Apologies for not providing the example. If in a loop if we call an RFC FM multiple times then how can the control come back to the source system in the debug mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2006 16:41:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-when-an-rfc-fm-is-called/m-p/1191237#M128581</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-28T16:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging when an RFC FM is called</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-when-an-rfc-fm-is-called/m-p/1191238#M128582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The control will be passed back to the caller right after the RFC has finished in the target system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2006 16:43:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-when-an-rfc-fm-is-called/m-p/1191238#M128582</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-02-28T16:43:38Z</dc:date>
    </item>
  </channel>
</rss>

