<?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: Debug RFC from Se38 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-rfc-from-se38/m-p/2001538#M407484</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rich,&lt;/P&gt;&lt;P&gt;Its not going inside the RFC Func module eben though i switched on system dubugging on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u sggest more ways of doing this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Dany&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Mar 2007 13:05:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-16T13:05:03Z</dc:date>
    <item>
      <title>Debug RFC from Se38</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-rfc-from-se38/m-p/2001532#M407478</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;I am calling an RFC fucn module from my report program in se38.&lt;/P&gt;&lt;P&gt;while debugging(F5) it not going inside the RFC FM which is specified with proper destination.&lt;/P&gt;&lt;P&gt; How should i debug the RFC Fm from my se38 report ? Is there any special tech like placing a break pointin RFC ..etc?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Dany&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 21:42:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-rfc-from-se38/m-p/2001532#M407478</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T21:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: Debug RFC from Se38</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-rfc-from-se38/m-p/2001533#M407479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Put the break point on the call function line in the report and then check, if the flow is right it should go inside the FM.Otherwise you have to check the flow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 22:12:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-rfc-from-se38/m-p/2001533#M407479</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2007-03-15T22:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: Debug RFC from Se38</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-rfc-from-se38/m-p/2001534#M407480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Put a break point at the call function statement.  Once the debugger reaches here,  turn on "System Debugging" from the menu.  Now F5 to step.  It should go inside the function module call,  or at least at a system level call, if at a system level call, then do one more thing.  In the debug screen, choose Breakpoints-&amp;gt;Breakpoints at-&amp;gt;function module.  Enter the name of the function module that you are trying to debug and hit enter, now F8.  The debugger should stop at the first source code line in the RFC function module.&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>Thu, 15 Mar 2007 22:22:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-rfc-from-se38/m-p/2001534#M407480</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-03-15T22:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: Debug RFC from Se38</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-rfc-from-se38/m-p/2001535#M407481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If the user who is specified for the RFC Destination in the transaction: SM59, does not have the debug authorization then we cannot debug the FM. Actually the debug screen of the FM will be a new session al together, please verify that you do not open maximum sessions and trying to debug RFC FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Please, let me know if further details are required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Goutham.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2007 03:31:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-rfc-from-se38/m-p/2001535#M407481</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-16T03:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: Debug RFC from Se38</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-rfc-from-se38/m-p/2001536#M407482</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;While using RFc function module , it is not mandatory that the function module &lt;/P&gt;&lt;P&gt;is there in source system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First check the function module is there in system. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the function module is available only in target destination (RFC destination ) system then debugging is not possible, if you are calling from source system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aRs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2007 03:38:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-rfc-from-se38/m-p/2001536#M407482</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-03-16T03:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: Debug RFC from Se38</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-rfc-from-se38/m-p/2001537#M407483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ARS,&lt;/P&gt;&lt;P&gt;Yes the RFC function module is available only in target destination (RFC destination ) system and not in source system. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell me if there is away to ensure that the dats from my source system is passing to RFC fm in destination system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;Dany&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2007 13:02:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-rfc-from-se38/m-p/2001537#M407483</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-16T13:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Debug RFC from Se38</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-rfc-from-se38/m-p/2001538#M407484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rich,&lt;/P&gt;&lt;P&gt;Its not going inside the RFC Func module eben though i switched on system dubugging on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u sggest more ways of doing this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Dany&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2007 13:05:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-rfc-from-se38/m-p/2001538#M407484</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-16T13:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: Debug RFC from Se38</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-rfc-from-se38/m-p/2001539#M407485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the RFC is available only in the target system and login into target system give destination NONE and try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if you are calling from source system then you could not able to debug&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can only debug where the function module is available&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aRs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2007 13:08:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-rfc-from-se38/m-p/2001539#M407485</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-03-16T13:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Debug RFC from Se38</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-rfc-from-se38/m-p/2001540#M407486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot debug the RFC Fm as usual. You need to make sure that you are able to login in to the system containing the RFC using SM59 with your own login. Now place a break point just before the RFC Fm in your se38 and press F5. now it goes into the RFC .Now you need to place a break point at your RFC FM by specifying your RFC name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and hit F8 . It goes inside the RFC Func module code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try it and let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Harikumar Ganti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2007 00:20:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-rfc-from-se38/m-p/2001540#M407486</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-19T00:20:02Z</dc:date>
    </item>
  </channel>
</rss>

