<?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: Parallel Processing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/1482084#M225429</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Furong&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Can you tell us whatz the requirement for waiting until all the 1000 jobs are finished? Maybe if we try to get that way, someone here can propose a better solution if any for your case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Aug 2006 20:41:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-11T20:41:03Z</dc:date>
    <item>
      <title>Parallel Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/1482072#M225417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Does anyone impletementation of Parallel processing? Is the statement 'WAIT UNTIL rec_jobs &amp;gt;= snd_jobs working? We started to implement this 2 month ago, it was working fine, but recently it looks this statement not working properly. Anybody have this experience before. Do System configuration or others factors affect this statemen? Very much apprecite for your input. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 15:16:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/1482072#M225417</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-11T15:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/1482073#M225418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Your question is not clear.&lt;/P&gt;&lt;P&gt;Parallel processing of what? Detail your process please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 19:05:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/1482073#M225418</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-11T19:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/1482074#M225419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Furong&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I have worked on parallel processing. Depending on the number of backgroung processes set by basis adminstrators the number of jobs will be scheduled in background. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Supposing you have 10 jobs to execute in parallel and 4 background processes, the jobs will execute in sequence. If you are like submitting some other program internally within a program that will take precedence to the next job in sequence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Do revert back if you need more info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 19:08:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/1482074#M225419</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-11T19:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/1482075#M225420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Refer this section of prerequisites&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"SAP system resources: In order to process tasks from parallel jobs, a server in your SAP system must have at least 3 dialog work processes. It must also meet the workload criteria of the parallel processing system: Dispatcher queue less than 10% full, at least one dialog work process free for processing tasks from the parallel job."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer this link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/fa/096e92543b11d1898e0000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/fa/096e92543b11d1898e0000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 19:15:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/1482075#M225420</guid>
      <dc:creator>Manohar2u</dc:creator>
      <dc:date>2006-08-11T19:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/1482076#M225421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eswar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your reply. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have more than 1000 jobs and have about 200 processes. WE define 4 servers in a group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my program, it looks fine to submit these jobs (by loop and endloop. After submit the jobs, i use WAIT UNTIL rec_jobs &amp;gt; = send_jobs to wait all jobs completed, afetr get all data from these 1000 jobs, program cintinues to process data. It worked good for 2 months. But recently rec_jobs &amp;gt; = send_jo did not satisfy. what is possible reasons? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) some process got lost due to some other heavy jobs (other parallel programs) are running at the same time? system issue?&lt;/P&gt;&lt;P&gt;2) WAIT UNTIL rec_jobs &amp;gt;= send_jobs is not working properly? if this is the case, any SAP notes can help? i did some research, but did not find out any info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 19:35:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/1482076#M225421</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-11T19:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/1482077#M225422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Furong&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Can that happen due to the load balancing in your system. As your system is having 4 servers in a group and if jobs are going to different servers, will that effect your condition rec_jobs &amp;gt;= send_jobs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Itz just a wild guess, am not sure of how the system reacts for this scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 19:50:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/1482077#M225422</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-11T19:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/1482078#M225423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eswar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks. I fully agree with you, I do not think there is no bug for WAIT UNTIL statemnet. but our basis team insists that WAIT UNTIL statement is not working properly. As an ABAP developer, what should i do to find out this solution? We have requested SAP, not yet get feed back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 20:05:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/1482078#M225423</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-11T20:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/1482079#M225424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Furong&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I am not on SAP System now, so can not advice on the exact solution. But i think we have an option to forcifully execute the job on a particular server. Please try to explore on the same. Similarly ask your BASIS adminstrator if itz possible to make one server out of 4 specific for background jobs so whenever a job is triggered it will go to a specific server. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 20:12:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/1482079#M225424</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-11T20:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/1482080#M225425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You've mentioned "rec_jobs &amp;gt; = send_jo did not satisfy" so your original program is waiting forever? &lt;/P&gt;&lt;P&gt; One possible reason for that condition being not true is, some of the parallel tasks might be timing out and not executing the RECEIVE subroutine. Check ST22 for timeouts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 20:24:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/1482080#M225425</guid>
      <dc:creator>sridhar_k1</dc:creator>
      <dc:date>2006-08-11T20:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/1482081#M225426</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;Thanks a lot. I will ask Basis to specific one or two server to run one program. Currently 3 parallel programs are runing at same time. first program is running on 5 servers (we have 5 servers totally), second program program is running in 4 server, and last program use same as second one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 20:25:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/1482081#M225426</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-11T20:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/1482082#M225427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sridhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply. I do think so, but there is no dump when i check ST22.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 20:30:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/1482082#M225427</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-11T20:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/1482083#M225428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you check dumps in all appservers? I think ST22 by default shown dumps in the appserver you loged into.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 20:38:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/1482083#M225428</guid>
      <dc:creator>sridhar_k1</dc:creator>
      <dc:date>2006-08-11T20:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/1482084#M225429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Furong&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Can you tell us whatz the requirement for waiting until all the 1000 jobs are finished? Maybe if we try to get that way, someone here can propose a better solution if any for your case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 20:41:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/1482084#M225429</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-11T20:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/1482085#M225430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sridhar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I guess what your assumption of encountering a short dump for TIME OUT might be right if the initiating program is executed online and the called programs take huge amount of time for execution but that does not happen if the initiating program is executed in a background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Please correct me if i am wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 20:44:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/1482085#M225430</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-11T20:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/1482086#M225431</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;I checked all the server, there is no dump. thanks. Is it possible in system log?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 20:53:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/1482086#M225431</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-11T20:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/1482087#M225432</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;all parallel programs are running in backgroud.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 20:55:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/1482087#M225432</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-11T20:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/1482088#M225433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
