<?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 Call_function_send_error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-send-error/m-p/6508519#M1423093</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here i am facing the problem in multi-threading logic.&lt;/P&gt;&lt;P&gt;This is my code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'ZXXXX_FM'&lt;/P&gt;&lt;P&gt;        STARTING NEW TASK gv_task&lt;/P&gt;&lt;P&gt;        DESTINATION IN GROUP gv_grp&lt;/P&gt;&lt;P&gt;        PERFORMING customer_endprocess ON END OF TASK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am  running the above code in the work process loop. The loop is properly working upto 17 th work processes(gv_task = 17).&lt;/P&gt;&lt;P&gt;When looping through 18 th work process i am getting short sump saying that Call_function_send_error .&lt;/P&gt;&lt;P&gt;Please help me why it is happening.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kishore.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: kumar raju on Jan 6, 2010 7:44 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jan 2010 06:43:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-01-06T06:43:39Z</dc:date>
    <item>
      <title>Call_function_send_error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-send-error/m-p/6508519#M1423093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here i am facing the problem in multi-threading logic.&lt;/P&gt;&lt;P&gt;This is my code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'ZXXXX_FM'&lt;/P&gt;&lt;P&gt;        STARTING NEW TASK gv_task&lt;/P&gt;&lt;P&gt;        DESTINATION IN GROUP gv_grp&lt;/P&gt;&lt;P&gt;        PERFORMING customer_endprocess ON END OF TASK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am  running the above code in the work process loop. The loop is properly working upto 17 th work processes(gv_task = 17).&lt;/P&gt;&lt;P&gt;When looping through 18 th work process i am getting short sump saying that Call_function_send_error .&lt;/P&gt;&lt;P&gt;Please help me why it is happening.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kishore.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: kumar raju on Jan 6, 2010 7:44 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2010 06:43:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-send-error/m-p/6508519#M1423093</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-06T06:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Call_function_send_error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-send-error/m-p/6508520#M1423094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Usually (in my experience) this error arise when too many terminated asynchronous RFC call with response are waiting. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To solve the problem, count the task running or waiting when calling function (add 1 to counter) and decrease the counter in the end of task form (sub 1 to counter) and do not submit a new task if counter is too hign, instead wait for the counter is reduced (wait until counter &amp;lt; max)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NB: &lt;/P&gt;&lt;P&gt;- You may (should) use FM SPBT_INITIALIZE before starting (check [Parallel Processing with Asynchronous RFC|http://help.sap.com/saphelp_nw04/helpdata/EN/22/0425c6488911d189490000e829fbbd/frameset.htm])&lt;/P&gt;&lt;P&gt;- If that do not solve the problem, you may change you system configuration as per [Note 1065551 - Short dump: CALL_FUNCTION_SEND_ERROR, ARFC_RUN_NOWAIT|https://service.sap.com/sap/support/notes/1065551]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2010 07:23:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-send-error/m-p/6508520#M1423094</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2010-01-06T07:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: Call_function_send_error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-send-error/m-p/6508521#M1423095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your replay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2010 07:43:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-send-error/m-p/6508521#M1423095</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-06T07:43:27Z</dc:date>
    </item>
  </channel>
</rss>

