Application Development and Automation 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: 
Read only

error

Former Member
0 Likes
389

An exception occurred. This exception is dealt with in more detail below

. The exception, which is assigned to the class 'CX_SY_CONVERSION_NO_NUMBER',

was neither

caught nor passed along using a RAISING clause, in the procedure

"CONVERT_TO_XML" "(FORM)"

.

Since the caller of the procedure could not have expected this exception

to occur, the running program was terminated.

The reason for the exception is:

The program attempted to interpret the value "*" as a number, but

since the value contravenes the rules for correct number formats,

this was not possible.

wat could be the reason

2 REPLIES 2
Read only

Former Member
0 Likes
366

Please review once again your data type i guess you are converting some char to num.....these type of errors may raise by this reason only...

Amit.

Read only

Former Member
0 Likes
366

Hi,

Fot the particular parameter you are passing ' * ' . whereas you should be passing some Numeric value to it.

Regards

Sourabh