ABAP Keyword Documentation → ABAP - Short Reference
CATCH SYSTEM-EXCEPTIONS - Short Reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
CATCH SYSTEM-EXCEPTIONS [exc1 = n1 exc2 = n2 ...]
[OTHERS = n_others].
[statement_block]
ENDCATCH.