ABAP Runtime Errors

SYSTEM_ON_COMMIT_INTERRUPTED SAP ABAP Runtime Error system on commit interrupted







SYSTEM_ON_COMMIT_INTERRUPTED is an ABAP runtime error which you may come across when using or developing within an SAP system. See below for the standard details explaining what it means and how you can avoid or fix this runtime error.

Short Dump Classification: A - ABAP Programming Error

You can view further information about a runtme error by using transaction code ST22 which will show you this and all runtime erros that have happen in your SAP system.

Also check out the Comments section below to view or add related contributions and example screen shots.


SYSTEM_ON_COMMIT_INTERRUPTED ABAP Runtime Error

Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.

COMMIT WORK processing cannot be interrupted. Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.

The following are executed during the COMMIT WORK statement - the routines registered for this with the PERFORM .. ON COMMIT statement, - the methods registered for the events in the object services and possibly also local updating (SET UPDATE TASK LOCAL).

An exception has occurred and has been caught. This causes the normal sequence of the routine to be interrupted, with the result that the program is continues before the COMMIT WORK call. As this can cause inconsistencies, normal processing cannot be continued. Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.