2008 Apr 22 9:27 AM
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
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
2008 Apr 22 9:28 AM
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.
2008 Apr 22 9:30 AM
Hi,
Fot the particular parameter you are passing ' * ' . whereas you should be passing some Numeric value to it.
Regards
Sourabh
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |