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

how to correct runtime error?

Former Member
0 Likes
518

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

4 REPLIES 4
Read only

Former Member
0 Likes
492

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>

Read only

Former Member
0 Likes
492

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

Read only

Former Member
0 Likes
492

hi,

do this way ..

<b>write fs_segment-time TO calc_in.</b>

Regards,

Santosh

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
492

Hi

May be some data conversion problem here.

See the error decription using ST22 tcode.

Regards,

Sreeram