cancel
Showing results for 
Search instead for 
Did you mean: 

Display amount in the local currency Format ( JPY , USD)

Former Member
0 Kudos

Hi ,

I am doing some development in the adobe offline form . I want to display the amount based upon the currency .

I am setting the the below variable based upon the country and Language .

For instance the Amount in the database is 107.75

SFPDOCPARAMS-LANGU = 'J'.

SFPDOCPARAMS-COUNTRY = 'JP'.

In the Adobe it should display like 10,775

For USD

SFPDOCPARAMS-LANGU = 'E'.

SFPDOCPARAMS-COUNTRY = 'US'.

In the Adobe it should display like 107.75 ( Printing Correctly)

Please let me know if you have idea . Thanks for your help in advance .

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

junwu
Active Contributor
0 Kudos

Hi Sanjay

In the form, select the field and Set locale to "viewer's system locale", maybe that will help.

john