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

Re: comparison of 2 internal tables and pass the values in new internal tables?

$
0
0

loop at it_upload INTO wa_1.

read table it_upload1 INTO wa_2 with key search = wa_1-search.

if sy-subrc ne 0.

APPEND wa_1 to it_1.

endif.

endloop.

 

loop at it_upload1 INTO wa_2.

read table it_upload INTO wa_1 with key search = wa_2-search.

if sy-subrc ne 0.

APPEND wa_2 to it_2.

endloop.

endif.

 

 


Viewing all articles
Browse latest Browse all 8511

Trending Articles



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