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

in sap script suppress zero display

Former Member
0 Likes
541

if i forgot some command in sap script eg:suppress zero display -how to do find it?

1 ACCEPTED SOLUTION
Read only

jayanthi_jayaraman
Active Contributor
0 Likes
385

Hi,

Certain symbol values are output with leading zeros. To suppress these values use the Z option.

Syntax:

&symbol(Z)&

2 REPLIES 2
Read only

Former Member
0 Likes
385

Hi

Use Z along with the field for suppression of leading zeros

/ &ITAB-NETWR(Z)&

I - for intial value suppression

S -no sign

(.1) - 1 decimal, (.0) no decimals

Reward points for useful Answers

Regards

Anji

Message was edited by:

Anji Reddy Vangala

Read only

jayanthi_jayaraman
Active Contributor
0 Likes
386

Hi,

Certain symbol values are output with leading zeros. To suppress these values use the Z option.

Syntax:

&symbol(Z)&