cancel
Showing results for 
Search instead for 
Did you mean: 

hi , ALV reporting

Former Member
0 Kudos

can any body help how to spell amount in words in alv reporting

thank you

sai kumar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

If you want in Indian Rupies then use Use Function Module <b>HR_IN_CHG_INR_WRDS</b>

And also you can use 'SPELL_AMOUNT'

Regards

Sudheer

Former Member
0 Kudos

thanks

Answers (1)

Answers (1)

anversha_s
Active Contributor
0 Kudos

hi,

no difference, vn if in ALV

DATA v_int TYPE i VALUE '1000'.
DATA words LIKE SPELL.

CALL FUNCTION 'SPELL_AMOUNT'
 EXPORTING
   AMOUNT          = v_int
   LANGUAGE        = SY-LANGU
 IMPORTING
   IN_WORDS        = words
          .
WRITE words-word.

Regards

Anver

Former Member
0 Kudos

but there is any option in layout strcture that is totals_text we cant use it