ABAP Runtime Errors

GENERAL_EXC_COMMIT_INTERRUPTED SAP ABAP Runtime Error general exc commit interrupted







GENERAL_EXC_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: & - Text Include (no Short Dump, only Text Module)

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.


GENERAL_EXC_COMMIT_INTERRUPTED ABAP Runtime Error

COMMIT WORK processing cannot be interrupted. The exception (in class '<runtime parameter>') must therefore either be prevented or handled in the COMMIT WORK processing. To prevent the exception, note the following: During COMMIT WORK processing, an exception has occurred that could not be intercepted during processing. To avoid inconsistencies, this situation causes the session to abort, regardless of whether or not there is an exception handler outside the COMMIT WORK statement.

The reason for the exception is: