cancel
Showing results for 
Search instead for 
Did you mean: 

Hi

Former Member
0 Kudos

Hi,

In script i have requirement that when i have given amount in figures then it return me in amount in words.

Points will be rewarded for the helpful answers.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

use this FM HR_IN_CHG_INR_WRDS it will be useful..

plzz reward if usefull plzz reward...

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

spell_amount use this FM and send the amount in words.

plzz reward if it is useful

Former Member
0 Kudos

use FM SPELL_AMOUNT

Former Member
0 Kudos

Hi,

Check the function module : SPELL_AMOUNT

Sample code

CALL FUNCTION 'SPELL_AMOUNT'

EXPORTING

LANGUAGE = SY-LANGU

CURRENCY = T001-WAERS

AMOUNT = SUM_UBKNT

FILLER = SPACE

IMPORTING

IN_WORDS = SPELL

EXCEPTIONS

NOT_FOUND = 1

TOO_LARGE = 2.

Regards,

Satish