<?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: update task in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-task/m-p/2852566#M668510</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for sending the details .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have studied the details.  But i did not understand properly  can u send me a small example or any scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u send it that will be helpful for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;              thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Oct 2007 06:23:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-04T06:23:54Z</dc:date>
    <item>
      <title>update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-task/m-p/2852560#M668504</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 is meant by update task.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 11:10:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-task/m-p/2852560#M668504</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T11:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-task/m-p/2852561#M668505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sometimes you want to execute some actions after the commit work has been executed. When you do these actions, you can perform them (mostly function modules) IN UPDATE TASK, so they will be execute in update modus.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Hans&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 11:12:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-task/m-p/2852561#M668505</guid>
      <dc:creator>h_senden2</dc:creator>
      <dc:date>2007-10-03T11:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-task/m-p/2852562#M668506</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;&lt;/P&gt;&lt;P&gt;The main update technique for bundling database changes in a single database LUW is to use CALL FUNCTION... IN UPDATE TASK. This section describes various ways of updating the database.A program can send an update request using COMMIT WORKTo the update work process, where it is processed asynchronously. The program does not wait for the work process to finish the update ( Asynchronous Update).For asynchronous processing in two steps ( Updating Asynchronously in Steps.)To the update work process, where it is processed synchronously. The program waits for the work process to finish the update ( Synchronous Update).To its own work process locally. In this case, of course, the program has to wait until the update is finished ( Local Update.)Asynchronous Update A typical R/3 installation contains dialog work processes and at least one update work process. The update work processes are responsible for updating the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 11:15:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-task/m-p/2852562#M668506</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T11:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-task/m-p/2852563#M668507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Update Task is related to LUW(Logical unit of work). Suppose we are updating dissrent tables using update statment but what we want is to update the datbase only if the last update is successfull in that case SAP associate all the task in LUW using Update task so that all the tables get updated in one go.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Tanweer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 11:22:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-task/m-p/2852563#M668507</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T11:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-task/m-p/2852564#M668508</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 the below links...&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/41/7af4bfa79e11d1950f0000e82de14a/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/41/7af4bfa79e11d1950f0000e82de14a/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/41/7af4e0a79e11d1950f0000e82de14a/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/41/7af4e0a79e11d1950f0000e82de14a/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpfu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 11:23:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-task/m-p/2852564#M668508</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2007-10-03T11:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-task/m-p/2852565#M668509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To apply the changes made to the runtime objects of persistent classes to the actual persistent objects in the database, execute the COMMIT WORK statement. (Alternatively, use COMMIT WORK AND WAIT or SET UPDATE TASK LOCAL). Unless you are executing an object-oriented transaction from within the Transaction Service, you must include the COMMIT WORK statement explicitly in the program. Otherwise, it is encapsulated in the Transaction Service. (If you explicitly include the COMMIT WORK statement as described here, the t op-level transaction runs in compatibility mode).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/d2/7849b8bec911d4b2e80050dadfb92b/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/d2/7849b8bec911d4b2e80050dadfb92b/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward point if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 11:25:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-task/m-p/2852565#M668509</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T11:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-task/m-p/2852566#M668510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for sending the details .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have studied the details.  But i did not understand properly  can u send me a small example or any scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u send it that will be helpful for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;              thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 06:23:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-task/m-p/2852566#M668510</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-04T06:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-task/m-p/2852567#M668511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for sending the details .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have studied the details. But i did not understand properly can u send me a small example or any scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u send it that will be helpful for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 06:29:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-task/m-p/2852567#M668511</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-04T06:29:06Z</dc:date>
    </item>
  </channel>
</rss>

