sapdev logo background
sapdev logo sapdev logo
Comments

SAP NEWS-40-SYSEXC documentation, setup help and example usage



Return to SAP documentation index



Catchable Runtime Errors in Release 4.0

With Release 4.0 runtime errors can be caught with
CATCH SYSTEM-EXCEPTIONS ... ENDCATCH .

In the past the occurrence of a runtime error always resulted in termination of the ABAP program. Special tests had to be programmed at critical locations in programs to ensure that the program would always execute without problems.
With CATCH SYSTEM-EXCEPTIONS ... ENDCATCH such critical program locations can now be caught. After ENDCATCH you can query if the program block was ended correctly or if a runtime error occurred that was detected.
Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




NEWS-40-SELSCREEN
NEWS-40-TIMESTAMP




comments powered by Disqus