<?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 an RFC function in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-rfc-function/m-p/4749537#M1113995</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it is custom maid. Can you please confirm the step bellow to debug the coding.&lt;/P&gt;&lt;P&gt;1. implement an endless loop with an exit in the RFC&lt;/P&gt;&lt;P&gt;2. call the RFC from the external environment&lt;/P&gt;&lt;P&gt;3. call the transaction SE50&lt;/P&gt;&lt;P&gt;4. Go to the menu Program/Mode -&amp;gt; Program-&amp;gt; Debugging&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Nov 2008 14:46:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-17T14:46:48Z</dc:date>
    <item>
      <title>How to debug an RFC function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-rfc-function/m-p/4749533#M1113991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a RFC function which will be given a huge table for processing. At the end of the process a table which contains errors of the processing should be returned to the external caller. &lt;/P&gt;&lt;P&gt;Now I need to debug the part which generates the error table. Since I can't execute the RFC locally (the input table is very huge), how can I call from a external environment and debug in R/3 where in RFC errors are generated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Kami&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Matt on Nov 17, 2008 3:32 PM - corrected the subject title&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2008 14:17:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-rfc-function/m-p/4749533#M1113991</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-17T14:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug an RFC function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-rfc-function/m-p/4749534#M1113992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;which SAP version are you using. In ECC you can use external debugging for RFC calls&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2008 14:18:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-rfc-function/m-p/4749534#M1113992</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-17T14:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug an RFC function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-rfc-function/m-p/4749535#M1113993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;unfortunately 4.6C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2008 14:26:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-rfc-function/m-p/4749535#M1113993</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-17T14:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug an RFC function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-rfc-function/m-p/4749536#M1113994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is it a custom RFC, then you can set an endless loop in there with an exit point for a condition. Then from SM50 you can debug the RFC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2008 14:31:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-rfc-function/m-p/4749536#M1113994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-17T14:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug an RFC function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-rfc-function/m-p/4749537#M1113995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it is custom maid. Can you please confirm the step bellow to debug the coding.&lt;/P&gt;&lt;P&gt;1. implement an endless loop with an exit in the RFC&lt;/P&gt;&lt;P&gt;2. call the RFC from the external environment&lt;/P&gt;&lt;P&gt;3. call the transaction SE50&lt;/P&gt;&lt;P&gt;4. Go to the menu Program/Mode -&amp;gt; Program-&amp;gt; Debugging&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2008 14:46:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-rfc-function/m-p/4749537#M1113995</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-17T14:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug an RFC function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-rfc-function/m-p/4749538#M1113996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks right to me - but it's as MxG said SM50, not SE50.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2008 15:06:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-rfc-function/m-p/4749538#M1113996</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2008-11-17T15:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug an RFC function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-rfc-function/m-p/4749539#M1113997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you're right SM50&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2008 15:46:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-rfc-function/m-p/4749539#M1113997</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-17T15:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug an RFC function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-rfc-function/m-p/4749540#M1113998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it always respond "The number of debugging mode users reached " What am I suppose to do ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2008 16:13:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-rfc-function/m-p/4749540#M1113998</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-17T16:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug an RFC function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-rfc-function/m-p/4749541#M1113999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tell yoru basis guy to increase that parameter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2008 16:17:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-rfc-function/m-p/4749541#M1113999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-17T16:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug an RFC function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-rfc-function/m-p/4749542#M1114000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, he is not here any more but I'll ask him tomorrow&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2008 16:19:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-an-rfc-function/m-p/4749542#M1114000</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-17T16:19:44Z</dc:date>
    </item>
  </channel>
</rss>

