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

Re: how to get records of internal table comparing records of another internal table

$
0
0

Hi Vinodh ,

 

 

According to your need ,

loop at itab2 into wa_itab2.

read itab1 into wa_itab1 with key <field> = wa_itab2-<field>.

if  sy-subrc = 0.

append wa_itab2 into itab3.

endif.

endloop.

 

Thanks

Vivek


Viewing all articles
Browse latest Browse all 8594

Trending Articles



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