‎2006 Nov 15 9:25 AM
Hi All,
I m doing module pool programming using Table control.
I m using one table only and declared internal table like the database table.
When I m transferring data from internal table to Table control screen, I m getting error like.
<b>A conversion error occurred while the program was trying to
display data on the screen.</b>
The filed is of DEC type and it is having some value with negative sign.
Whether I have to change field type of sceen element and if so then to which data type?
Or any other way to handle such situation.
Thanx.
Umesh.
‎2006 Nov 15 9:28 AM
Hello,
Please check whether the screen field name of the table control and the type
is same as the internal table that you are using to populate.
reward if helps
Thanks
Krishna
Message was edited by:
Krishnakumar Ramadoss
‎2006 Nov 15 9:32 AM
Hello Umesh,
U declare the fields as the dec field and the domain should allow the sign. Check that one.
If useful reward.
Vasanth
‎2006 Nov 15 9:50 AM
Hi,
I m using the internal table as of databse table and also in the domain the def. is correct with sign allowed.
Thanx.
Umesh
‎2006 Nov 15 9:54 AM
hi
use the same domine umesh for both the table control fields and intrnal datable...........once check the properties of that umesh