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 Problem

Former Member
0 Likes
1,008

Hi All,

I have a problem in module pool programming,

in my program i have one currency filed and its reference currency key field, in that field if i m input value lets take 101 and select currency 'INR' then it will become automatically 10,100 and if i select other then INR then its show me 101.00 so can anyone please help me to get rid of this problem.

THanks,

Manish

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
836

Hi Manish,

There is two function to converting display currency

You can test the function from se37

CURRENCY_AMOUNT_SAP_TO_DISPLAY

Convert currency value from value stored in SAP to displayed currency

sample : http://www.sapdevelopment.co.uk/fmodules/curr_saptodis.htm

CURRENCY_AMOUNT_DISPLAY_TO_SAP

Convert currency value from displayed currency value to value stored in SAP

Hope this help

Wiparat

2 REPLIES 2
Read only

Former Member
0 Likes
836

hi may be you r using the function module and it is country currency dependant .......so please check the currency in which you had to maintain then follow it then your proglem sloved..

regards,

venkat

Read only

Former Member
0 Likes
837

Hi Manish,

There is two function to converting display currency

You can test the function from se37

CURRENCY_AMOUNT_SAP_TO_DISPLAY

Convert currency value from value stored in SAP to displayed currency

sample : http://www.sapdevelopment.co.uk/fmodules/curr_saptodis.htm

CURRENCY_AMOUNT_DISPLAY_TO_SAP

Convert currency value from displayed currency value to value stored in SAP

Hope this help

Wiparat