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

Error in table control while displaying data.

Former Member
0 Likes
495

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.

4 REPLIES 4
Read only

Former Member
0 Likes
467

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

Read only

Former Member
0 Likes
467

Hello Umesh,

U declare the fields as the dec field and the domain should allow the sign. Check that one.

If useful reward.

Vasanth

Read only

0 Likes
467

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

Read only

0 Likes
467

hi

use the same domine umesh for both the table control fields and intrnal datable...........once check the properties of that umesh