Dear Furong

   As you are saying that you have to wait until all the 
jobs are finished, how about creating one single job 
with all the programs to be executed as steps and then 
doing the later processing as a last step in the job though i agree that this will effect your concept of parallel processing.

  For this do the following steps: 
1. Use FM: JOB_OPEN to open a new job reterive the job 
number with Proposed Jobname
2. submit the programs(1000).
3. Use FM: JOB_CLOSE with Job Name and Job Number from 
FM JOB_OPEN.

Note: You have to set 'X' to start immediately in export 
parameters of FM:JOB_CLOSE.

Kind Regards
Eswar

&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 21:06:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/1482088#M225433</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-11T21:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/1482089#M225434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have these exceptions in your ARFC call:&lt;/P&gt;&lt;P&gt;system_failure&lt;/P&gt;&lt;P&gt;communication_failure&lt;/P&gt;&lt;P&gt;resource_failure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How are you incrementing snd_jobs variable? is it immediately after the arfc call or after checking sy-subrc for above exceptions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 22:40:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/1482089#M225434</guid>
      <dc:creator>sridhar_k1</dc:creator>
      <dc:date>2006-08-11T22:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/1482090#M225435</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 code is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    LOOP AT it_sum.&lt;/P&gt;&lt;P&gt;       it_sum_temp = it_sum.&lt;/P&gt;&lt;P&gt;       DO.&lt;/P&gt;&lt;P&gt;          CALL FUNCTION 'ZPP_CHECK_CONDITION'&lt;/P&gt;&lt;P&gt;            STARTING NEW TASK taskname&lt;/P&gt;&lt;P&gt;            DESTINATION IN GROUP p_srvgrp&lt;/P&gt;&lt;P&gt;            PERFORMING task_receive ON END OF TASK&lt;/P&gt;&lt;P&gt;           TABLES&lt;/P&gt;&lt;P&gt;             p_pharse       = it_pharse&lt;/P&gt;&lt;P&gt;             p_sum          = it_sum_temp&lt;/P&gt;&lt;P&gt;           EXCEPTIONS&lt;/P&gt;&lt;P&gt;             system_failure        = 1&lt;/P&gt;&lt;P&gt;             communication_failure = 2&lt;/P&gt;&lt;P&gt;             RESOURCE_FAILURE      = 3.&lt;/P&gt;&lt;P&gt;          CASE sy-subrc.&lt;/P&gt;&lt;P&gt;            WHEN 0.&lt;/P&gt;&lt;P&gt;              taskname = taskname + 1.&lt;/P&gt;&lt;P&gt;              snd_jobs = snd_jobs + 1.&lt;/P&gt;&lt;P&gt;              CLEAR: excep_flag.&lt;/P&gt;&lt;P&gt;              EXIT.&lt;/P&gt;&lt;P&gt;            WHEN 1 OR 2.&lt;/P&gt;&lt;P&gt;              excep_flag = 'X'.&lt;/P&gt;&lt;P&gt;            WHEN 3.&lt;/P&gt;&lt;P&gt;              IF excep_flag = space.&lt;/P&gt;&lt;P&gt;                excep_flag = 'X'.&lt;/P&gt;&lt;P&gt;                WAIT UNTIL rcv_jobs &amp;gt;= snd_jobs UP TO '0.1' SECONDS.&lt;/P&gt;&lt;P&gt;              ELSE.&lt;/P&gt;&lt;P&gt;                WAIT UNTIL rcv_jobs &amp;gt;= snd_jobs UP TO '1.0' SECONDS.&lt;/P&gt;&lt;P&gt;              ENDIF.&lt;/P&gt;&lt;P&gt;              IF sy-subrc EQ 0.&lt;/P&gt;&lt;P&gt;                CLEAR excep_flag.&lt;/P&gt;&lt;P&gt;              ENDIF.&lt;/P&gt;&lt;P&gt;          ENDCASE.&lt;/P&gt;&lt;P&gt;        ENDDO.&lt;/P&gt;&lt;P&gt;        CLEAR: it_sum_temp, it_sum_temp[].&lt;/P&gt;&lt;P&gt;    ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    WAIT UNTIL rcv_jobs &amp;gt;= snd_jobs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2006 12:38:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/1482090#M225435</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-14T12:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/1482091#M225436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One possible issue with the do loop in the code is, if one of the exception is raised every time because of unavailable work process, the program keeps on looping and never reach the last WAIT statement, this might be happening in your case. To test, exit the do loop after some time if it's looping for the same it_sum record. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is just FYI:&lt;/P&gt;&lt;P&gt;If resource_failed exception raised when  rcv_jobs = snd_jobs (first loop pass or after some loops) the WAIT in the if condition does not wait the specefied amount of time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2006 14:24:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/1482091#M225436</guid>
      <dc:creator>sridhar_k1</dc:creator>
      <dc:date>2006-08-14T14:24:02Z</dc:date>
    </item>
  </channel>
</rss>

