Hi,
I have one query regarding loop.
suppose i have fields like f1,f2,f3,..f5.
now all the data's are stored in wa.
is it possible to make the loop like
loop at wa-f1 to wa-f5.
processing.
endloop.
Is it process for wa-f1, wa-f2, wa-f3, wa-f4, wa-f5.
If it is not possible then pls suggest me.