SAP UNCATCHABLE EXCEPTION - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

uncatchable exception
Exception that is not assigned to an exception class and that cannot be handled in the program by TRY - CATCH - ENDTRY. Uncatchable exceptions are raised by the ABAP runtime framework and are usually a response to error situations that cannot be handled properly in the program. An uncatchable exception always produces a runtime error.
ABAP_MORE_INFO