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: 

PRINT SPELL AMOUNT IN SPANISH

former_member186145
Participant
0 Kudos

Hi to all

I need print into a Sap Script a value in spanish. I use the FM SPELL_AMOUNT, but, when I send the value 1000000, or 2000000, or 3000000, ..... appear: 'UN MILLON', 'DOS MILLONES', 'TRES MILLONES', , but I need that appear 'UN MILLON DE', 'DOS MILLONES DE', 'TRES MILLONES DE'.

In the table T015Z, the word 'DE', don't appear and I need by print 'UN MILLON <b>DE</b> PESOS',

Thank by their aid

regards

Dario

3 REPLIES 3

Former Member
0 Kudos

Hi Hernan,

If that is the case then why dont you concatenate DE into into the resulting string.

Regards

Arun

0 Kudos

No, because DON'T applied in all the cases

For example, for 1500000, must print 'UN MILLON QUINIENTOS MIL PESOS'

In this case the word 'DE' should't appear in the spell amount

Thank you

regards

Dario

Sandeep_Kumar
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Hernan,

Get the 'UN MILLION' value from Fm SPELL_AMOUNT and after that concatenate "DE" to the same string and print the concatenated value.