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

Currency storage

Former Member
0 Likes
793

Hi All,

I wanted to know how the currency value will be stored based on the key,How can i determine the value is stored based on USD or JPY.

I'm displaying a amount field at display it shows the value as 6,000 whereas in debugging mode the actual value is 60.00. how is the currency values stored.

Thanks in Advance

Hi

Currency format store in two way

1. For particular User

Menu User Profile->own data -> Default -> Decimal Notaion

2 Country level

OY01

Select country and check details.

Mostly currency store using first way that is user profile.

regards

vinod

5 REPLIES 5
Read only

hymavathi_oruganti
Active Contributor
0 Likes
749

u just check the countryy settings in SPRO

Read only

0 Likes
749

Hi Hymavathi,

can you please elaborate on this.

Regards,

Raghavendra

Read only

0 Likes
749

THE OUPUT OF AMOUNT DEPENDS ON THE COUNTRY SETTINGS.

set the country as INDIA, then u will get the o/p in ur format.

that u can set in SPRO. exact path i dont remember

Read only

0 Likes
749

try writing the output like this

Write : P_VAR CURRENCY 'USD'.

u can test changing the currency

Read only

vinod_gunaware2
Active Contributor
0 Likes
749

Hi

Currency format store in two way

1. For particular User

Menu User Profile->own data -> Default -> Decimal Notaion

2 Country level

OY01

Select country and check details.

Mostly currency store using first way that is user profile.

regards

vinod