<?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 Doubt in back-ground parallel processing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-back-ground-parallel-processing/m-p/1771558#M333133</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have basic doubt regarding background processing.&lt;/P&gt;&lt;P&gt;I have a requirement of processing 2 million records, if I go with just back ground job scheduling it is taking too much time, they wanted to finish the job with in 2 hrs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The solution is &amp;lt;u&amp;gt;&amp;lt;b&amp;gt;background job parallel- processing&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;. I get into so many threads, I find the solutions in 2 ways. Please clarify my doubts&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;&amp;lt;b&amp;gt;First way solution:&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt; I observed that as per the suggestion in threads for back ground just call the remote FMs in a New task. &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Doubt 1:&amp;lt;/b&amp;gt; Is this process works in background mode. ?&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Doubt 2:&amp;lt;/b&amp;gt; Suppose if the FM is calling more than 6 time, is it lead to dump, I mean to say we are creating more than 6 sessions in back ground by calling FMs in a New task..&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Doubt 3:&amp;lt;/b&amp;gt; can we write submit program in that FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;&amp;lt;b&amp;gt;2nd way solution:&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt; Opening a job, summiting job and closing job.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Doubt 1:&amp;lt;/b&amp;gt; Suppose I split the 2 million records into 4 files each having 5 lacks. I opened job for first file and submitted to program using submit and return and close the job. &lt;/P&gt;&lt;P&gt;Once the first job is finished I will open 2nd job and do the same process above.&lt;/P&gt;&lt;P&gt;I feel this solution looks like serial processing, Please clarify my doubts, I need to implement the logic based on your suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Basha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Jan 2007 06:24:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-03T06:24:02Z</dc:date>
    <item>
      <title>Doubt in back-ground parallel processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-back-ground-parallel-processing/m-p/1771558#M333133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have basic doubt regarding background processing.&lt;/P&gt;&lt;P&gt;I have a requirement of processing 2 million records, if I go with just back ground job scheduling it is taking too much time, they wanted to finish the job with in 2 hrs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The solution is &amp;lt;u&amp;gt;&amp;lt;b&amp;gt;background job parallel- processing&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;. I get into so many threads, I find the solutions in 2 ways. Please clarify my doubts&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;&amp;lt;b&amp;gt;First way solution:&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt; I observed that as per the suggestion in threads for back ground just call the remote FMs in a New task. &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Doubt 1:&amp;lt;/b&amp;gt; Is this process works in background mode. ?&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Doubt 2:&amp;lt;/b&amp;gt; Suppose if the FM is calling more than 6 time, is it lead to dump, I mean to say we are creating more than 6 sessions in back ground by calling FMs in a New task..&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Doubt 3:&amp;lt;/b&amp;gt; can we write submit program in that FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;&amp;lt;b&amp;gt;2nd way solution:&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt; Opening a job, summiting job and closing job.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Doubt 1:&amp;lt;/b&amp;gt; Suppose I split the 2 million records into 4 files each having 5 lacks. I opened job for first file and submitted to program using submit and return and close the job. &lt;/P&gt;&lt;P&gt;Once the first job is finished I will open 2nd job and do the same process above.&lt;/P&gt;&lt;P&gt;I feel this solution looks like serial processing, Please clarify my doubts, I need to implement the logic based on your suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Basha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 06:24:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-back-ground-parallel-processing/m-p/1771558#M333133</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-03T06:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in back-ground parallel processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-back-ground-parallel-processing/m-p/1771559#M333134</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;The 2nd solution seems to be good. But execute the second solution instead of Serial processing make as parallel processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You split 20 laks records into 4 parts, Each part having 5 lakh records and submit the same job 4 times and specify these 4 different parts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first solution also working fine but it will more expensive since your consuming the network bandwidth.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bhupal Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 06:41:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-back-ground-parallel-processing/m-p/1771559#M333134</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-03T06:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in back-ground parallel processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-back-ground-parallel-processing/m-p/1771560#M333135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bhupal Reddy,&lt;/P&gt;&lt;P&gt;Thanks for your kind response. I need some more clarification from you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you said, if i go with 2nd solution, once i open the job you mean to say i need to call the FM "JOB_SUBMIT" 4 times. I think this will also works as serial processing way, once the 1st FM JOB_SUBMIT is get processed, then only 2nd FM JOB_SUBMIT get called. i hope you got my doubt. Please revert back to me with your suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Basha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 08:36:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-back-ground-parallel-processing/m-p/1771560#M333135</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-03T08:36:14Z</dc:date>
    </item>
  </channel>
</rss>

