‎2008 Jul 07 9:00 AM
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..
‎2008 Jul 07 9:01 AM
Hi Hosmath,
use this Syntax:
its not &variable(CIZ), but it is &*&variable(Z)&
Regards,
Sunil.
‎2008 Jul 07 9:05 AM
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