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

Conversion Error

Former Member
0 Likes
2,110

HI all,

I am making a module pool. I added two table controls in one screen..

After adding the second when I executed the program I got a runtime error ''Conversion error'.

Any idea?

1 ACCEPTED SOLUTION
Read only

gouravkumar64
Active Contributor
0 Likes
1,515

Hi,

In screen -in that module ,check these thing

1) field length is greater than the screen level length ? in layout , For that field,check screen painter attributes.

2) Is there any number / negative number / field  which is not supporting your data type?

Check that field carefully in layout / se51 / se80 from Double clicking on that screen.

Thanks

Gourav.

6 REPLIES 6
Read only

gouravkumar64
Active Contributor
0 Likes
1,516

Hi,

In screen -in that module ,check these thing

1) field length is greater than the screen level length ? in layout , For that field,check screen painter attributes.

2) Is there any number / negative number / field  which is not supporting your data type?

Check that field carefully in layout / se51 / se80 from Double clicking on that screen.

Thanks

Gourav.

Read only

0 Likes
1,515

Thanks Kumar.

You mean to say Def.Length and Vis.Length?

Read only

0 Likes
1,515

Hi,

As your error in not exactly described,

so you have to check all thing very carefully in module & legacy or field type,data type & obviously- Def.Length and Vis.Length.

Thanks

Gourav.

Read only

former_member187748
Active Contributor
0 Likes
1,515

Hi Yash,

conversion errors occurs due to many reasons, please brief your error, or paste the error screenshot.

Read only

0 Likes
1,515

Hi Sanjeev.

Error solved.

The table parameters which I took had different field length.

Applied @kumar's logic and it is solved.

Read only

0 Likes
1,515

Good work yash.