<?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 background. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-in-background/m-p/5125427#M1188482</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dilip ,&lt;/P&gt;&lt;P&gt;You can write &lt;STRONG&gt;CALL FUNCTION func IN BACKGROUND TASK&lt;/STRONG&gt;  ..............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For  This &lt;STRONG&gt;IN BACKGROUND TASK&lt;/STRONG&gt;  addition  Background work process will be alloted for this task .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pinaki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Feb 2009 04:48:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-10T04:48:34Z</dc:date>
    <item>
      <title>parallel processing in background.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-in-background/m-p/5125426#M1188481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am using following FM :- &lt;/P&gt;&lt;P&gt;CALL FUNCTION STARTING NEW TASK with the argument DESTINATION IN GROUP DEFAULT&lt;/P&gt;&lt;P&gt;for Parallel Processing Jobs with Asynchronous RFC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It uses the Dialog work process. Do we have option to use only Background work process instead of using dialog work process. If yes,please let me know how.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or do we have any other option ...instead of using CALL FUNCTION STARTING NEW TASK with the argument DESTINATION IN GROUP DEFAULT. That would divide the task and schedule them on different-different Apllication server in back ground.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2009 19:44:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-in-background/m-p/5125426#M1188481</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-09T19:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: parallel processing in background.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-in-background/m-p/5125427#M1188482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dilip ,&lt;/P&gt;&lt;P&gt;You can write &lt;STRONG&gt;CALL FUNCTION func IN BACKGROUND TASK&lt;/STRONG&gt;  ..............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For  This &lt;STRONG&gt;IN BACKGROUND TASK&lt;/STRONG&gt;  addition  Background work process will be alloted for this task .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pinaki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2009 04:48:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-in-background/m-p/5125427#M1188482</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-10T04:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: parallel processing in background.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-in-background/m-p/5125428#M1188483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dilip,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP recommends only to use  asynchronous RFC for parallel processing, which is calling FUNCTION func... STARTING NEW TASK. The reason being is that the main program have to wait for the parallel processing to complete before sending the next task to the work process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, if your main program is only used to split the work into several work process, and it does not coordinate and communicate with other work process, then you can use transactional RFC, CALL FUNCTION func IN BACKGROUND TASK. You can monitor the successful of the execution in SM58.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lim...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 05:09:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-in-background/m-p/5125428#M1188483</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-19T05:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: parallel processing in background.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-in-background/m-p/5125429#M1188484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dilip,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can either parallelize with &lt;STRONG&gt;asynchronous RFC&lt;/STRONG&gt; (ARFC) which will use &lt;STRONG&gt;DIALOG&lt;/STRONG&gt; processes for the RFC&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;use the &lt;STRONG&gt;background job api&lt;/STRONG&gt; to split the work in parallel &lt;STRONG&gt;BACKGROUND&lt;/STRONG&gt; jobs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Compare:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/EN/c4/3a7f1f505211d189550000e829fbbd/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/EN/c4/3a7f1f505211d189550000e829fbbd/frameset.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/EN/fa/097720543b11d1898e0000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/EN/fa/097720543b11d1898e0000e8322d00/frameset.htm&lt;/A&gt;&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>Thu, 19 Feb 2009 09:01:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-in-background/m-p/5125429#M1188484</guid>
      <dc:creator>HermannGahm</dc:creator>
      <dc:date>2009-02-19T09:01:05Z</dc:date>
    </item>
  </channel>
</rss>

