Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

[Help!] Commit work executed by the system

Former Member
0 Likes
321

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!

1 REPLY 1
Read only

Former Member
0 Likes
291

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