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

SAPScript currency format

Former Member
0 Likes
386

Is there any way to format currency in SAPScript? I am using REGUP-WRBTR field in my SAPScript and the output is coming as 3.000,00 instead of 3,000.00. I have checked User Profile settings and in that the decimal notation is proper 1,234,567.89. Is there any other setting to be done in the system.

Thanks in advance

-Mala

1 REPLY 1
Read only

Former Member
0 Likes
339

Hi Mala,

After changing the user profile... u have to login again .. then only those will be applicable..

Once log out and login again..

if the problem still persists then it is with the country command...

Use this command in your script..

/: SET COUNTRY country_key

Check this link also,

https://forums.sdn.sap.com/click.jspa?searchID=5742637&messageID=3923933

Thanks,

Reward If Helpful.