cancel
Showing results for 
Search instead for 
Did you mean: 

How to delete zeros in layout for quantity and currency fields

0 Kudos

Hi All

Iam getting zeros in place of quantity and currency field records, which i doesnt require in layout SAP-Script.

Please let me know if any one has an idea.

Regards

Bhaskar

Accepted Solutions (1)

Accepted Solutions (1)

Simha_
Employee
Employee
0 Kudos

Hi,

Add NO-ZEROES statement to it.

or

U can use CONDENSE statement.

Cheers,

SImha.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello,

GIve like this.

&QUAN(Z)&

Cheers,

Vasanth

JozsefSzikszai
Active Contributor
0 Kudos

hi Bhaskar,

in Sapscript you have to print like: &TABLE-FIELD(I)&

hope this helps

ec