<?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: Logic for Parallel Processing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/logic-for-parallel-processing/m-p/9632039#M1761937</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;You can trigger multiple background jobs using the multiple background processes that are available. You can check the number of background processes available in SM50. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also this is subject to the fact that the basic range of selection can process the data in parallel. i.e. facts like they access same tables for update or same entries in a particular table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some design level considerations have to be done like what is the range like say employee numbers or document numbers are generated after processing then not advisable not to as you can end up using same number ranges an thus may pick wrong document numbers or end up waiting for access. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Arindam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Jul 2013 11:07:29 GMT</pubDate>
    <dc:creator>arindam_m</dc:creator>
    <dc:date>2013-07-23T11:07:29Z</dc:date>
    <item>
      <title>Logic for Parallel Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logic-for-parallel-processing/m-p/9632035#M1761933</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 requirement in which I should send large data from database table to Application server.&lt;/P&gt;&lt;P&gt;This program is a batch program and will run every day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have date in the selection screen for batch program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i will have 8lakh data per day and this has to be sent to applcation server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got idea to do in &lt;STRONG&gt;Parallel processing. Can you suggest me the code &lt;/STRONG&gt;how i can do parallel processing for large data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 06:16:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logic-for-parallel-processing/m-p/9632035#M1761933</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-23T06:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: Logic for Parallel Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logic-for-parallel-processing/m-p/9632036#M1761934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hari,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You can find the logic SDN Wiki also if you can search you will find how to use. Pasting&amp;nbsp; the link from wiki &lt;A href="http://wiki.sdn.sap.com/wiki/display/ABAP/Parallel+Processing"&gt;http://wiki.sdn.sap.com/wiki/display/ABAP/Parallel+Processing&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Midhun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 10:07:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logic-for-parallel-processing/m-p/9632036#M1761934</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-23T10:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: Logic for Parallel Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logic-for-parallel-processing/m-p/9632037#M1761935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hari,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check some examples&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.sdn.sap.com/wiki/display/Snippets/ABAP+Code+for+Parallel+Cursor+-+Loop+Processing"&gt;http://wiki.sdn.sap.com/wiki/display/Snippets/ABAP+Code+for+Parallel+Cursor+-+Loop+Processing&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;Links without explanations are not permitted.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Venkat Gowrishankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 10:51:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logic-for-parallel-processing/m-p/9632037#M1761935</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-23T10:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Logic for Parallel Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logic-for-parallel-processing/m-p/9632038#M1761936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Parallel cursor and Parallel processing are different concepts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 10:53:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logic-for-parallel-processing/m-p/9632038#M1761936</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-23T10:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: Logic for Parallel Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logic-for-parallel-processing/m-p/9632039#M1761937</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;You can trigger multiple background jobs using the multiple background processes that are available. You can check the number of background processes available in SM50. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also this is subject to the fact that the basic range of selection can process the data in parallel. i.e. facts like they access same tables for update or same entries in a particular table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some design level considerations have to be done like what is the range like say employee numbers or document numbers are generated after processing then not advisable not to as you can end up using same number ranges an thus may pick wrong document numbers or end up waiting for access. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Arindam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 11:07:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logic-for-parallel-processing/m-p/9632039#M1761937</guid>
      <dc:creator>arindam_m</dc:creator>
      <dc:date>2013-07-23T11:07:29Z</dc:date>
    </item>
  </channel>
</rss>

