hi,
I have 5 record in one internal table.
for eg.
loop at itab.
if cond. is success
copy the first record to another internal table.
endif.
endloop.
can anyone help me how to copy one record alone and insert it into another table if the condition is ok.
please help me.
Thanks,
Camila