hi frnds..
i have declared explicit work area kna1 using tables key world
tables: kna1.
select kunnr name1 land from kna1 into kna1 upto 5 rows.
loop at kna1.
write:/ kna1-kunnr,kna1-name1,kna1-land1.
endloop.
end select.
but iam not getting the out put..
can any one give me the coorect logic with explanation.