<?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--share your suggestions in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-share-your-suggestions/m-p/1156076#M118893</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CALL FUNCTION func DESTINATION dest STARTING NEW TASK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U need to set up RFC DESTINATION IN SM59.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Feb 2006 05:35:07 GMT</pubDate>
    <dc:creator>hymavathi_oruganti</dc:creator>
    <dc:date>2006-02-27T05:35:07Z</dc:date>
    <item>
      <title>parallel processing--share your suggestions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-share-your-suggestions/m-p/1156075#M118892</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;   I have a program which is taking long time (min 10days)to run because of 4 millian data.Thing is i am planning to use parallel processing, i have gone through help documents.They have used one Syntax&lt;/P&gt;&lt;P&gt;"CALL FUNCTION func ...STARTING NEW TASK task name "&lt;/P&gt;&lt;P&gt;ans some additions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What this function module name?.Do i need to create a &lt;/P&gt;&lt;P&gt;"RFC function module" and call my report from this function module.My problem is how to use my progarm and this SYNTAX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any will explain and give some suggestion on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : I fine tunned this program Max.extend&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Murali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2006 05:29:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-share-your-suggestions/m-p/1156075#M118892</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-27T05:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: parallel processing--share your suggestions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-share-your-suggestions/m-p/1156076#M118893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CALL FUNCTION func DESTINATION dest STARTING NEW TASK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U need to set up RFC DESTINATION IN SM59.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2006 05:35:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-share-your-suggestions/m-p/1156076#M118893</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2006-02-27T05:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: parallel processing--share your suggestions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-share-your-suggestions/m-p/1156077#M118894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;   You will have to create a fuction module for the task, enable RFC for the fuction module. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  The call for a RFC defers only that the destination field is added to the call denoting where the fuction module resides.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2006 05:39:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-share-your-suggestions/m-p/1156077#M118894</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-27T05:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: parallel processing--share your suggestions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-share-your-suggestions/m-p/1156078#M118895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess this is what you asked for...&lt;/P&gt;&lt;P&gt;To call this attach a tcode to your program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA t(8).
DATA tcode(6).
tcode = 'SE11'.
t = 'tid001'.

CALL FUNCTION &amp;lt;b&amp;gt;'ABAP4_CALL_TRANSACTION'&amp;lt;/b&amp;gt;  
STARTING NEW TASK t  
EXPORTING
TCODE                         = tcode
.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2006 05:41:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-share-your-suggestions/m-p/1156078#M118895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-27T05:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: parallel processing--share your suggestions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-share-your-suggestions/m-p/1156079#M118896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt; what my question is :&lt;/P&gt;&lt;P&gt;  Total my code is in a program Which is taking long time OK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  1.What should i write in RFC function module?&lt;/P&gt;&lt;P&gt;  2.Where  shold i call this function module by using&lt;/P&gt;&lt;P&gt;    that syntax?&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  (OR) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   1. Do i need to call taht Program  from function module&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2006 06:14:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-share-your-suggestions/m-p/1156079#M118896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-27T06:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: parallel processing--share your suggestions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-share-your-suggestions/m-p/1156080#M118897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Murali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are many considerations for starting the job in parallel. &lt;/P&gt;&lt;P&gt;1. u should be able to logically break the job for parallel process to handle.&lt;/P&gt;&lt;P&gt;2. When the jobs starts in parallel mode there is no sequence in which they will complete and so should be independant of each other.&lt;/P&gt;&lt;P&gt;3. The FM which is called in CALL FUNCTION func ...STARTING NEW TASK task name should be RFC enabled.&lt;/P&gt;&lt;P&gt;4. In order to process the jobs in parallel ur system should have atleast 3 dialog work process and should have one dialog process free when u start parallel processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am assuming u don't have the FM which is why u are asking what is the fucntion module name. I would suggest u need to modify ur code in such a way that u are able to create a FM which is going to be called in the CALL FUNCTION func ...STARTING NEW TASK task name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Abhijit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2006 06:14:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-share-your-suggestions/m-p/1156080#M118897</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-27T06:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: parallel processing--share your suggestions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-share-your-suggestions/m-p/1156081#M118898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1.u need to write logic tin the fn module like a normal fn module, but set attributes as remote enabled for that fn module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. u call the fn module in the other system with the above syntax where the logic demands&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2006 06:19:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-share-your-suggestions/m-p/1156081#M118898</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2006-02-27T06:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: parallel processing--share your suggestions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-share-your-suggestions/m-p/1156082#M118899</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;Check this link which contains a sample code for parallel processing.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.kabai.com/abaps/z83.htm" target="test_blank"&gt;http://www.kabai.com/abaps/z83.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this also.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.kabai.com/abaps/z91.htm" target="test_blank"&gt;http://www.kabai.com/abaps/z91.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2006 07:58:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-share-your-suggestions/m-p/1156082#M118899</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2006-02-27T07:58:08Z</dc:date>
    </item>
  </channel>
</rss>

