Skip to Content
1
Former Member
Nov 13, 2007 at 01:38 AM

Catch CONVT_NO_NUMBER runtime error in OO ABAP Program

4447 Views

Hi all,

In our abap proxy program, sometimes the CONVT_NO_NUMBER will happen and cause the program dump. I noticed that this error cannot be caught by CX_ROOT exception class.

Some told me I can use the CATCH SYSTEM-EXCEPTIONS sentence to catch this runtime error, but it is a old-way syntax and cannot be used with the "try" and "catch".

So, how can I catch this runtime error and avoid the dump of our program?

Thanks,

YiNing