SAP CATCH SYSTEM-EXCEPTIONS - Syntax ABAP Statements

Get Example source ABAP code based on a different SAP table
  


ABAP Code Snippet


ABAP Syntax CATCH SYSTEM-EXCEPTIONS [exc1 = n1 exc2 = n2
...]
[OTHERS = n_others].
[statement_block]
ENDCATCH.

Return to menu