Skip to Content
0
Apr 28, 2016 at 07:15 AM

how to read a line of a ASSIGN gr_outtab->* TO <lt_outtab>

400 Views

hello folks i'm a little bit stuck with finding a way to read a work area after an assign

i have declare

FIELD-SYMBOLS:
<lt_outtab> TYPE STANDARD TABLE

data GR_OUTTAB type ref to data.


ASSIGN gr_outtab->* TO <lt_outtab>.

after the assign how can i loop on <lt_outtab>?

Thanx