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