<?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: Asynchronous RFC is not working in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/asynchronous-rfc-is-not-working/m-p/5437817#M1247281</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey sorry guys...its working &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; earlier i missed out WAIT UP TO '1' Seconds.&lt;/P&gt;&lt;P&gt;now the data is displaying.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;mallika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Apr 2009 05:27:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-08T05:27:23Z</dc:date>
    <item>
      <title>Asynchronous RFC is not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/asynchronous-rfc-is-not-working/m-p/5437816#M1247280</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;Im trying asynchronous RFC. Please find my code for getting material record based on matnr.&lt;/P&gt;&lt;P&gt;In debug mode im getting results in my internal table but once i execute the program no data is displaying. I've searched the blogs and threads but didnt get any helpful result..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;paramaters : pmatnr like mara-matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'ZRFC_GET_DATA'&lt;/P&gt;&lt;P&gt;Starting new task 'TASK1'&lt;/P&gt;&lt;P&gt;DESTINATION 'RFC1'&lt;/P&gt;&lt;P&gt;Performing get_data on end of task.&lt;/P&gt;&lt;P&gt;Exporting&lt;/P&gt;&lt;P&gt;p_matnr = pmatnr.&lt;/P&gt;&lt;P&gt;wait until '1' seconds.&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;write &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; itab-matnr, itab-meins,itab-matkl,itab-mbrsh.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Form get_data using task1.&lt;/P&gt;&lt;P&gt;receive results from 'ZRFC_GET_DATA'&lt;/P&gt;&lt;P&gt;tables &lt;/P&gt;&lt;P&gt;it_mara = itab.&lt;/P&gt;&lt;P&gt;Endform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mallika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2009 05:23:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/asynchronous-rfc-is-not-working/m-p/5437816#M1247280</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-08T05:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: Asynchronous RFC is not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/asynchronous-rfc-is-not-working/m-p/5437817#M1247281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey sorry guys...its working &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; earlier i missed out WAIT UP TO '1' Seconds.&lt;/P&gt;&lt;P&gt;now the data is displaying.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;mallika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2009 05:27:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/asynchronous-rfc-is-not-working/m-p/5437817#M1247281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-08T05:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: Asynchronous RFC is not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/asynchronous-rfc-is-not-working/m-p/5437818#M1247282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi mallika,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use wait up to '1' seconds for making ur calling system to wait till that time in order to get the response for that called system. So in order to see the result you use the until condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;swapna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2009 12:06:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/asynchronous-rfc-is-not-working/m-p/5437818#M1247282</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-08T12:06:50Z</dc:date>
    </item>
  </channel>
</rss>

