hi,
is it possible to move and delete with a single keyword?
can show me the correct syntax.
loop at itab
if not itab-fieldX is initial.
move the record to another internal table.
delete this record from itab.
endif.
endloop.
thanks