<?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: Using different work processes in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-different-work-processes/m-p/2544200#M578507</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think, you can not distribuite the work in dofferent WPs, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also there is nothing like Multi-Threading in SAP.&lt;/P&gt;&lt;P&gt;        Only you can split the data and download seperately...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chetan Shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jul 2007 09:23:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-10T09:23:35Z</dc:date>
    <item>
      <title>Using different work processes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-different-work-processes/m-p/2544199#M578506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;            if we need to make use of diferrent work processes while the execution of a simple file download program,how can we achieve that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg : if you are downloading the data to as Application server and it has 1 Lakh records.It should distribute the load among the available work processed ,can that be possible.&lt;/P&gt;&lt;P&gt;Awaiting for any suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in adv,&lt;/P&gt;&lt;P&gt;Krishna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 08:02:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-different-work-processes/m-p/2544199#M578506</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-10T08:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: Using different work processes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-different-work-processes/m-p/2544200#M578507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think, you can not distribuite the work in dofferent WPs, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also there is nothing like Multi-Threading in SAP.&lt;/P&gt;&lt;P&gt;        Only you can split the data and download seperately...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chetan Shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 09:23:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-different-work-processes/m-p/2544200#M578507</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-10T09:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: Using different work processes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-different-work-processes/m-p/2544201#M578508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;there is no such mechanism of making use of different work processes, only thing is system takes care of load balancing if u have more than one application server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2007 06:40:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-different-work-processes/m-p/2544201#M578508</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-11T06:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Using different work processes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-different-work-processes/m-p/2544202#M578509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;look at SAP program RUTBTPA0 (available in ECC5 / ECC6 - not sure about earlier versions)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems to offer what you want - you would need to put your code in an appropriate function module.  Each task would need to write to a different file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Program comments start with:&lt;/P&gt;&lt;P&gt;***********************************************************************&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Tool for starting parallel tasks&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; - does scheduling of tasks on available server&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; - handles start and receive errors&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; - partitions input and merges output&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;***********************************************************************&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;At the end you will find an scheme how to parallelize your program&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;by including RUTBTPA0.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;***********************************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- see comments at end of the program for details on steps required&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2007 06:52:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-different-work-processes/m-p/2544202#M578509</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-11T06:52:19Z</dc:date>
    </item>
  </channel>
</rss>

