‎2008 May 08 12:28 PM
Hi all
How to eliminate ZEROES in a script from a particular field.Is it possible to do without calling a driver program in Scripts.Please help
With Regards
Vijay G
‎2008 May 08 12:31 PM
Hi,
If u want to Omit the Leading Zeros from the Variable.Simply use like this
&variable(Z)&
‎2008 May 08 12:30 PM
if you are working with sap scripts you can put a condition
in the first colum put
😕 if &field& <> 0. "this will check the condition
P1 &field& "this will print it
😕 endif.
if this heklps reward points
‎2008 May 08 12:31 PM
Hi,
If u want to Omit the Leading Zeros from the Variable.Simply use like this
&variable(Z)&
‎2008 May 08 12:43 PM
Hi,
Just write <z> after the variable in the script . The leading zero will be removed.
Reward some points.
bye,
anomitro