<?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: Commit in program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-in-program/m-p/3808881#M916167</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you want to commit data to the database from your Z-program, you can and you should.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Data in the standard programs, most of the times are transactions in which people are entering data like creating a business partner. When pressing SAVE, the data must be stored in the database. Function code SAVE is followed by a COMMIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Micky Oestreich on May 10, 2008 1:43 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 10 May 2008 11:43:19 GMT</pubDate>
    <dc:creator>Sm1tje</dc:creator>
    <dc:date>2008-05-10T11:43:19Z</dc:date>
    <item>
      <title>Commit in program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-in-program/m-p/3808880#M916166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COMMIT is used in almost in all Standard programs but why we are not using COMMIT in our Z programs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 May 2008 11:37:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-in-program/m-p/3808880#M916166</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-10T11:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: Commit in program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-in-program/m-p/3808881#M916167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you want to commit data to the database from your Z-program, you can and you should.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Data in the standard programs, most of the times are transactions in which people are entering data like creating a business partner. When pressing SAVE, the data must be stored in the database. Function code SAVE is followed by a COMMIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Micky Oestreich on May 10, 2008 1:43 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 May 2008 11:43:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-in-program/m-p/3808881#M916167</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2008-05-10T11:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Commit in program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-in-program/m-p/3808882#M916168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do use commit in my Z programs.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But here's a few reasons why you don't see any.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because you're not updating and tables.&lt;/P&gt;&lt;P&gt;Because you're only using CALL TRANSACTION to update the database, which has it's own commit.&lt;/P&gt;&lt;P&gt;Because you're relying on the implicit commit that happens when a program ends.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do remember that it is a REALLY REALLY BAD IDEA to update standard SAP tables, so you shouldn't be encountering any programs that do this - with or without a commit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 May 2008 11:46:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-in-program/m-p/3808882#M916168</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2008-05-10T11:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Commit in program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-in-program/m-p/3808883#M916169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi check this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/commit.htm" target="test_blank"&gt;http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/commit.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you should some of the answers which are correct by awarding the points ...i hope you are not doing this..why dont you award points for one of the best answers and why dont you close the thread..&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;venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 May 2008 12:18:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-in-program/m-p/3808883#M916169</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-10T12:18:42Z</dc:date>
    </item>
  </channel>
</rss>

