<?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: Standard Program - Parallel Processing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-program-parallel-processing/m-p/3099611#M735451</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can built a logic as below.&lt;/P&gt;&lt;P&gt;Use the PACKAGE SIZE to retrieve the data. So lets say your package size is 10K.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT...PACKAGE SIZE 10000..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT these 10K to background job..&lt;/P&gt;&lt;P&gt;ENDSELECT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just before submitting them to the background you need to do some kind of verifications as the status of the earlier job and its results etc. It's just a rough idea but you need to build logic something like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Nov 2007 15:21:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-16T15:21:20Z</dc:date>
    <item>
      <title>Standard Program - Parallel Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-program-parallel-processing/m-p/3099602#M735442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any standard program or transaction which allows me to execute another program parallely ( in background with multiple sessions ) ? ( It's not SM37 ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2007 14:49:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-program-parallel-processing/m-p/3099602#M735442</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-16T14:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Standard Program - Parallel Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-program-parallel-processing/m-p/3099603#M735443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are concerning about report, than you can run more than 1 report simentanously.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's say FBL5N (Customer line items) report, you can in two session for same selection criteria. But keep in mind that both this session has no relations internally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2007 14:52:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-program-parallel-processing/m-p/3099603#M735443</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-11-16T14:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: Standard Program - Parallel Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-program-parallel-processing/m-p/3099604#M735444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;Sorry, but didn't got what you actually looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2007 14:53:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-program-parallel-processing/m-p/3099604#M735444</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-16T14:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Standard Program - Parallel Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-program-parallel-processing/m-p/3099605#M735445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. I have a program which takes lots of time to complete. The input to this program is Article/Material number and I am executing the program for 1000k articles. I am thinking about an option of creating batch jobs each with 10k articles running parallely.  But, I don't want to create 100 variants and execute it via SM37. Is there any other option to accomplish my requirement ? Any programs / transaction codes which will help me to do the job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2007 15:04:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-program-parallel-processing/m-p/3099605#M735445</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-16T15:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: Standard Program - Parallel Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-program-parallel-processing/m-p/3099606#M735446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But what is the point in creating multiple background jobs with splitting of records. Then you can just split your selection and run the same program again for all of them. And if the program is going to be run in background and it is not dumping then there is no need to split it in multiple batches.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2007 15:09:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-program-parallel-processing/m-p/3099606#M735446</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-16T15:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: Standard Program - Parallel Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-program-parallel-processing/m-p/3099607#M735447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes ... we can do it.. but it is little bit complex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My plan is to schedule a job from one program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like:&lt;/P&gt;&lt;P&gt;1. PRogram 1 will select the data for only the material number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Move the requried data 10K to one internal table&lt;/P&gt;&lt;P&gt;Export this table to memory ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Schedule a job programatically for the main program which is taking much time  in the first program itself.&lt;/P&gt;&lt;P&gt;- JOB_OPEN&lt;/P&gt;&lt;P&gt;- SUBMIT MAIN_REPORT WITH SOME PARAMETERS VIA JOBNUMBER AND JOBNAME&lt;/P&gt;&lt;P&gt;- JOB_CLOSE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. In the Main program, fatch the data from the memory&lt;/P&gt;&lt;P&gt;IMPORT ITAB FROM MEMROY ID 'ZSDDD'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 2 to 4 will be in the loop.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;LOOP AT  ITAB . "Table with 100K records
   STEP 2
   STEP 3
   STEP 4
ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2007 15:11:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-program-parallel-processing/m-p/3099607#M735447</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-11-16T15:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: Standard Program - Parallel Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-program-parallel-processing/m-p/3099608#M735448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The program takes 6hours to process 1000k articles. If I can split it into 100 batches of 10k each (10 of them running in parallel at any point in time, till all the batches are completed), I can drastically reduce the processing time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2007 15:14:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-program-parallel-processing/m-p/3099608#M735448</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-16T15:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: Standard Program - Parallel Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-program-parallel-processing/m-p/3099609#M735449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Naimesh for your inputs. But, it involves development effort. I am looking for a generic  program / tcode which helps me to do it. I dont have any budget to hire an ABAP developer to accomplish this task &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2007 15:18:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-program-parallel-processing/m-p/3099609#M735449</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-16T15:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Standard Program - Parallel Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-program-parallel-processing/m-p/3099610#M735450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't have any idea about any standard program which can do this, but I think so there will not be any standard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you said it is taking much more time in execution, you can schedule the job Over Night. SO, when you come next morning you will have your job finished. Just a thought ..!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2007 15:21:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-program-parallel-processing/m-p/3099610#M735450</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-11-16T15:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: Standard Program - Parallel Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-program-parallel-processing/m-p/3099611#M735451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can built a logic as below.&lt;/P&gt;&lt;P&gt;Use the PACKAGE SIZE to retrieve the data. So lets say your package size is 10K.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT...PACKAGE SIZE 10000..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT these 10K to background job..&lt;/P&gt;&lt;P&gt;ENDSELECT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just before submitting them to the background you need to do some kind of verifications as the status of the earlier job and its results etc. It's just a rough idea but you need to build logic something like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2007 15:21:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-program-parallel-processing/m-p/3099611#M735451</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-16T15:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: Standard Program - Parallel Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-program-parallel-processing/m-p/3099612#M735452</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;To multitask an abap program, a standard way is to use asynchronous RFC calls with this syntax :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION func STARTING NEW TASK task &lt;/P&gt;&lt;P&gt;              [DESTINATION {dest|{IN GROUP {group|DEFAULT}}}] &lt;/P&gt;&lt;P&gt;              parameter_list &lt;/P&gt;&lt;P&gt;              [{PERFORMING subr}|{CALLING meth} ON END OF TASK]. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Extras: &lt;/P&gt;&lt;P&gt;1. ... DESTINATION IN GROUP {group|DEFAULT} &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. ... {PERFORMING subr}|{CALLING meth} ON END OF TASK &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this example :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://help.sap.com/saphelp_nw70/helpdata/en/22/042592488911d189490000e829fbbd/frameset.htm"&amp;gt;Asynchronous RFC Parallel processing Example&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Olivier&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2007 16:19:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-program-parallel-processing/m-p/3099612#M735452</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-16T16:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Standard Program - Parallel Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-program-parallel-processing/m-p/3099613#M735453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a standard program that does exactly this - but I can't recall the name and I've had trouble finding reference to it... I'm going to keep looking and will post it back here ASAP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2007 13:08:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-program-parallel-processing/m-p/3099613#M735453</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-20T13:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: Standard Program - Parallel Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-program-parallel-processing/m-p/3099614#M735454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try transaction code WLCPAR - there is very explicit program documentation available from the 'info' icon. If this works for you please consider points... &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2007 15:58:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-program-parallel-processing/m-p/3099614#M735454</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-20T15:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: Standard Program - Parallel Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-program-parallel-processing/m-p/3099615#M735455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have given the idea of parallel processing of batch jobs. Actually I have got exactly the same problem in my scenario.&lt;/P&gt;&lt;P&gt;In my case there is a program logic that as the number of customers are greater than 30000, the program exits. Now I need to process more than 30000 record but in the same time I need to maintain exactly the same time to finish the process. I am really very worried to solve the problem . So can you please help me with sample programs so as to divide more than 30000 records into parts and run them them in jobs in parallel process. I need it soon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Abhik Biswas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 May 2010 19:01:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-program-parallel-processing/m-p/3099615#M735455</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-05T19:01:42Z</dc:date>
    </item>
  </channel>
</rss>

