‎2007 Aug 27 5:22 AM
i just want to convert 1000 into words as (one thousand) is it possible...... in sap script...
‎2007 Aug 27 5:26 AM
Sasi,
Use SPELL_AMOUNT function module.Pass the result into a variable and use that in the script.
K.Kiran.
‎2007 Aug 27 5:39 AM
Hi,
Yes it is possible in sapscript. <b>GOTO SE37</b>, u have a function module <b>SPELL_AMOUNT</b>, execute it by giving any numeric value, it will convert to words. U can use the same FM in ur Sapscript.
Reward if useful.