Hi Sowmya,
Could you please try below function module.
report zrich_0001.
data: words(50) type c.
call function 'HR_IN_CHG_INR_WRDS'
exporting
amt_in_num = '100000'
importing
amt_in_words = words.
write:/ words.
Many thanks
venkat
Hi Sowmya,
Could you please try below function module.
report zrich_0001.
data: words(50) type c.
call function 'HR_IN_CHG_INR_WRDS'
exporting
amt_in_num = '100000'
importing
amt_in_words = words.
write:/ words.
Many thanks
venkat