cancel
Showing results for 
Search instead for 
Did you mean: 

sapscript : how to display a value in a bracket.

Former Member
0 Kudos

Hi, i was trying to display a value with with a bracket and underline the value as shown below:-

Expected Result : (_760.00_)

My sapscript code its as below:

(<U>&WA_ZMAS-DISCOUNT(C)&</>)

However my result its following : (_760.00_ )

There's a space between the last bracket and the number.

Please help me.

Thank you.

Regards,

SW

Edited by: SW on Aug 5, 2009 12:45 PM

Accepted Solutions (1)

Accepted Solutions (1)

former_member585060
Active Contributor
0 Kudos

Hi,

<(>(_<)>&WA_ZMAS-DISCOUNT(CS)&<(>_)<)>

Regards

Bala Krishna

Edited by: Bala Krishna on Aug 5, 2009 4:35 PM

Answers (1)

Answers (1)

Former Member
0 Kudos

hi sorry,

wasn't so sure y there are some underline although i try to remove the previous msg.

To make it short

Expected Result : (760.00)

My sapscript code its as below:

(&WA_ZMAS-DISCOUNT(C)&)

However my result its following : (760.00 )

There's a space between the last bracket and the number.

Please help me.

Thank you.

Regards,

SW

Former Member
0 Kudos

Hi,

The space you are getting is presumably from the sign. Change the code to;

(&WA_ZMAS-DISCOUNT(CS)&)

The S formatting option removes the sign.

Regards,

Nick

Former Member
0 Kudos

Thank you very much

Former Member
0 Kudos

Hi,

I do not understand the solving answer:

-


Hi,

ignore my post

Regards

Bala Krishna

-


Gr., Frank