Skip to Content
0
Former Member
Jan 08, 2008 at 04:31 PM

reg loop condition

26 Views

Hi All,

I have a small query I have my values in my int table in the field zlnid with the values FWP,FWS,INP,INC.

But now I want to loop my int table only for the values starting with FW.I gave like this this.

loop at i_lineid where zlnid = 'FW*'.

endloop.

but the above one is not working.I tried with like it is not taking.Please suggest somebody how to do this?

Regards

Mahesh