SAP CLASS BASED EXCEPTION - Glossary

Get Example source ABAP code based on a different SAP table
  


ARTICLE

class-based exception
Handleable exception represented by an exception object of an exception class. Class-based exceptions replace the obsolete catchable runtime errors and non-class-based exceptions. A class-based exception can either terminate the current context or be a resumable exception.
ABAP_MORE_INFO