<?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 Parallel Processing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/6096267#M1359528</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 have implemented Parallel Processig in some of my programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The job takes in all available work process and assigns task for each.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case when all work processes are occupied, and if a new job is run then the job is abending.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any process, where in we can restrict say 5 work process for Parallel Processing and some critical process that should not be used by the parallel processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Aug 2009 10:52:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-25T10:52:09Z</dc:date>
    <item>
      <title>Parallel Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/6096267#M1359528</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 have implemented Parallel Processig in some of my programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The job takes in all available work process and assigns task for each.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case when all work processes are occupied, and if a new job is run then the job is abending.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any process, where in we can restrict say 5 work process for Parallel Processing and some critical process that should not be used by the parallel processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2009 10:52:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/6096267#M1359528</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-25T10:52: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/6096268#M1359529</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;if you are using ARFC (asynchronous RFC, starting new task) read this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/c4/3a7f39505211d189550000e829fbbd/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/c4/3a7f39505211d189550000e829fbbd/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and check note  986373, 595032 and 74141.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hermann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2009 15:08:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/6096268#M1359529</guid>
      <dc:creator>HermannGahm</dc:creator>
      <dc:date>2009-08-25T15:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/6096269#M1359530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;from the bellow function you can get all work processor information&lt;/P&gt;&lt;P&gt;what you can do is check if your program is already using 5 then keep the job waiting of you can decide what to  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;TH_DISPLAY_WORKPROCESS_LIST&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nafran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2009 07:29:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/6096269#M1359530</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-27T07:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/6096270#M1359531</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 may program the jobs: Use the five work process and chain the jobs in five 'threads'.&lt;/P&gt;&lt;P&gt;Ej: You have process 45 batch-inputs and you include every one in one job: You must process 45 Jobs ( 1,2,3,4, ...45).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Process ( jobs &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1-6-11-16&lt;/P&gt;&lt;P&gt;2-7-12-...&lt;/P&gt;&lt;P&gt;3-8-13&lt;/P&gt;&lt;P&gt;4-9-14&lt;/P&gt;&lt;P&gt;5-10-15&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and so on...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Job 6 is chain to job 1. Until Job 1 don´t finish Job 6 don´t begin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2009 11:31:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/6096270#M1359531</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-27T11:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/6096271#M1359532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I recommend the use of the function module 'SPTA_PARA_PROCESS_START_2'. Have a look at the demo 'SPTA_PARA_DEMO_1' for how to use this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's using system parameters to have at least some free work processes, and you can set the maximum number of parallel tasks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Carsten Grafflage on Sep 1, 2009 9:34 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2009 07:32:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/6096271#M1359532</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-01T07:32:56Z</dc:date>
    </item>
  </channel>
</rss>

