2007 Feb 27 8:05 PM
Hi ,
My piece of code is :
data : x type i,
y type i,
z type p decimals 2.
x = 34.
y = 5.
z = x / y.
write : / z.
output is : 6,80
but i want output as : 6.80
instead of comma i want decimal point.
How can i do that.
2007 Feb 27 8:10 PM
This is based on your User Defaults.
Go to System->User Profile->Own Data
Defaults Tab, change your Decimal Format.
2007 Feb 27 8:10 PM
This is based on your User Defaults.
Go to System->User Profile->Own Data
Defaults Tab, change your Decimal Format.
2007 Feb 27 8:15 PM
thanx but which format i need to take for this :
i have tried all three :
1.234.567,89 or
1 234 567,89 or
1,234,567.89
2007 Feb 27 8:16 PM
Try the last one.
don't forget to save the user profile.
And you may need to logoff and then back on to get the changes.
2007 Feb 27 8:16 PM
2007 Feb 27 8:17 PM
2007 Feb 27 8:13 PM
You may also go to SU01 t-code and enter your user id. Check the settings under Defaults tab.
Thanks,
Santosh