Application Development 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: 

Purchase Order - Quantity Field printing.

Former Member
0 Kudos
122

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.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
70

you can change the user setting to have desired decimak notation...

System -> user profile -> own data

4 REPLIES 4

Former Member
0 Kudos
71

you can change the user setting to have desired decimak notation...

System -> user profile -> own data

0 Kudos
70

I tried that but it did not work. In fact there are no quantity settings there.

0 Kudos
70

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

Former Member
0 Kudos
70

Thanks