<?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: Wait for RFC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/wait-for-rfc/m-p/5358924#M1233637</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michal Szopinski &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please share with me , how did you resolve this issue?&lt;/P&gt;&lt;P&gt;I am facing the same issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karthick Eswaran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Oct 2010 14:26:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-10-14T14:26:22Z</dc:date>
    <item>
      <title>Wait for RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wait-for-rfc/m-p/5358922#M1233635</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;We are experiencing RFC connection issues between two SAP instances.  When putting a trace in place in ST12 in the destination instance, we see that a large % of ABAP time is spent in "wait for RFC" and looking at the code we see program SAPMSSY1.  How do we go about finding out what the problem is?  When we put a breakpoint in place, we find that the user is not appearing in SM66 or SM50 / SM51 so that we can't debug the RFC call.  Any ideas that will help us figure out what arguments are being passed that result in the "Wait for RFC"?  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2009 21:47:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wait-for-rfc/m-p/5358922#M1233635</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-06T21:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: Wait for RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wait-for-rfc/m-p/5358923#M1233636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure, this tip may helps u that, go to MENU&lt;DEL&gt;&amp;gt;System debuggin&lt;/DEL&gt;-&amp;gt;update debugging in debugging session.&lt;/P&gt;&lt;P&gt;Or go to SMQ1, then select your qeue and then go to MENU--&amp;gt;Debugging&lt;/P&gt;&lt;P&gt;By the way, the user is a DST_RFC_USER / WF_BATCH?&lt;/P&gt;&lt;P&gt;thanq&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2009 22:15:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wait-for-rfc/m-p/5358923#M1233636</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-06T22:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: Wait for RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wait-for-rfc/m-p/5358924#M1233637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michal Szopinski &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please share with me , how did you resolve this issue?&lt;/P&gt;&lt;P&gt;I am facing the same issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karthick Eswaran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Oct 2010 14:26:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wait-for-rfc/m-p/5358924#M1233637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-14T14:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: Wait for RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wait-for-rfc/m-p/5358925#M1233638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can debug RFC with a simple trick.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please use the following code for debugging ther RFC and then call the RFC from the remote system and then use the TCODE :SM50   (Select your session)--&amp;gt; Program/Session --&amp;gt; Program (Debugging).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then change the value of the variable of Var to 1 or else it will be in infinite loop.&lt;/P&gt;&lt;P&gt;Then you can start debugging the RFC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : VAR TYPE i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DO.&lt;/P&gt;&lt;P&gt;IF VAR = '1'.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Oct 2010 14:52:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wait-for-rfc/m-p/5358925#M1233638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-14T14:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: Wait for RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wait-for-rfc/m-p/5358926#M1233639</link>
      <description>&lt;P&gt;I have the same issue, SAT trace shows that 94% of the time for goods issue posting in EWM is used for WAIT_FOR_RFC. I'd like to know the issue around this? How can this be improved?&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2022 09:16:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wait-for-rfc/m-p/5358926#M1233639</guid>
      <dc:creator>lauinator</dc:creator>
      <dc:date>2022-11-23T09:16:29Z</dc:date>
    </item>
  </channel>
</rss>

