2007 Aug 01 5:43 AM
hi friends..
can you tel me the fm
to display number in words
2007 Aug 01 6:04 AM
hi,
Here comes!!
data: words(50) type c.
call function 'HR_IN_CHG_INR_WRDS'
exporting
amt_in_num = '100000'
importing
amt_in_words = words.
write:/ words.
Also u can use the FM - > spell_amount or RF_SPELL.
Rgds
Anversha
2007 Aug 01 6:04 AM
hi,
Here comes!!
data: words(50) type c.
call function 'HR_IN_CHG_INR_WRDS'
exporting
amt_in_num = '100000'
importing
amt_in_words = words.
write:/ words.
Also u can use the FM - > spell_amount or RF_SPELL.
Rgds
Anversha