<?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: Multithreading or parallel processing what i should use and how. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/multithreading-or-parallel-processing-what-i-should-use-and-how/m-p/10769213#M1877710</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sagar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Parallel processing will the same function module executes parallely?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My doubt is in one call the FM is executing, will FM called again before completing the first call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Narsireddy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Dec 2014 10:05:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-12-02T10:05:43Z</dc:date>
    <item>
      <title>Multithreading or parallel processing what i should use and how.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multithreading-or-parallel-processing-what-i-should-use-and-how/m-p/10769211#M1877708</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 created a function module where i am communiocating with webservice. The functionality is I am sending a number to the Website and getting back the result. Everything with function module is working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i Need to check a lot more numbers(around 7 hundread thousand numbers). I have all These numbers in a database table, if i program normally calling function module everytime it takes &lt;STRONG&gt;few days&lt;/STRONG&gt; to execute this program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So please suggest me how can i use parallel processing or multithreading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can send only one request to Website at time in single call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Narsireddy Cheruku&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2014 09:51:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multithreading-or-parallel-processing-what-i-should-use-and-how/m-p/10769211#M1877708</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-02T09:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: Multithreading or parallel processing what i should use and how.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multithreading-or-parallel-processing-what-i-should-use-and-how/m-p/10769212#M1877709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi NarsiReddy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parallel Processing would be efficient way to achieve your req. You can refer below documentation for this functionality .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/fa/096e92543b11d1898e0000e8322d00/content.htm" title="http://help.sap.com/saphelp_nw70/helpdata/en/fa/096e92543b11d1898e0000e8322d00/content.htm"&gt;Implementing Parallel Processing - Background Processing - SAP Library&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sagar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2014 09:59:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multithreading-or-parallel-processing-what-i-should-use-and-how/m-p/10769212#M1877709</guid>
      <dc:creator>former_member210770</dc:creator>
      <dc:date>2014-12-02T09:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: Multithreading or parallel processing what i should use and how.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multithreading-or-parallel-processing-what-i-should-use-and-how/m-p/10769213#M1877710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sagar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Parallel processing will the same function module executes parallely?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My doubt is in one call the FM is executing, will FM called again before completing the first call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Narsireddy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2014 10:05:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multithreading-or-parallel-processing-what-i-should-use-and-how/m-p/10769213#M1877710</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-02T10:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: Multithreading or parallel processing what i should use and how.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multithreading-or-parallel-processing-what-i-should-use-and-how/m-p/10769214#M1877711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi NarsiReddy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes you can execute same FM Parallel with different data. If you will go through this document you will get 1 example for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sagar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2014 10:16:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multithreading-or-parallel-processing-what-i-should-use-and-how/m-p/10769214#M1877711</guid>
      <dc:creator>former_member210770</dc:creator>
      <dc:date>2014-12-02T10:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Multithreading or parallel processing what i should use and how.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multithreading-or-parallel-processing-what-i-should-use-and-how/m-p/10769215#M1877712</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;Is it possible to use&lt;STRONG&gt; Loop&lt;/STRONG&gt; insted of &lt;STRONG&gt;Do&lt;/STRONG&gt; Statement while calling the Parallel processing function&amp;nbsp; module?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Narsireddy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2014 14:22:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multithreading-or-parallel-processing-what-i-should-use-and-how/m-p/10769215#M1877712</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-04T14:22:08Z</dc:date>
    </item>
  </channel>
</rss>

