Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Function

Former Member
0 Kudos

Dear All

kindly check this link

Username:sureshncc

passward:suresh

<a href="http://www.keepandshare.com/doc/view.php?id=247045&da=y">http://www.keepandshare.com/doc/view.php?id=247045&da=y</a>

when i am using this function CALL FUNCTION 'SPELL_AMOUNT'

EXPORTING. Up to 5 digits i can gets the character correctly,but if exceeded more than 5 digits I cann't get the character conversion

how to rectify

Thanks and Regards

Suresh

2 REPLIES 2

naimesh_patel
Active Contributor
0 Kudos

Ok.. Understood..

SPELL_AMOUNT gives you the amount in words in the form of Millions, thousands, hundreds.. not in Lacs, Carores..

You need to use this FM for that:

HR_IN_CHG_INR_WRDS

to get amount in Lacs and Carores.

Regards,

Naimesh Patel

0 Kudos

hi Naimesh Patel

Thanks your replying

my code is following

CALL FUNCTION 'HR_IN_CHG_INR_WRDS'

EXPORTING

amt_in_num = VBAK-NETWR

IMPORTING

amt_in_words = SPELLER.

but not working how to retify

Thanks and regards

Suresh