cancel
Showing results for 
Search instead for 
Did you mean: 

PO print problem with currency

former_member231368
Participant
0 Kudos

Hello ABAP gurus,

I am facing on eprint issue with PO. While displying a PO the currency is like this 65,000.00 but while print priview or printing a PO is it printing like 65.000,00. In user profile it is correct as per indian currency. Could u plz suggest me any settings or code need to write.

Thanks in advance

Yerukala Setty

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello,

For a PO I would include

/: SET COUNTRY &LFA1-LAND1&

in the sapscript. This will set the decimal format to that of the vendor's country. You would normal want forms to print in the format (and language) expected by the recipient.

Former Member
0 Kudos

Hi,

Use SET COUNTRY 'UK'. before you print/pass the variables

Regards,

Narendra

former_member231368
Participant
0 Kudos

Hello Narendra,

where we can set? weather in text elements of script or in print program? we have different kind of output types are tehre for different countries? i am doing this for EUR currency ( Malysia ).

thanks in advance

former_member181995
Active Contributor
0 Kudos

>

> Hello Narendra,

>

>

> where we can set? weather in text elements of script or in print program?

like this

:/SET COUNTRY ' '