<?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: Processing data in parallel tasks in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/processing-data-in-parallel-tasks/m-p/1466316#M219614</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;By using 'WAIT' and 'RECEIVE' keywords we can interact with other RFC calls in parallel processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer following docs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parallel Processing in ABAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/people/naresh.pai/blog/2005/06/16/parallel-processing-in-abap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parallel Processing with Asynchronous RFC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_webas610/helpdata/en/22/0425c6488911d189490000e829fbbd/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_webas610/helpdata/en/22/0425c6488911d189490000e829fbbd/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parallel-Processing Function Modules&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04s/helpdata/en/fa/096ff6543b11d1898e0000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04s/helpdata/en/fa/096ff6543b11d1898e0000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Appana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Aug 2006 17:19:35 GMT</pubDate>
    <dc:creator>Laxmana_Appana_</dc:creator>
    <dc:date>2006-08-02T17:19:35Z</dc:date>
    <item>
      <title>Processing data in parallel tasks</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/processing-data-in-parallel-tasks/m-p/1466312#M219610</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;I have a question about parallel processing via RFC. When we process data in parallel processes using asynchron RFC calls, is it possible to stop processing of remaining tasks if an eoor in one of the tasks occur. For example, if we start 20 tasks and an error occurs at task 3, is it possible to stop processing of all remaining tasks?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Sükrü&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2006 16:28:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/processing-data-in-parallel-tasks/m-p/1466312#M219610</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-02T16:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: Processing data in parallel tasks</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/processing-data-in-parallel-tasks/m-p/1466313#M219611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Suekrue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the jobs start running simultaneously at the same time&lt;/P&gt;&lt;P&gt;you can't stop one job if other fails. However if some jobs start running after other you can catch exceptions and depending on that program in such a manner that if one job fails subsequent job is not triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Award points if found useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inder&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2006 17:15:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/processing-data-in-parallel-tasks/m-p/1466313#M219611</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-02T17:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: Processing data in parallel tasks</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/processing-data-in-parallel-tasks/m-p/1466314#M219612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume that you could set a flag in the shared buffer and be checking this flag in the RFC.  If something occurs during one instance of the RFC, set the flag in the shared buffer,  the rest of the instances of the RFC can abort next time the flag is checked.  Make sense?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the keywords IMPORT/EXPORT for syntax of the shared buffer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2006 17:17:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/processing-data-in-parallel-tasks/m-p/1466314#M219612</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-08-02T17:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: Processing data in parallel tasks</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/processing-data-in-parallel-tasks/m-p/1466315#M219613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Work process in parallel processing operate independently. If one task errors out it's not possible to stop other tasks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2006 17:18:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/processing-data-in-parallel-tasks/m-p/1466315#M219613</guid>
      <dc:creator>sridhar_k1</dc:creator>
      <dc:date>2006-08-02T17:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Processing data in parallel tasks</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/processing-data-in-parallel-tasks/m-p/1466316#M219614</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;By using 'WAIT' and 'RECEIVE' keywords we can interact with other RFC calls in parallel processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer following docs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parallel Processing in ABAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/people/naresh.pai/blog/2005/06/16/parallel-processing-in-abap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parallel Processing with Asynchronous RFC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_webas610/helpdata/en/22/0425c6488911d189490000e829fbbd/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_webas610/helpdata/en/22/0425c6488911d189490000e829fbbd/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parallel-Processing Function Modules&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04s/helpdata/en/fa/096ff6543b11d1898e0000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04s/helpdata/en/fa/096ff6543b11d1898e0000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Appana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2006 17:19:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/processing-data-in-parallel-tasks/m-p/1466316#M219614</guid>
      <dc:creator>Laxmana_Appana_</dc:creator>
      <dc:date>2006-08-02T17:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: Processing data in parallel tasks</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/processing-data-in-parallel-tasks/m-p/1466317#M219615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi !&lt;/P&gt;&lt;P&gt;You may think about the following...&lt;/P&gt;&lt;P&gt;You could set an enqueue of a Z... (Custom) object and check that enqueue in your RFC-Called functions.&lt;/P&gt;&lt;P&gt;If it is set you could exit them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is is, of course, not standard an has to be coded by yourself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some points would be nice if that helped a bit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2006 04:20:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/processing-data-in-parallel-tasks/m-p/1466317#M219615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-03T04:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Processing data in parallel tasks</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/processing-data-in-parallel-tasks/m-p/1466318#M219616</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;Thank you for your answers. Rich's answer seems to be reasonable, but since I am calling a function module of which coding I can not change(to program a wrapper FM also is not possible ) it is not possible for me to check a flag in the shared buffer. The data set in shared buffer is set on an application server, and if the RFC calls run on another application server, it does not make sense to check the flag.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Sükrü&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2006 06:08:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/processing-data-in-parallel-tasks/m-p/1466318#M219616</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-03T06:08:06Z</dc:date>
    </item>
  </channel>
</rss>

