ABAP Runtime Errors

GENERAL_EXC_WITHOUT_RAISING SAP ABAP Runtime Error general exc without raising







GENERAL_EXC_WITHOUT_RAISING 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_WITHOUT_RAISING ABAP Runtime Error

The exception must either be prevented, caught in procedure <runtime parameter> <runtime parameter>, or the possibility of it occurring must be declared in the RAISING clause in the procedure.
To prevent the exception, note the following: The termination is due to exception <runtime parameter> occurring in procedure <runtime parameter> <runtime parameter>. This exception was not handled locally or declared in the RAISING clause in the procedure's signature however.
The procedure is in program <runtime parameter>. The source code begins in line <runtime parameter> of (include) program <runtime parameter>. An exception has occurred which is explained in more detail below. The exception is assigned to class '<runtime parameter>' and was not caught in procedure <runtime parameter> <runtime parameter>, nor was it propagated by a RAISING clause.
Since the caller of the procedure could not have anticipated this exception, the current program was terminated.
The reason for the exception is: