<?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 WORK in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rollback-work/m-p/4349899#M1035935</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a COMMIT in the other function?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot rollback work after a commit is done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also check for implicit commits.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Aug 2008 21:16:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-26T21:16:39Z</dc:date>
    <item>
      <title>ROLLBACK WORK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rollback-work/m-p/4349898#M1035934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hiii everybody, I have a question about ROLLBACK WORK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Z function that calls another function, in that new function I insert lines into a Z table, the function ends and come back to the first function.&lt;/P&gt;&lt;P&gt;I do a validation and I want ROLLBACK the changes in the Z table, but I cant, what is happening???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 21:12:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rollback-work/m-p/4349898#M1035934</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T21:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: ROLLBACK WORK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rollback-work/m-p/4349899#M1035935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a COMMIT in the other function?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot rollback work after a commit is done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also check for implicit commits.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 21:16:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rollback-work/m-p/4349899#M1035935</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T21:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: ROLLBACK WORK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rollback-work/m-p/4349900#M1035936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is not a COMMIT WORK in the other function, but when I do the ROLLBACK, it does not work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 21:20:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rollback-work/m-p/4349900#M1035936</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T21:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: ROLLBACK WORK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rollback-work/m-p/4349901#M1035937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your code might be doing an Implicit commit. This is from SAP help.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

Implicit Database Commits in the R/3 System 

A work process can only execute a single database LUW. The consequence of this is that a work process must always end a database LUW when it finishes its work for a user or an external call. There are four cases in which work processes trigger an implicit database commit:

When a dialog step is completed
Control changes from the work process back to the SAPgui.

When a function module is called in another work process (RFC).
Control passes to the other work process.

When the called function module (RFC) in the other work process ends.
Control returns to the calling work process.

Error dialogs (information, warning, or error messages) in dialog steps.
Control passes from the work process to the SAPgui.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 21:27:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rollback-work/m-p/4349901#M1035937</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T21:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: ROLLBACK WORK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rollback-work/m-p/4349902#M1035938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can I put all functions into a single LUW?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 21:32:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rollback-work/m-p/4349902#M1035938</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T21:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: ROLLBACK WORK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rollback-work/m-p/4349903#M1035939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in that case you have to call that function in update task. make the function as update function module and call the function in update task.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 02:37:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rollback-work/m-p/4349903#M1035939</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T02:37:43Z</dc:date>
    </item>
  </channel>
</rss>

