‎2007 Jul 27 6:20 AM
Hi All,
Does anyone knows a Function module while displays the amount in Vietnam language when we provide the amount in numbers.
Thanks,
SP
‎2007 Jul 27 6:24 AM
You can use spell_amount fn module here in language parameter pass the vietnam language key.
regards
shiba dutta
‎2007 Jul 27 6:32 AM
Hi
Use the SPELL_AMOUNT fun module and pass the Language key
CALL FUNCTION 'SPELL_AMOUNT'
EXPORTING
amount = lv_amount
currency = ' '
FILLER = ' '
<b>language = sy-langu</b>
IMPORTING
in_words = in_words
EXCEPTIONS
not_found = 1
too_large = 2
OTHERS = 3
<b>Reward points for useful Answers</b>
Regards
Anji