2007 Oct 19 10:43 AM
Hi Gurus.
I am printing purchase orders via SAP script.
My users want the quantity field (RM06P-PRMG1) to have a dot(.) not a comma(,)
eg they want to print the number as 200.000 and not 200,000
Is there somewhere, i can switch this without adding an ABAP routine to fix this.
Thanks.
Points will be awarded.
2007 Oct 19 10:46 AM
you can change the user setting to have desired decimak notation...
System -> user profile -> own data
2007 Oct 19 10:46 AM
you can change the user setting to have desired decimak notation...
System -> user profile -> own data
2007 Oct 19 10:55 AM
I tried that but it did not work. In fact there are no quantity settings there.
2007 Oct 19 7:17 PM
Hi Wandai,
Did you try changing the user settings? Access the menu and go to System -> User profile -> User defaults. Here you can see two options in the Decimal notation tab.
Option 1 is : Comma and
Option 2 is : Period.
Please change and try with each of the above option.
If this doesn't work you need to check the data type you are using for this variable.
Hope this helps.
Please reward if useful.
Thanks,
Srinivasa
2007 Nov 13 7:55 AM