<?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: Background Processing &amp; Update Task in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing-update-task/m-p/6640317#M1443408</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;This is the F1 documentation for calling a FM in Update task&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Flags the function module func for execution in the update task. It is not executed at once, but the data passed with EXPORTING or TABLES is placed in a database table and a subsequent COMMIT WORK then causes the function module to be executed by the update task. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the F1 documentation for calling a FM in background task&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Flags the function module func to be run asynchronously. That is, it is not executed at once. Instead, the data passed using EXPORTING or TABLES is placed in a database table and the next COMMIT WORK executes it in another work process. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;San&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Feb 2010 22:54:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-03T22:54:11Z</dc:date>
    <item>
      <title>Background Processing &amp; Update Task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing-update-task/m-p/6640315#M1443406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are "background processing" and "update task" processing the same? I have a function which is timing out and I need to have it run in the background.  If I used the CALL FUNCTION &amp;lt;name&amp;gt; IN UPDATE TASK, would that provide the same resource level and time allowance as having the logic run via a SUBMIT?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2010 22:20:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing-update-task/m-p/6640315#M1443406</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-03T22:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: Background Processing &amp; Update Task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing-update-task/m-p/6640316#M1443407</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;no, they are not same. The update techniques are described [here|http://help.sap.com/saphelp_nw04/helpdata/en/41/7af4cba79e11d1950f0000e82de14a/frameset.htm]. You can call FM in background task directly using RFC.Have a look at ABAP documentation for calling RFC functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2010 22:46:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing-update-task/m-p/6640316#M1443407</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2010-02-03T22:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: Background Processing &amp; Update Task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing-update-task/m-p/6640317#M1443408</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;This is the F1 documentation for calling a FM in Update task&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Flags the function module func for execution in the update task. It is not executed at once, but the data passed with EXPORTING or TABLES is placed in a database table and a subsequent COMMIT WORK then causes the function module to be executed by the update task. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the F1 documentation for calling a FM in background task&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Flags the function module func to be run asynchronously. That is, it is not executed at once. Instead, the data passed using EXPORTING or TABLES is placed in a database table and the next COMMIT WORK executes it in another work process. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;San&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2010 22:54:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing-update-task/m-p/6640317#M1443408</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-03T22:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: Background Processing &amp; Update Task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing-update-task/m-p/6640318#M1443409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Call function in Background Task and set the Flag = 'X' in the FM .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After calling FM  use the satetment &lt;/P&gt;&lt;P&gt;     &lt;STRONG&gt;WAIT UNTIL FLag = 'X' UP TO 5 SECONDS.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;    If sy-subrc  = 0.&lt;/P&gt;&lt;P&gt;     SUBMIT RSBDCSUB.... &lt;/P&gt;&lt;P&gt;   endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Pramod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2010 01:31:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing-update-task/m-p/6640318#M1443409</guid>
      <dc:creator>pramodu</dc:creator>
      <dc:date>2010-02-04T01:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: Background Processing &amp; Update Task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing-update-task/m-p/6640319#M1443410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The ABAP documentation for calling RFC functions states: "Note that your RFC calls with CALL FUNCTION are processed in work processes of type DIALOG."  This doesn't sound like it will address the time-out issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2010 18:04:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing-update-task/m-p/6640319#M1443410</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-04T18:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Background Processing &amp; Update Task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing-update-task/m-p/6640320#M1443411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeap, it looks like you are right. I got confused by option BACKGROUND TASK. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2010 22:28:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing-update-task/m-p/6640320#M1443411</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2010-02-04T22:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: Background Processing &amp; Update Task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing-update-task/m-p/6640321#M1443412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I went with creating a new program to be run in a background process to call the function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2010 16:09:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing-update-task/m-p/6640321#M1443412</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-22T16:09:28Z</dc:date>
    </item>
  </channel>
</rss>

