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: 

Error "CONVT_NO_NUMBER" When testing Nisto e-orders for Dow integration,

Former Member
0 Kudos

Hi..

When testing Nisto e-orders for Dow integration, a runtime error is generated when the IDOC processes to produce an order.

ST22 details:-

Runtime Errors CONVT_NO_NUMBER

Exception CX_SY_CONVERSION_NO_NUMBER

Date and Time 11/21/2008 13:58:03

Short text

Unable to interpret "IC5001" as a number.

What happened?

Error in the ABAP Application Program

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

it has come across a statement that unfortunately cannot be executed.

Error analysis

An exception occurred that is explained in detail below.

The exception, which is assigned to class 'CX_SY_CONVERSION_NO_NUMBER', was not

caught in procedure "EXIT_SAPLVEDA_011" "FUNCTION" nor was it propaged by a RAISING clause .since the caller of the procedure couldnot have anticipated that the exception could occur,the program is terminated .

The reason for the Exception is :

The program is attemted to interpret the Value"IC5001"as a number but since the value contravenes the rule for correct number format,this was not possible.

How to correct the error pls help me

Thanks,

1 ACCEPTED SOLUTION

former_member1245113
Active Contributor
0 Kudos

Hi Sanjith,

The error message is very clear and says IC---- can not be interpreted as number.

this may be

while passing the data IC are treated as numbers and processed furhter may be arthimatic operatons.

or it may passed to a NUMERIC type FIELD.

please check once.

regards

Ramchander Rao.K

3 REPLIES 3

former_member1245113
Active Contributor
0 Kudos

Hi Sanjith,

The error message is very clear and says IC---- can not be interpreted as number.

this may be

while passing the data IC are treated as numbers and processed furhter may be arthimatic operatons.

or it may passed to a NUMERIC type FIELD.

please check once.

regards

Ramchander Rao.K

0 Kudos

Problem Solved

0 Kudos

Solved