cancel
Showing results for 
Search instead for 
Did you mean: 

How to catch CONVT_NO_NUMBER runtime error in ABAP Proxy

Former Member
0 Kudos

Hi all,

In our abap proxy program, sometimes the CONVT_NO_NUMBER will happen and cause the program dump and then stuck the whole queue. I noticed that this error cannot be caught by CX_ROOT exception class. So, how can I catch this runtime error and avoid the dump of our program?

Thanks,

YiNing

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

While Executing the proxy,first give \h TC and then execute the proxy then it will automatically got to debugging mode.

I think ur data is worng,if it is wrong then only u will get this type of errors.

Regards,

Phani

Former Member
0 Kudos

phani, you misunderstood my question.

I thought any exception can be caught by CX_ROOT. But If I compare a number with a string, even I add the "catch CX_ROOT" statement, the program will still be dump. I'd like to know how to handle the runtime error CONVT_NO_NUMBER.

THX.