‎2014 Mar 07 5:08 AM
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?
‎2014 Mar 07 5:11 AM
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.
‎2014 Mar 07 5:11 AM
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.
‎2014 Mar 07 5:14 AM
‎2014 Mar 07 5:18 AM
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.
‎2014 Mar 07 5:13 AM
Hi Yash,
conversion errors occurs due to many reasons, please brief your error, or paste the error screenshot.
‎2014 Mar 07 5:17 AM
Hi Sanjeev.
Error solved.
The table parameters which I took had different field length.
Applied @kumar's logic and it is solved.
‎2014 Mar 07 5:19 AM