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