<?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: Rollback settings. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rollback-settings/m-p/2502162#M565451</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;Please check if you have "Permission Check Active" in the permissions tab of the entity service. If yes uncheck it and deploy and build.&lt;/P&gt;&lt;P&gt;Otherwise give the full exception chain you are getting (click on the exception message).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take a look at this image &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.rwj.dk/transaction.jpg" target="test_blank"&gt;http://www.rwj.dk/transaction.jpg&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jul 2007 12:13:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-16T12:13:46Z</dc:date>
    <item>
      <title>Rollback settings.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rollback-settings/m-p/2502160#M565449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Expert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are some differences of setting with my development &amp;amp; production  system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was using BAPI , and without commit works statement ,&lt;/P&gt;&lt;P&gt;for some records, the BAPI update not successful, which is expected, &lt;/P&gt;&lt;P&gt;and then after, I do , &lt;/P&gt;&lt;P&gt;UPDATE tableXX  SET XXX = v_text  WHERE XXXX = v_eXXX.&lt;/P&gt;&lt;P&gt;and it UPDATE tableXX &amp;lt;b&amp;gt;successfully&amp;lt;/b&amp;gt; ...   no roll back was done  even the BAPI wasnt execute succesfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the same codes, in my other system, same scenario, BAPI not executed sucessfully ,  but the update tableXXX does &amp;lt;b&amp;gt;not update successfully&amp;lt;/b&amp;gt; , due to the rollback happened. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do a SQL trace and found out,  there is rollback happened in one of the system, but no rollback  on the other system. Both using the same program codes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is , where can I  see the setting, of rollback in the system, what is the TCODE?  If there is such a setting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From KokWei.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Kokwei Wong&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Kokwei Wong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 12:04:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rollback-settings/m-p/2502160#M565449</guid>
      <dc:creator>kowong</dc:creator>
      <dc:date>2007-07-16T12:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: Rollback settings.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rollback-settings/m-p/2502161#M565450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kokwei,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I don't think there is any special setting for rollback.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. It all depends upon the session, in which all the sql statements (or bapi updates)&lt;/P&gt;&lt;P&gt; happen. (in the same session)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. If there is any ERROR statement issued, then roll back will happen immediately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  But after the rollback, if&lt;/P&gt;&lt;P&gt; there is any further sql update statement,&lt;/P&gt;&lt;P&gt;  then it has its own session (for the purpose of commit and rollback),&lt;/P&gt;&lt;P&gt;   and is totally independent of the first rollback.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 12:09:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rollback-settings/m-p/2502161#M565450</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T12:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: Rollback settings.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rollback-settings/m-p/2502162#M565451</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;Please check if you have "Permission Check Active" in the permissions tab of the entity service. If yes uncheck it and deploy and build.&lt;/P&gt;&lt;P&gt;Otherwise give the full exception chain you are getting (click on the exception message).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take a look at this image &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.rwj.dk/transaction.jpg" target="test_blank"&gt;http://www.rwj.dk/transaction.jpg&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 12:13:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rollback-settings/m-p/2502162#M565451</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T12:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Rollback settings.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rollback-settings/m-p/2502163#M565452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Is there any parameter like extensionin  in that bapi.&lt;/P&gt;&lt;P&gt;If so use that parameter for updation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Hari.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 13:31:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rollback-settings/m-p/2502163#M565452</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T13:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: Rollback settings.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rollback-settings/m-p/2502164#M565453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, this is a customized table updates...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Kokwei Wong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 13:34:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rollback-settings/m-p/2502164#M565453</guid>
      <dc:creator>kowong</dc:creator>
      <dc:date>2007-07-16T13:34:06Z</dc:date>
    </item>
  </channel>
</rss>

