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: 

Spell amount

Former Member
0 Kudos

Hi,

I am using Function module SPELL_AMOUNT to convert the amount into words. e.g. 555.45 as Five Hundred fifty five and forty five cents. It is working fine for English language but now the business is asking it to be in Russian language. I tried passing Russian language key to the FM but it returned English characters only.

Any pointers for any other FM that can convert the amount to Russian would be highly appreciated.

Thanks,

Amogh

Edited by: Amogh Kulkarni on Apr 22, 2008 7:08 PM

2 REPLIES 2

Former Member
0 Kudos

Hi,

If you look into the ABAP code for SPELL_AMOUNT you will find the table T015Z is used to construct the text. In my system this this table is filled for a few languages, but not many. I guess if you populated this table for your required language it will work.

Regards,

Nick

0 Kudos

Thanks for the suggestion Nick. I have entries in that table for Russian language but those texts are in English. I shall get the Russian translations and upload them in the table and see if it works.

I appreciate your help.