<?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: Transaction commit work in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-commit-work/m-p/4838289#M1131850</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;either use a user exit which gets called after data save e.g - USEREXIT_SAVE_DATA for VA01 / VA02, or just create a function module with ttype as an Update. put your SQL code in there to update the z table. then from the user exit call that function module using call function zxxxx in update task.. That will make sure the function is called only after commit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Nov 2008 21:30:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-24T21:30:53Z</dc:date>
    <item>
      <title>Transaction commit work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-commit-work/m-p/4838286#M1131847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I developed an user-exit that inserts several lines into a table.&lt;/P&gt;&lt;P&gt;What I want to do is make sure that the insert is being performed only if the entire transaction runs without errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I do this?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 21:20:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-commit-work/m-p/4838286#M1131847</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T21:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction commit work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-commit-work/m-p/4838287#M1131848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;which table / transaction user exit is that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at a higher level, if you are modifying SAP data, you dont need to do anything as SAP will take care of rolling it back in case of transaction errror, but in caseof your own custom table, you need to make sure the update is called only in update task once the actual DB is commited.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 21:24:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-commit-work/m-p/4838287#M1131848</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T21:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction commit work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-commit-work/m-p/4838288#M1131849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm modifying a custom table I created using an SQL insert statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I make sure that the insert is being performed only when DB is commited ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 21:27:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-commit-work/m-p/4838288#M1131849</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T21:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction commit work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-commit-work/m-p/4838289#M1131850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;either use a user exit which gets called after data save e.g - USEREXIT_SAVE_DATA for VA01 / VA02, or just create a function module with ttype as an Update. put your SQL code in there to update the z table. then from the user exit call that function module using call function zxxxx in update task.. That will make sure the function is called only after commit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 21:30:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-commit-work/m-p/4838289#M1131850</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T21:30:53Z</dc:date>
    </item>
  </channel>
</rss>

