<?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: Difference between calling a function module in background task and update in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-calling-a-function-module-in-background-task-and-update/m-p/6135415#M1366119</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I went through the sap help but really couldnt understand all. Can you please explain me!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Sep 2009 20:23:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-15T20:23:03Z</dc:date>
    <item>
      <title>Difference between calling a function module in background task and update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-calling-a-function-module-in-background-task-and-update/m-p/6135414#M1366118</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;&lt;/P&gt;&lt;P&gt;Can someone explain me the basic difference between calling a FM in  background and update tasks?&lt;/P&gt;&lt;P&gt;Also what is the advantage of using backgroud RFCs over the above 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2009 20:21:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-calling-a-function-module-in-background-task-and-update/m-p/6135414#M1366118</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-15T20:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between calling a function module in background task and update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-calling-a-function-module-in-background-task-and-update/m-p/6135415#M1366119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I went through the sap help but really couldnt understand all. Can you please explain me!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2009 20:23:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-calling-a-function-module-in-background-task-and-update/m-p/6135415#M1366119</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-15T20:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between calling a function module in background task and update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-calling-a-function-module-in-background-task-and-update/m-p/6135416#M1366120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is essentially a difference of synchronization with the main program calling this FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Update task, we specify explicitely that we want to update some rows in a database table. But Update task is essentially for waiting that all tasks to do before are done and updating database at the end. The main point is that &lt;STRONG&gt;MF called in Update task&lt;/STRONG&gt; wait for a &lt;STRONG&gt;COMMIT WORK&lt;/STRONG&gt; to be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the other hand &lt;STRONG&gt;FM in background task are executed immediatly&lt;/STRONG&gt; and are not specific to updating database table : it can be a function that would return some values or something else like that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to see more about difference between background jobs / update jobs, you can also have a look at transaction &lt;STRONG&gt;SM51&lt;/STRONG&gt;. Here you will see all the servers composing your SAP instance and what kind of task they can execute : &lt;/P&gt;&lt;P&gt; - background jobs corresponds to BATCH&lt;/P&gt;&lt;P&gt; - update tasks corresponds to UPDATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Those 2 kinds of tasks stands not necessarily on the same server...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Samuel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2009 08:00:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-calling-a-function-module-in-background-task-and-update/m-p/6135416#M1366120</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-16T08:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between calling a function module in background task and update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-calling-a-function-module-in-background-task-and-update/m-p/6135417#M1366121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Best article about RFC calls I've ever read click [here|http://www.sdn.sap.com/irj/scn/index;jsessionid=(J2EE3417200)ID0519063150DB10009773621581261878End?rid=/library/uuid/f078394a-4469-2910-c4bf-853c75674694&amp;amp;overridelayout=true]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It comprehensively explains all the types of RFC calls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Revert back if you still have doubts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Advait.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2009 08:14:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-calling-a-function-module-in-background-task-and-update/m-p/6135417#M1366121</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-16T08:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between calling a function module in background task and update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-calling-a-function-module-in-background-task-and-update/m-p/6135418#M1366122</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;To call a function module directly, use CALL FUNCTION IN UPDATE TASK directly in your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer Link: [Calling a function module in background task |http://help.sap.com/saphelp_nw04/helpdata/EN/8f/53b67ad30be445b0ccc968d69bc6ff/content.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer Link: [Call function module in update task|&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="760966"&gt;&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer Link: [CALL FUNCTION IN UPDATE TASK |http://help.sap.com/saphelp_nw70/helpdata/EN/41/7af4e0a79e11d1950f0000e82de14a/content.htm]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2009 08:57:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-calling-a-function-module-in-background-task-and-update/m-p/6135418#M1366122</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-16T08:57:26Z</dc:date>
    </item>
  </channel>
</rss>

