‎2007 Jan 21 1:24 PM
Hello, me again ...
I have a work area declared like this:
data: begin of wa,
fld1 type c,
fld2 type c,
fld3 type c,
end of wa.
I want to check a different field's value at each iteration, meaning somthing like this:
concatenate 'fld' sy-tabix into var.
if wa-var eq ......
I know it's possible by using field-symbols, does anyone can write me the specific syntax pls ?
Thanks in advance,
Rebeka.
‎2007 Jan 21 2:33 PM
‎2007 Jan 21 2:33 PM