ABAP Runtime Errors

GENERAL_EXC_TRIG_LEFT SAP ABAP Runtime Error general exc trig left







GENERAL_EXC_TRIG_LEFT 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_TRIG_LEFT ABAP Runtime Error

The exception must either be prevented or handled in the class constructor.
To prevent the exception, note the following: Termination was caused because exception <runtime parameter> was not caught locally in a class constructor. The constructor is in program <runtime parameter>. Its source code begins in line <runtime parameter> of (Include) program <runtime parameter>. An exception has occurred in a class constructor. This exception is assigned to class '<runtime parameter>'.
Since the exception was not caught in the constructor, processing was terminated.
The reason for the exception is: