<?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: CALL_FUNCTION_REMOTE_ERROR dump at RECEIVE RESULTS FROM FUNCTION in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-remote-error-dump-at-receive-results-from-function/m-p/10366684#M1839432</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Charm,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There might be 2 reasons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.As mentioned by Always learner above.&lt;/P&gt;&lt;P&gt;2.Check the Z RFC function module.Inside the program for improving the performance they might have set some conditions like process only so and so data if more abend.It happens in most of the Zfunction modules.Please debug or read through the comments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will be helpful. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/877/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kannan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Jun 2014 03:34:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-06-13T03:34:14Z</dc:date>
    <item>
      <title>CALL_FUNCTION_REMOTE_ERROR dump at RECEIVE RESULTS FROM FUNCTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-remote-error-dump-at-receive-results-from-function/m-p/10366680#M1839428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ABAP experts!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting the dump CALL_FUNCTION_REMOTE_ERROR when receiving results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my code..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/474369" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Got the dump when executing the line RECEIVE RESULTS FROM FUNCTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I only encounter the dump when processing thousands of records.&lt;/P&gt;&lt;P&gt;For few records, it works perfectly fine.&lt;/P&gt;&lt;P&gt;Also, when I have multiple jobs, for the first few call of this RECEIVE RESULTS, I got no dump but after few more run of this line, that's when I get CALL_FUNCTION_REMOTE_ERROR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea why is this happening and how to solve it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help... Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Charm&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2014 01:33:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-remote-error-dump-at-receive-results-from-function/m-p/10366680#M1839428</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-13T01:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: CALL_FUNCTION_REMOTE_ERROR dump at RECEIVE RESULTS FROM FUNCTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-remote-error-dump-at-receive-results-from-function/m-p/10366681#M1839429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Charmi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Call Function fname Starting new task statement creates dialogue work process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The idle Time Limit&amp;nbsp; will be set for dialogue users (approximately 3600 secs) . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since the volume of data is more and then timeout is happening. This may be one of the reason for CALL_FUNCTION_REMOTE_ERROR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2014 02:10:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-remote-error-dump-at-receive-results-from-function/m-p/10366681#M1839429</guid>
      <dc:creator>Mohamed_Mukhtar</dc:creator>
      <dc:date>2014-06-13T02:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: CALL_FUNCTION_REMOTE_ERROR dump at RECEIVE RESULTS FROM FUNCTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-remote-error-dump-at-receive-results-from-function/m-p/10366682#M1839430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Always Learner,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you any suggestion on how to resolve this?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2014 03:23:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-remote-error-dump-at-receive-results-from-function/m-p/10366682#M1839430</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-13T03:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: CALL_FUNCTION_REMOTE_ERROR dump at RECEIVE RESULTS FROM FUNCTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-remote-error-dump-at-receive-results-from-function/m-p/10366683#M1839431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Best way to identify the problem is too debug the RFC in remote system and you can find the short dump details in ST22.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2014 03:27:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-remote-error-dump-at-receive-results-from-function/m-p/10366683#M1839431</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2014-06-13T03:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: CALL_FUNCTION_REMOTE_ERROR dump at RECEIVE RESULTS FROM FUNCTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-remote-error-dump-at-receive-results-from-function/m-p/10366684#M1839432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Charm,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There might be 2 reasons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.As mentioned by Always learner above.&lt;/P&gt;&lt;P&gt;2.Check the Z RFC function module.Inside the program for improving the performance they might have set some conditions like process only so and so data if more abend.It happens in most of the Zfunction modules.Please debug or read through the comments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will be helpful. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/877/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kannan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2014 03:34:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-remote-error-dump-at-receive-results-from-function/m-p/10366684#M1839432</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-13T03:34:14Z</dc:date>
    </item>
  </channel>
</rss>

