CATCH SYSTEM-EXCEPTIONS [exc1 = n1 exc2 = n2 ...]
[OTHERS = n_others].
[statement_block]
ENDCATCH.
Obsolete: Catches catchable runtime errors in the statement block>. The catchable runtime errors are specified individually or as exception groups exc1, exc2, ... If one of the specified runtime errors occurs, the number n1, n2, ... is assigned to the system field sy-subrc and program execution is continued after ENDCATCH. Using OTHERS, it is possible to catch all catchable runtime errors.