‎2010 Dec 24 3:38 AM
Hi abap experts,
When I dubugging in programs, I found a message appeared in the status bar.
'Commit work executed by the system.'
Does any one know how to get rid of it, because I cant rollback work!
Thanks in advance!
‎2010 Dec 24 5:55 AM
In debugging mode, a program sometimes triggers
COMMIT WORK during the database selection. As a result this termination may also occur in debugging mode with a correct
program.
COMMIT WORK during debugging may be due to the following reasons:
1. A program or screen was regenerated and updated in the database.
2. Each user needs a private process in debugging mode, but the number of available processes is restricted. If this
limit is exceeded, each debugging step then requires a "COMMIT WORK".
For HANDLING COMMIT WORK you can refer this SAP help link.
[Commit Handling|http://help.sap.com/saphelp_470/helpdata/en/fa/814d3ccd6fba74e10000000a114084/content.htm]
Edited by: K.Manas on Dec 24, 2010 6:55 AM
Moderator message: copy/pasted from DBIF_RSQL_INVALID_CURSOR short dump, points removed.
Edited by: Thomas Zloch on Dec 25, 2010 4:22 PM