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: DYNPRO_FIELD_CONVERSION when using table control

Former Member
0 Likes
1,092

Hi all,

It dumped with a conversion error when the program attempted to display the field on screen.

I define the screen field with DEC type, and in program the length is 10 with 2 digit. It is wired that it works well on one client but dumps on another.

Any idea, thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
814

it is the problem with the defintion of that particular column. check the attributes of the column, especially look at the format. try to define the column from the dictionary and rename. so that you get all the properties.

5 REPLIES 5
Read only

Former Member
0 Likes
815

it is the problem with the defintion of that particular column. check the attributes of the column, especially look at the format. try to define the column from the dictionary and rename. so that you get all the properties.

Read only

0 Likes
814

Hi,

I reference the field to the dic and declare a interactive work area in the program, however it does not work.

What confuse me most is that it works in one client wheather it dumps in another. Does that mean the use of the screen field is ok?

Read only

0 Likes
814

may be because of negative sign , set this ____________________V in the column text property.

Read only

0 Likes
814

thanks, I will try later

Read only

Former Member
0 Likes
814

Hi,

Adding more to vijay suggestion make sure the top declarations of the particular field in the screen declarations will according to the data element and table should be active.

Cheers!!

VEnk@