<?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 of RFC enabled function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-of-rfc-enabled-function-module/m-p/2059898#M425604</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there is a database table ... RFCDES .. actually all the entires of SM59 comes from this Database table... u can go into this table and can make the changes ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this will help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks 'n Regards,&lt;/P&gt;&lt;P&gt;Ashwani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Mar 2007 18:51:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-26T18:51:32Z</dc:date>
    <item>
      <title>Debugging of RFC enabled function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-of-rfc-enabled-function-module/m-p/2059891#M425597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;               How to debug the following  function module (RFC).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      call function 'RFC_PLAYBACK_DUMMY' &lt;/P&gt;&lt;P&gt;             destination 'RECORDER'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 10:02:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-of-rfc-enabled-function-module/m-p/2059891#M425597</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-26T10:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging of RFC enabled function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-of-rfc-enabled-function-module/m-p/2059892#M425598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Any function Module, whether it is RFC or others, keep a Break point and run the application and see that the cursor stops at the break point and check for the requirted data, whether it is coming or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regrads,&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 10:05:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-of-rfc-enabled-function-module/m-p/2059892#M425598</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-26T10:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging of RFC enabled function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-of-rfc-enabled-function-module/m-p/2059893#M425599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi thanks for reply but my problem is  inside of that function module one internal table is populating but i am  not able to go to inside of that function module.Once if i press F5 the control is not going to inside of that function module it is coming directly to endfunction.&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;  Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;  Bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 10:09:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-of-rfc-enabled-function-module/m-p/2059893#M425599</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-26T10:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging of RFC enabled function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-of-rfc-enabled-function-module/m-p/2059894#M425600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bharat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A sneaky trick you can use is to put an infinite loop with an exit condition in your function module like:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  MOVE 'X' TO exit_cond .
  WHILE exit_cond EQ 'X' .
  ENDWHILE .&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Then, when it is busy looping in the background, go to transaction SM50, select the processor and then go to &amp;lt;b&amp;gt;Program/Mode &amp;gt; Program &amp;gt; Debugging&amp;lt;/b&amp;gt;. Change EXIT_COND and debug the rest of the code...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lyal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 10:17:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-of-rfc-enabled-function-module/m-p/2059894#M425600</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-26T10:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging of RFC enabled function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-of-rfc-enabled-function-module/m-p/2059895#M425601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lyal,&lt;/P&gt;&lt;P&gt;    First of all thank you for your reply.But that function module is present inside of the standard program and once if i double click on that function module ( not in the debugging mode) it is showing the message like 'function module does not exist do you want to creae it' in the pop up.Then how to add that infinite loop code inside of that function module.This function module exist in another function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 10:32:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-of-rfc-enabled-function-module/m-p/2059895#M425601</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-26T10:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging of RFC enabled function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-of-rfc-enabled-function-module/m-p/2059896#M425602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi bharat ...&lt;/P&gt;&lt;P&gt;jst try it out...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am assuming tht u r nt testing ur program in Production&lt;/P&gt;&lt;P&gt;This FM is on some other server which u wont find in ur system ... go into SM59 and remove the USERNAME/PASSWORD from there which it is using to log on to the other server and then try executing it or otherwise put a breakpoint inside the FM on the other server and then try executing it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this will help...&lt;/P&gt;&lt;P&gt;tac care&lt;/P&gt;&lt;P&gt;Ashwani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 10:38:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-of-rfc-enabled-function-module/m-p/2059896#M425602</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-26T10:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging of RFC enabled function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-of-rfc-enabled-function-module/m-p/2059897#M425603</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;     With out SM59 is it possible to debug that function module why because i am not having the authorisation of sm59 transaction.I am in quality system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 11:23:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-of-rfc-enabled-function-module/m-p/2059897#M425603</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-26T11:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging of RFC enabled function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-of-rfc-enabled-function-module/m-p/2059898#M425604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there is a database table ... RFCDES .. actually all the entires of SM59 comes from this Database table... u can go into this table and can make the changes ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this will help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks 'n Regards,&lt;/P&gt;&lt;P&gt;Ashwani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 18:51:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-of-rfc-enabled-function-module/m-p/2059898#M425604</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-26T18:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging of RFC enabled function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-of-rfc-enabled-function-module/m-p/2059899#M425605</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;if you want to debug then try to login to target system and check thry se37&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aRs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 19:00:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-of-rfc-enabled-function-module/m-p/2059899#M425605</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-03-26T19:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging of RFC enabled function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-of-rfc-enabled-function-module/m-p/2059900#M425606</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 want to debug the rfc enabled function module then how to proceed from the table RFCDES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 09:33:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-of-rfc-enabled-function-module/m-p/2059900#M425606</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-27T09:33:51Z</dc:date>
    </item>
  </channel>
</rss>

