2021 Aug 09 10:18 PM
Hi Everyone,
After the complete calculation, I am getting the final amount as 'XXXX.XX'. I want to convert this amount in format 'X.XXX,XX' so that it is displayed in this format on fiori screen.
E.g. amount- 122748.46 should be displayed as 122.748,46.
Can someone help me on this as i already tried many FMs which didn't give the deseired results.
Hi Everyone,
After the complete calculation, I am getting the final amount as 'XXXX.XX'. I want to convert this amount in format 'X.XXX,XX' so that it is displayed in this format on fiori screen.
E.g. amount- 122748.46 should be displayed as 122.748,46.
Can someone help me on this as i already tried many FMs which didn't give the deseired results.
2021 Aug 10 6:48 AM
All Fiori apps write numbers the default way, they don't convert them to characters to write them in a special format. Why would your Fiori app display numbers in a different format than other apps? It's not really a good UX according to me.
2021 Aug 10 7:06 AM
Hi,
you should use a formatter
https://experience.sap.com/fiori-design-web/formatting-numbers/
https://sapui5.hana.ondemand.com/index.html#/api/sap.ui.core.format.NumberFormat
2021 Aug 10 7:43 AM

Hi Sandra,
Actually, this was the format being used earlier. After i enhanced the abap logic for amount, the format is changed to 2nd image. Do you know how we can make it as first one?