ABAP Keyword Documentation → ABAP Glossary
Untreatable Exception
Exception that is not assigned to any
exception class and
which cannot be handled with TRY - CATCH - ENDTRY
in the program. Untreatable exceptions are triggered by the
ABAP-runtime environment
and usually occur as a reaction to errors that cannot be handled properly in the program. An untreatable exception always leads to a
runtime error.