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.
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:
GENERAL_EXC_TRIG_LEFT - general exc trig left GENERAL_EXC_SYSTEM_NO_HANDLER - general exc system no handler GENERAL_EXC_STMT_NOT_SUPPORTED - general exc stmt not supported GENERAL_EXC_RPERF_LEFT - general exc rperf left GENERAL_EXC_NO_HANDLER - general exc no handler GENERAL_EXC_MISSING_CLASS_DEF - general exc missing class def