Skip to Content
0
Former Member
Dec 24, 2007 at 11:41 AM

move and delete

50 Views

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