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

Issue on Decimal notation

Former Member
0 Likes
454

Hi Friends,

Here i'm facing issue on decimal notation, which we maintained at User profile screen

like 1.234.567,89 / 1,234,567.89

In an report output, for a particular field, value is displaying as 1.25 - here i chose decimal notation 1.234.567,89 on my userid

But the value is displaying as 1,25 or 1.25 based on their user profiles whatever they maintained decimal notations at their user profiles, so now i need to make this as common decimal factor to either 'comma' or 'dot' at report output irrespective of users profile...hope you understand

Please provide me your valuable inputs.

Thanks

Suren

1 REPLY 1
Read only

Former Member
0 Likes
368

hi,

convert the amount before passing to the report.Pass teh amount to a char field before printing.

use bapi to convert it to desired format:

BAPI_CURRENCY_CONV_TO_INTERNAL

BAPI_CURRENCY_CONV_TO_EXTERNAL