<?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: Program - Parallel processing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-parallel-processing/m-p/5346308#M1231237</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Use the following link for parallel processing.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/erp2005_ehp_04/helpdata/EN/7e/cb836643a311d189ee0000e81ddfac/frameset.htm" target="test_blank"&gt;http://help.sap.com/erp2005_ehp_04/helpdata/EN/7e/cb836643a311d189ee0000e81ddfac/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the submit option in background processing , enter word "submit" in SE38, click on F1, you will get complete documentatsion and technical details on using it in program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mansi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Mar 2009 05:12:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-06T05:12:01Z</dc:date>
    <item>
      <title>Program - Parallel processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-parallel-processing/m-p/5346306#M1231235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I need to get an idea about the parallel processing of a program to get a better performance and submit the program in background. If anyone have any simple code which give a better undersatnding please post it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2009 05:07:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-parallel-processing/m-p/5346306#M1231235</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-06T05:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: Program - Parallel processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-parallel-processing/m-p/5346307#M1231236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First get data from Application server or Presentation server.&lt;/P&gt;&lt;P&gt;Taka a count and for every 1lakh records open a job and submit it and close the job. then get next 1 lakh records and do the same. It will create multiple jobs at same time and process parallely. But at the end of the main program make sure to check the status of the all jobs so that once all jobs are finished then  complete your main program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2009 05:11:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-parallel-processing/m-p/5346307#M1231236</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-06T05:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Program - Parallel processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-parallel-processing/m-p/5346308#M1231237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Use the following link for parallel processing.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/erp2005_ehp_04/helpdata/EN/7e/cb836643a311d189ee0000e81ddfac/frameset.htm" target="test_blank"&gt;http://help.sap.com/erp2005_ehp_04/helpdata/EN/7e/cb836643a311d189ee0000e81ddfac/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the submit option in background processing , enter word "submit" in SE38, click on F1, you will get complete documentatsion and technical details on using it in program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mansi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2009 05:12:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-parallel-processing/m-p/5346308#M1231237</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-06T05:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: Program - Parallel processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-parallel-processing/m-p/5346309#M1231238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vighnesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can search a lot about  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;parallel processing&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; in SCN.&lt;/P&gt;&lt;P&gt;Use advance search option like.....&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&amp;amp;query=parallel" target="test_blank"&gt;https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&amp;amp;query=parallel&lt;/A&gt;&lt;EM&gt;processing&lt;/EM&gt;&amp;amp;adv=false&amp;amp;sortby=cm_rnd_rankvalue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know in case of any issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;s@chin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2009 05:16:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-parallel-processing/m-p/5346309#M1231238</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-06T05:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: Program - Parallel processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-parallel-processing/m-p/5346310#M1231239</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;Refer wiki on &lt;STRONG&gt;Enhanced - Easily implement parallel processing in online and batch processing&lt;/STRONG&gt;:-&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/scn/wiki?path=/display/snippets/enhanced%252b-%252beasily%252bimplement%252bparallel%252bprocessing%252bin%252bonline%252band%252bbatch%252bprocessing" target="test_blank"&gt;https://www.sdn.sap.com/irj/scn/wiki?path=/display/snippets/enhanced%252b-%252beasily%252bimplement%252bparallel%252bprocessing%252bin%252bonline%252band%252bbatch%252bprocessing&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tarun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2009 05:20:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-parallel-processing/m-p/5346310#M1231239</guid>
      <dc:creator>I355602</dc:creator>
      <dc:date>2009-03-06T05:20:45Z</dc:date>
    </item>
  </channel>
</rss>

