cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi all,

we habe a display problem. The values of a component type MENGV13 (data type QUAN 13) are correct in the context with a point e.g. 8.500 but in the web dynpro application in a Table TextView-UI-Element they are displayed as 8,600, with a comma.

What can we do? Is there e.g. a general web dynpro customizing needed?

Thanks, regards

Susanne

0 Likes
View Entire Topic
Former Member
0 Likes

Susanne,

You can hard-code your output also.

First convert that quantity field into character field.

Than use translate syntax...

TRANSLATE ',' TO ' .'.

Regards,

Sudhir Kothavale.