SAP CLASS BASED EXCEPTION - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

class-based exception
Catchable exception, which is represented by an exception object of an exception class.
BEGIN_SECTION VERSION 5 OUT Class-based exceptions replace the obsolete catchable runtime errors and non-class-based exceptions.
END_SECTION VERSION 5 OUT A class-based exception can either terminate the current context or be a resumable exception.
ABAP_MORE_INFO