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: 

SAP Script - ZMEDRUCK

Former Member
0 Kudos

Hi,

Purchase order has a Item with Currency = USD.

Price = 45,768.00

In purchase order - Item level i see the Net price is displayed in format 45,768.00

But When i see the print preview for same Purchase Order it displays it in 45.768,00.

Any clues, How to proceed to change this. want to correct the notation for Print preview.

Regards,

Vijay Raheja

3 REPLIES 3

former_member533584
Contributor
0 Kudos

Hi,

I think u need to change Decimal notation in user profile.

regards ,

ananth.

Former Member
0 Kudos

Hi,

Change the user settings for currency in SU01 t code.

Or you can restrict to the Country specific currency settings

by using SET COUNTRY command in the script.

Regards,

Anji

Former Member
0 Kudos

This is because of the user parameters of your user for decimals. Comma is the decimal seperator.

goto SYSTEM->USER PROFILE->OWN DATA and change the defaults of decimal notation to your required format. Logoff and relogin to see the changes effective.