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

Amount Conversion in SAP Abap

former_member721373
Participant
0 Likes
2,778

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.

3 REPLIES 3
Read only

Sandra_Rossi
Active Contributor
0 Likes
2,102

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.

Read only

former_member721373
Participant
0 Likes
2,102

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?