cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hello frnds

the decimal value is not dispaying properly in script

value type p decimals 4.

ex value :_______ 0.2353

but i need

value : 0.2353

the spaces i dont need... how can i do that...

plese guide me regarding this

and please let know all formatting options in Scripts

Thnks

regards

Edited by: Aeda N on Mar 21, 2008 3:40 PM

Edited by: Aeda N on Mar 21, 2008 3:41 PM

0 Likes
View Entire Topic
Former Member
0 Likes

To resolve your issue try following

What ever the variable you are passing to your SAP Script through your driver program, before passing it,,

use : "CONDENSE <var> NO-GAPS. "

and then pass it to the SAP Script, that should take care of this issue.

You can find the related documentsi in the following links:

http://www.thespot4sap.com/Articles/SAPscript_Introduction.asp

http://abapliveinfo.blogspot.com/2008/01/free-sapscript-made-easy-46-book.html

http://www.thespot4sap.com/articles/SAPscript_example_code.asp

http://idocs.de/www3/cookbooks/sapscript/sapscript_1/docu.htm

http://idocguru.com/www5/cookbooks/sapscript/sapscript_1/example.htm

www.geocities.com/wardaguilar25/sapscript-tutorial.html

http://logosworld.de/www3/cookbooks/sapscript/sapscript_8/docu.htm

Hope you found this useful.

Rahul.