<?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: ARFC - short dump CALL_FUNCTION_REMOTE_ERROR in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/arfc-short-dump-call-function-remote-error/m-p/8003550#M1606985</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi FCosta,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, that's very difficult to answer what you could do about JCDS without more information. I think you should better post a new thread in the performance forum, indicate exactly what data you want to read, how you read it (the exact SQL request(s)), and which SQL requests are time-consuming (with the SQL explain plan if applicable).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Sandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 05 Jun 2011 19:43:11 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2011-06-05T19:43:11Z</dc:date>
    <item>
      <title>ARFC - short dump CALL_FUNCTION_REMOTE_ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/arfc-short-dump-call-function-remote-error/m-p/8003547#M1606982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am actually trying to improve a program that is taking much time everyday.&lt;/P&gt;&lt;P&gt;There are 5 selects to CO tables (independent) and tried to use ARFCs. All the code seems perfect.&lt;/P&gt;&lt;P&gt;Time out is defined as 1800 seconds (30 min).&lt;/P&gt;&lt;P&gt;Assuming I am calling these 5 FMs (using ARFC), why am I getting short dump CALL_FUNCTION_REMOTE_ERROR.&lt;/P&gt;&lt;P&gt;Looking ST22, the error ocurred due "Time limit exceeded."&lt;/P&gt;&lt;P&gt;Really, do no understand why the system is considering the time limit set in the system if I am executing these FMs using ARFC.&lt;/P&gt;&lt;P&gt;For sure there is something I missed.&lt;/P&gt;&lt;P&gt;Can you please help or give some hint?&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;FCosta&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: FCOSTA_SDN on Jun 5, 2011 2:46 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: FCOSTA_SDN on Jun 5, 2011 2:49 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jun 2011 12:46:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/arfc-short-dump-call-function-remote-error/m-p/8003547#M1606982</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-05T12:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: ARFC - short dump CALL_FUNCTION_REMOTE_ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/arfc-short-dump-call-function-remote-error/m-p/8003548#M1606983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi FCosta,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Timeout is always taken under consideration with dialog workprocesses, and aRFC (and any RFC) runs in dialog workprocesses. The only way to avoid that is to use background jobs (other ways can be used to avoid that in dialog but I doubt you should/can use them).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Sandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jun 2011 13:34:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/arfc-short-dump-call-function-remote-error/m-p/8003548#M1606983</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2011-06-05T13:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: ARFC - short dump CALL_FUNCTION_REMOTE_ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/arfc-short-dump-call-function-remote-error/m-p/8003549#M1606984</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;Thanks Sandra! Noticed you replied faster to my question. After checking SM66, realized you were right: ARFC is indeed using Dialog processes. I thought that with ARFC it would use BTC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am wondering if instead you can give some hint how to solve my issue, reading table JCDS (over 400 Million entries) improving performance and leaving rest of CO tables (4) using ARFC.&lt;/P&gt;&lt;P&gt;This one I removed from ARFC strategy due my 1800 max processing per PID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;FCosta&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: FCOSTA_SDN on Jun 5, 2011 9:03 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jun 2011 19:03:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/arfc-short-dump-call-function-remote-error/m-p/8003549#M1606984</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-05T19:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: ARFC - short dump CALL_FUNCTION_REMOTE_ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/arfc-short-dump-call-function-remote-error/m-p/8003550#M1606985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi FCosta,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, that's very difficult to answer what you could do about JCDS without more information. I think you should better post a new thread in the performance forum, indicate exactly what data you want to read, how you read it (the exact SQL request(s)), and which SQL requests are time-consuming (with the SQL explain plan if applicable).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Sandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jun 2011 19:43:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/arfc-short-dump-call-function-remote-error/m-p/8003550#M1606985</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2011-06-05T19:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: ARFC - short dump CALL_FUNCTION_REMOTE_ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/arfc-short-dump-call-function-remote-error/m-p/8003551#M1606986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jun 2011 20:28:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/arfc-short-dump-call-function-remote-error/m-p/8003551#M1606986</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-05T20:28:30Z</dc:date>
    </item>
  </channel>
</rss>

