report ztest.
data: word(20) type c.
CALL FUNCTION 'HR_IN_CHG_INR_WRDS'
EXPORTING
AMT_IN_NUM = '10000000'
IMPORTING
AMT_IN_WORDS = word.
write:/ word.
Related Topic:
- Display Amount In Words Using FM SPELL_AMOUNT
data: word(20) type c.
CALL FUNCTION 'HR_IN_CHG_INR_WRDS'
EXPORTING
AMT_IN_NUM = '10000000'
IMPORTING
AMT_IN_WORDS = word.
write:/ word.
Related Topic:
- Display Amount In Words Using FM SPELL_AMOUNT