<?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 RFC Function module executing in tasks error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-executing-in-tasks-error/m-p/5989579#M1342291</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a rfc enabled function module that I am executing in tasks . The first two passes went correct but the third pass gave the shortdump: Communication failure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can be done to correct this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; A RAISE statement in the program "SAPLYQM_PLANT_REL" raised the exception&lt;/P&gt;&lt;P&gt; condition "COMMUNICATION_FAILURE".&lt;/P&gt;&lt;P&gt; Since the exception was not intercepted by a superior&lt;/P&gt;&lt;P&gt; program, processing was terminated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;CALL FUNCTION 'YQM_SAMPLE_RELEASE_TASKS' starting new task 'FUNC1'&lt;/P&gt;&lt;P&gt;            destination 'NONE'&lt;/P&gt;&lt;P&gt;             performing set_function1_done on end of task&lt;/P&gt;&lt;P&gt;     EXPORTING&lt;/P&gt;&lt;P&gt;       I_PHYNR      = i_PHYNR&lt;/P&gt;&lt;P&gt;       I_YYPREPDATE = i_YYPREPDATE&lt;/P&gt;&lt;P&gt;       I_REL        = I_REL&lt;/P&gt;&lt;P&gt;     TABLES&lt;/P&gt;&lt;P&gt;       T_RETURN     = t_RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   wait until functioncall1 = done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Aug 2009 14:00:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-21T14:00:05Z</dc:date>
    <item>
      <title>RFC Function module executing in tasks error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-executing-in-tasks-error/m-p/5989579#M1342291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a rfc enabled function module that I am executing in tasks . The first two passes went correct but the third pass gave the shortdump: Communication failure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can be done to correct this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; A RAISE statement in the program "SAPLYQM_PLANT_REL" raised the exception&lt;/P&gt;&lt;P&gt; condition "COMMUNICATION_FAILURE".&lt;/P&gt;&lt;P&gt; Since the exception was not intercepted by a superior&lt;/P&gt;&lt;P&gt; program, processing was terminated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;CALL FUNCTION 'YQM_SAMPLE_RELEASE_TASKS' starting new task 'FUNC1'&lt;/P&gt;&lt;P&gt;            destination 'NONE'&lt;/P&gt;&lt;P&gt;             performing set_function1_done on end of task&lt;/P&gt;&lt;P&gt;     EXPORTING&lt;/P&gt;&lt;P&gt;       I_PHYNR      = i_PHYNR&lt;/P&gt;&lt;P&gt;       I_YYPREPDATE = i_YYPREPDATE&lt;/P&gt;&lt;P&gt;       I_REL        = I_REL&lt;/P&gt;&lt;P&gt;     TABLES&lt;/P&gt;&lt;P&gt;       T_RETURN     = t_RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   wait until functioncall1 = done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2009 14:00:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-executing-in-tasks-error/m-p/5989579#M1342291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-21T14:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Function module executing in tasks error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-executing-in-tasks-error/m-p/5989580#M1342292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;the error COMMUNICATION FAILURE occurs if a server is unavailable for  processing of the task or possibly there is no free processes available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link.&lt;/P&gt;&lt;P&gt;It has a good example how to handle teh error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://saphelp.border-states.com/EN/fa/096e92543b11d1898e0000e8322d00/frameset.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankur Parab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2009 14:09:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-executing-in-tasks-error/m-p/5989580#M1342292</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-21T14:09:40Z</dc:date>
    </item>
  </channel>
</rss>

