‎2011 Jun 27 10:29 AM
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
‎2011 Jun 27 10:41 AM
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