Quantcast
Channel: SCN: Message List - ABAP Development
Viewing all articles
Browse latest Browse all 10425

Re: conditional deletion in Internal Table

$
0
0

Hi Sebastian,

 

You can use this:-

 

 

LOOP AT it_tab INTO wa_tab.

 

IF <condition > = fullfilled.

       DELETE it_tab INDEX sy-tabix.

ENDIF.

 

ENDLOOP.


Viewing all articles
Browse latest Browse all 10425

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>