‎2007 May 03 11:13 AM
Hi experts,
I am getting an exception "CX_SY_CONVERSION_NO_NUMBER" while executing
<b>MOVE fs_segment-time TO calc_in.</b> where first field is of character type and second is of decimal type.
How to correct this?
Thanks in advance
Regards
Raj
‎2007 May 03 11:16 AM
Hi basavaraj...
Is there a problem with taking both the fields as character or as decimal...
Please try with it ...will solve your purpose..
Regards,
Jayant
<b>Please reward if helpful</b>
‎2007 May 03 11:17 AM
Hi
Use
WRITE fs_segment-time TO calc_in instead of
MOVE fs_segment-time TO calc_in.
this is datatype conversion error.
Reward points if useful
Regards
Anji
‎2007 May 03 11:18 AM
hi,
do this way ..
<b>write fs_segment-time TO calc_in.</b>
Regards,
Santosh
‎2007 May 03 11:19 AM
Hi
May be some data conversion problem here.
See the error decription using ST22 tcode.
Regards,
Sreeram