cancel
Showing results for 
Search instead for 
Did you mean: 

currency format

Former Member
0 Kudos

Hi Gurus,

we have a problem encountered in printing a PO the scenario is:

we test in QA the currency format is the same in printing it display the same format for example 1,500.00 using local and USD currency there's no problem in QA but in PROD we wonder why the currency format is not the same in the system the format is 1,500.00 but in printing a PO it display 1.500,00 can you tell me what is the solution to that problem? we need a currency format like this 1,500.00 both local and USD..

Thanks in advance..

Accepted Solutions (0)

Answers (1)

Answers (1)

Sandra_Rossi
Active Contributor
0 Kudos

The number format (thousands and decimal separator) depends on country/user. Please search the forum (already answered many times) and the sapscript/smart form (?) or abap help.

Former Member
0 Kudos

Hi,

we check currency settings using t-code SU01 the decimal notation is 1,234,567.89 and also

t-code OY01 for USD currency decimal format is also in 1,234,567.89 all currency settings is correct, we wonder why in print preview the format is not the same? can you gave other options to solve this?

thanks..

Former Member
0 Kudos

Hi,

Please check if there is any statement


SET COUNTRY 

In your code.. If this has been written.. program will automatically take default setting according to country defaults.

Nag