<?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: how to update database in update task in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-update-database-in-update-task/m-p/4905975#M1145515</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aaron &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normally you use INSERT, UPDATE, MODIFY, and DELETE to modify or update the database and check this link for more info:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/EN/41/7af4bfa79e11d1950f0000e82de14a/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/EN/41/7af4bfa79e11d1950f0000e82de14a/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Dec 2008 03:11:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-16T03:11:31Z</dc:date>
    <item>
      <title>how to update database in update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-update-database-in-update-task/m-p/4905974#M1145514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I have a question: I need to update database in a SAP LUW. And I develop a method in my class&lt;/P&gt;&lt;P&gt;to update the database.how can I update database in SAP LUW.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2008 03:05:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-update-database-in-update-task/m-p/4905974#M1145514</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-16T03:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to update database in update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-update-database-in-update-task/m-p/4905975#M1145515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aaron &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normally you use INSERT, UPDATE, MODIFY, and DELETE to modify or update the database and check this link for more info:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/EN/41/7af4bfa79e11d1950f0000e82de14a/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/EN/41/7af4bfa79e11d1950f0000e82de14a/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2008 03:11:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-update-database-in-update-task/m-p/4905975#M1145515</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-16T03:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to update database in update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-update-database-in-update-task/m-p/4905976#M1145516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use can use "COMMIT WORK " and Database operate command SQL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Within an LUW, database changes are not made until after a database commit. Prior to this, any database change can be canceled by a database rollback. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the R/3 System, a database commit is triggered either automatically or by the ABAP/4 command COMMIT WORK or the appropriate Native SQL command for the database system. &lt;/P&gt;&lt;P&gt;Similarly, a database rollback is triggered either automatically or by the ABAP/4 command ROLLBACK WORK or the appropriate Native SQL command for the database system. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the COMMIT WORK has been executed, the event RAISE_TRANSACTION_FINISHED of the class CL_SYSTEM_TRANSACTION_STATE with parameter value CL_SYSTEM_TRANSACTION_STATE=&amp;gt;COMMIT_WORK is triggered. However, this does not apply to the COMMIT WORK at the end of the update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Jack Wu on Dec 16, 2008 11:13 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2008 03:13:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-update-database-in-update-task/m-p/4905976#M1145516</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-16T03:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: how to update database in update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-update-database-in-update-task/m-p/4905977#M1145517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,pls refer this link &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/EN/41/7af4bfa79e11d1950f0000e82de14a/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/EN/41/7af4bfa79e11d1950f0000e82de14a/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2008 03:28:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-update-database-in-update-task/m-p/4905977#M1145517</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-16T03:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to update database in update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-update-database-in-update-task/m-p/4905978#M1145518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a function module for this requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;function module attributes &amp;gt; normal Function module with start immediately radio button checked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While calling this FM..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the syntax wud like -&amp;gt; CALL FUNCTION 'XYZ' in update task..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;within this FM you can write the update database commands.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2008 05:06:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-update-database-in-update-task/m-p/4905978#M1145518</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-16T05:06:15Z</dc:date>
    </item>
  </channel>
</rss>

