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

Purchase Order - Quantity Field printing.

Former Member
0 Likes
762

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
Read only

Former Member
0 Likes
710

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

System -> user profile -> own data

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

System -> user profile -> own data

4 REPLIES 4
Read only

Former Member
0 Likes
711

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

System -> user profile -> own data

Read only

0 Likes
710

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

Read only

0 Likes
710

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

Read only

Former Member
0 Likes
710

Thanks