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

SapScript

Former Member
0 Likes
444

Hi friends,

I'm modifying standard script J_I1_ARE1 after converting into Z_.When I run in actual transaction the functionality suppressing leading zeroes(CIZ) is not working,still displaying with leading zeroes..How to avoid this?........

Thanks in advance..

2 REPLIES 2
Read only

Former Member
0 Likes
423

Hi Hosmath,

use this Syntax:

its not &variable(CIZ), but it is &*&variable(Z)&

Regards,

Sunil.

Read only

Former Member
0 Likes
423

hiiii

for suppresing leading zeros you only need to add (Z) with variable..like &zmatnr(Z)&.

it will suppress leading zeros of zmatnr..

regards

twinkal