Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 2895

Re: How to delete rows from an itab from another Itab

$
0
0

loop at itab into wa.

read table itab_del into wa_del with key field = wa-field.

If sy-subrc = 0.

delete itab_del.

endif.

endloop.


Viewing all articles
Browse latest Browse all 2895

Trending Articles



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