Hi all,
I have a requirement while using table control,
the first row added to the table should be copied to the next row just before jumping to the next line else than one field's value.
I am writing it as but does not work:
if sy-ucomm eq ''. "if enter is hit
READ TABLE gt_item INDEX 1 INTO wa.
APPEND wa to gt_item.
endif.
I have tried this code at both pai and pbo.
Thanks a lot.
Deniz.