ABAP Objects: Error Handling with Exception Classes
written by James Wood, Joseph Rupert
With this E-Bite, you’ll learn how to deal with errors in code using the ABAP class-based exception handling concept in ABAP OOP. Understand the different types of exception classes and how to create them. Then use these classes to trap exceptions in ABAP programs. This E-Bite was originally published as Chapter 8 from Object-Oriented Programming with ABAP Objects.
- Create local and global exception classes
- Learn to define exception texts and map them to message classes
- Find out how to handle exceptions and resume program flow
Content Keywords: Error handling