Skip to Content
0
Former Member
May 15, 2008 at 11:46 AM

Delete Itab within Loop at ITAB ?

2878 Views

Hi,

Help needed to remove this delete from within the loop.

{code

Loop at itab where <condition>.

<statements>

delete itab index sy-tabix.

Exit.

Endloop.

{code}

The functionality of the code should not be affected.

Useful help would be awarded 😊