<?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: Commitwork in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/commitwork/m-p/2805583#M655588</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi N Naresh&lt;/P&gt;&lt;P&gt;        &lt;/P&gt;&lt;P&gt;        You will use this syntax in your program after you update , insert or delete data in the database . after that It like you confirm to change the data in the data base and you can not change it back again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Wiboon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Wiboon Chaiyabutsakul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Sep 2007 03:49:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-03T03:49:38Z</dc:date>
    <item>
      <title>Commitwork</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commitwork/m-p/2805582#M655587</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 the use of t he commit work in ABAP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2007 03:47:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commitwork/m-p/2805582#M655587</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-03T03:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: Commitwork</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commitwork/m-p/2805583#M655588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi N Naresh&lt;/P&gt;&lt;P&gt;        &lt;/P&gt;&lt;P&gt;        You will use this syntax in your program after you update , insert or delete data in the database . after that It like you confirm to change the data in the data base and you can not change it back again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Wiboon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Wiboon Chaiyabutsakul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2007 03:49:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commitwork/m-p/2805583#M655588</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-03T03:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: Commitwork</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commitwork/m-p/2805584#M655589</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;It is to tell SAP to Update the tables as your confirm about the table contents/data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are not sure about the data &amp;amp; you dont want to save it, then you can give ROLLBACK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for eg.&lt;/P&gt;&lt;P&gt;You insert record in ZSD_SALES table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you try to insert record in ZSD_DELIVERY table. But record already exists.&lt;/P&gt;&lt;P&gt;So you want to also remove data from ZSD_SALES table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to remove data then you will give ROLLBACK else you want to save the data in both tables then you will give COMMIT WORK.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2007 03:51:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commitwork/m-p/2805584#M655589</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-03T03:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: Commitwork</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commitwork/m-p/2805585#M655590</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;commit work is useful to send the confirmation of changes done to data base..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;usuually we use it like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;modify ztable from wa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-subrc eq 0.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;commit  work.&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt; if we dont use it &lt;/P&gt;&lt;P&gt;then the data base changes will be done after the progam exectuion&lt;/P&gt;&lt;P&gt;if you use this commit work then , the changes will be done immediately after the execution of this statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;roll back  .  " this is to with draw the changes done to database.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Venkatesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2007 03:52:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commitwork/m-p/2805585#M655590</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-03T03:52:30Z</dc:date>
    </item>
  </channel>
</rss>

