‎2012 Mar 02 11:31 AM
Hi Experts ,
I have a problem while i'm using fm spell_amount.it is reading write amount in figures but while conversion into words i'm getting error(wrong amount) .
Thanks&Regards.
ANDREWS.
‎2012 Mar 02 11:36 AM
Hi,
Can you tell me what values are you passing to this function module ?
You can also try using this function module - HR_IN_CHG_INR_WRDS
Regards,
Danish.
Edited by: Danish2285 on Mar 2, 2012 5:09 PM
‎2012 Mar 02 12:34 PM
Hi,
If you pass the following values into the FM,
AMOUNT 10000
CURRENCY INR
LANGUAGE EN
you will get the output as
IN_WORDS 000000000000100000 2 ONE HUNDRED
Here the last two digit of the amount is considered as decimal place in INR currency.
Check whether you are passing the right amount with considering decimal places according to the passed currency.