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 dollar amount printing

anitha_paul
Explorer
0 Likes
691

Hi,

I am using the code - <B1>&'$**'REGUD-SWNET(CZ)'*'&</> to print the check amount. The requirement is to have no more that 2 asterisks in front of the dollar amount and one trailing asterisk.

It is printing as $**140.55 *

How to delete the space between the 5 and *?

Please let me know your suggestions.

Thanks,

Anitha

2 REPLIES 2
Read only

Former Member
0 Likes
542

Condense..

<B1>(C)&'$**'REGUD-SWNET(CZ)'*'&</>

Read only

0 Likes
542

Will that work? (C) outside the script symbol? I am already doing the condense like REGUD-SWNET(CZ)