‎2008 May 10 7:26 AM
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
‎2008 May 11 4:28 PM
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
‎2008 May 10 10:01 AM
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
‎2008 May 11 4:28 PM
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