Skip to Content
0
Former Member
Mar 26, 2009 at 07:32 AM

prog explicit work area

32 Views

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.