2014 May 09 8:37 AM
Hi,
am getting dump error CX_SY_CONVERSION_NO_NUMBER
Unable to interpret " 398.8KGS " as a number ? may i know for what reason am getting this error.
2014 May 09 8:44 AM
Hi Anitha,
what is your data type you have used in where you are getting this error ?
If you have used it as a char , please change it as a number.
Search in this forum, it has been discussed earlier many times.
Also separate the unit as suggested by Mehwish
Hi Anitha,
what is your data type you have used in where you are getting this error ?
If you have used it as a char , please change it as a number.
Search in this forum, it has been discussed earlier many times.
Also separate the unit as suggested by Mehwish
2014 May 09 8:41 AM
Unit KGS in concatenated with number "398.9". Try to split the two.
Regards
2014 May 09 8:44 AM
Hi Anitha,
what is your data type you have used in where you are getting this error ?
If you have used it as a char , please change it as a number.
Search in this forum, it has been discussed earlier many times.
Also separate the unit as suggested by Mehwish
2014 May 09 8:59 AM
Hello Anitha.
I guess you are trying to assign variable with value "398.8KGS" to an integer/decimal variable.
If your right hand side variable is a combination of proper number values and alphanumeric values, you can make use of TRY.CATCH.ENDTRY.
To avoid getting dump, you can make use of
TRY .
Lvar = Rvar.
CATCH CX_SY_CONVERSION_NO_NUMBER.
ENDTRY.
Regards.
2014 May 09 9:10 AM
Dear Anitha,
Split the value(398.8) and unit(KGS) in your code.
Use SPLIT statement.
Regards,
Abbas.
2014 May 09 2:19 PM
Thanx to all..
issue solved.i changed the data type as number before that i gave
data: weight(4)
2025 Jul 29 6:08 AM
Have been getting the Same error in SAINT tcode does anyone can share the reason why EPS FILES FROM APPLICATION SERVER is going to dump
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |