Application Development 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: 

error when displaying - on table control

Former Member
0 Kudos

hy guys,

im working with a table control..

the problem is when the table control loads a -200 or any number with - .

ERROR

DYNPRO_FIELD_CONVERSION

I already tried to change the format of the table field to currency, dec, char and numc

currency the error is displayed.

dec the error is displayed

char the column is displayed empty

numc the table is displayed but the - is not displayed in the field.

any ideas?

Edited by: javier santana on Sep 7, 2008 7:26 PM

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Change the field type to currency and delete and recreate the View. This will for sure resolve the issue.

Amandeep

2 REPLIES 2

Former Member
0 Kudos

Change the field type to currency and delete and recreate the View. This will for sure resolve the issue.

Amandeep

Former Member
0 Kudos

Hi,

The problem mayb with the -ve value display, keep the format to currency and double click on the field in table control, u wil find a option to display -ve values select that

If -ve value is ur prob then this should work