RAISE EXCEPTION
Reference
Syntax
RAISE EXCEPTION { {TYPE cx_class [EXPORTING p1 = a1 p2 = a2 ...]}
| oref }.
Effect
Triggers a class-based exception
Additions
-
TYPE cx_class [EXPORTING p1 = a1 p2 = a2 ...]
Specifies
the exception class and transfers actual parameters a1,
a2, ... to the input parameters p1, p2, ... of the constructor.
-
oref
Uses an existing exception object that refers to the oref.