Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Runtime Errors CONVT_NO_NUMBER => IF mode(1) = 'I'.

Former Member
0 Kudos

Hi all,

When creating logical database, runtime errors while saving it. The details as below:

"Unable to interpret "I" as a number.

   Error in the ABAP Application Program

   The current ABAP program "SAPLSEUQ" had to be terminated because

   come across a statement that unfortunately cannot be executed.

    FM RS_CORR_INSERT.

         IF mode(1) = 'I'."

  Please advise. Thank you very much!!!

Regards,

DucTV

1 ACCEPTED SOLUTION

Former Member
0 Kudos

When your program crashes, open the debugger and check the value of the mode variable. This should help to understand, what's going on.

2 REPLIES 2

Former Member
0 Kudos

When your program crashes, open the debugger and check the value of the mode variable. This should help to understand, what's going on.

0 Kudos

Hi,

if this issue happens in standard programm (not caused by userexit) search oss for bugfix. check ST22 to get the keywords you could search for.

if its your own z-programm fix the bug yourself...

regards

Stefan Seeburger