2006 Oct 12 6:55 AM
hello can you give the function name which converts numerals into words in smartforms
2006 Oct 12 6:59 AM
2006 Oct 12 6:58 AM
u can use FM SPELL_AMOUNT or HR_IN_CHG_INR_WRDS
in case of Amounts .
for other things like 1 = ONE , better to hard code.
regards
Prabhu
2006 Oct 12 6:59 AM
2006 Oct 12 6:59 AM
hi,
try this.
CALL FUNCTION 'SPELL_AMOUNT'
EXPORTING
amount = amount
currency = 'INR'
filler = ' '
language = 'E'
IMPORTING
in_words = amountrs.
rgds
anver
pls mark points for hlpful asnwers
2007 Jul 24 8:43 AM