Application Development and Automation 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: 
Read only

sap script

Former Member
0 Likes
306

i just want to convert 1000 into words as (one thousand) is it possible...... in sap script...

2 REPLIES 2
Read only

kiran_k8
Active Contributor
0 Likes
287

Sasi,

Use SPELL_AMOUNT function module.Pass the result into a variable and use that in the script.

K.Kiran.

Read only

Former Member
0 Likes
287

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.