<?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: Do I have to issue commit statement after modify dbtab? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/do-i-have-to-issue-commit-statement-after-modify-dbtab/m-p/11466409#M1930206</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No need for COMMIT/ROLLBACK WORK with simple open-sql statement, but you can use those, just read their documentation,&amp;nbsp; &lt;A href="http://help.sap.com/abapdocu_731/en/abapcommit.htm"&gt;COMMIT WORK&lt;/A&gt;, they execute more than a database commit. To insure success (or force rollback) you may consider using FM DB_COMMIT (resp. DB_ROLLBACK) to trigger a database commit. Or you can wait for an &lt;A href="http://help.sap.com/abapdocu_731/en/abendb_commit.htm"&gt;Implicit Database Commit&lt;/A&gt; as triggered by any dialog step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Jan 2016 14:04:08 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2016-01-26T14:04:08Z</dc:date>
    <item>
      <title>Do I have to issue commit statement after modify dbtab?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/do-i-have-to-issue-commit-statement-after-modify-dbtab/m-p/11466406#M1930203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello to all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it necessary for me too issue an explicit commit statement after using modify dbtab from wa, or this is done implicitly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards to all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 17:02:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/do-i-have-to-issue-commit-statement-after-modify-dbtab/m-p/11466406#M1930203</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-25T17:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Do I have to issue commit statement after modify dbtab?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/do-i-have-to-issue-commit-statement-after-modify-dbtab/m-p/11466407#M1930204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;You do not *have* to issue an explicit COMMIT afterwards to successfully complete the db update (the end of the program will be the end of the logical unit of work), but there may be reasons why you may want to:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Lato, sans-serif; font-size: 16px; margin-bottom: 24px; color: #2b2b2b;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;The COMMIT executes a database commit and thus closes a logical &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;processing unit or Logical Unit of Work ( LUW ).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Lato, sans-serif; font-size: 16px; margin-bottom: 24px; color: #2b2b2b;"&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;This means that&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;all database changes are made irrevocable and cannot&lt;BR /&gt;be reversed with ROLLBACK WORK and&lt;/LI&gt;&lt;LI&gt;all database locks are&lt;BR /&gt;released.&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 17:29:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/do-i-have-to-issue-commit-statement-after-modify-dbtab/m-p/11466407#M1930204</guid>
      <dc:creator>jhilden</dc:creator>
      <dc:date>2016-01-25T17:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: Do I have to issue commit statement after modify dbtab?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/do-i-have-to-issue-commit-statement-after-modify-dbtab/m-p/11466408#M1930205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You dont have to use COMMIT statement. SAP LUW concept responsible for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP LUW Concept&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.sap.com/saphelp_nw70/helpdata/en/41/7af4bca79e11d1950f0000e82de14a/frameset.htm" title="https://help.sap.com/saphelp_nw70/helpdata/en/41/7af4bca79e11d1950f0000e82de14a/frameset.htm"&gt;Database Logical Unit of Work (LUW) - ABAP Programming (BC-ABA) - SAP Library&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you may want to use the data that you insert or modify in DB table before the LUW ends. In this case, yes you can use COMMIT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2016 13:03:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/do-i-have-to-issue-commit-statement-after-modify-dbtab/m-p/11466408#M1930205</guid>
      <dc:creator>ibrahim_u</dc:creator>
      <dc:date>2016-01-26T13:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Do I have to issue commit statement after modify dbtab?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/do-i-have-to-issue-commit-statement-after-modify-dbtab/m-p/11466409#M1930206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No need for COMMIT/ROLLBACK WORK with simple open-sql statement, but you can use those, just read their documentation,&amp;nbsp; &lt;A href="http://help.sap.com/abapdocu_731/en/abapcommit.htm"&gt;COMMIT WORK&lt;/A&gt;, they execute more than a database commit. To insure success (or force rollback) you may consider using FM DB_COMMIT (resp. DB_ROLLBACK) to trigger a database commit. Or you can wait for an &lt;A href="http://help.sap.com/abapdocu_731/en/abendb_commit.htm"&gt;Implicit Database Commit&lt;/A&gt; as triggered by any dialog step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2016 14:04:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/do-i-have-to-issue-commit-statement-after-modify-dbtab/m-p/11466409#M1930206</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2016-01-26T14:04:08Z</dc:date>
    </item>
  </channel>
</rss>

