Quantcast
Channel: SCN : All Content - All Communities
Viewing all articles
Browse latest Browse all 8894

How to compare 2 internal table fields for delete

$
0
0

Requirement:

 

Internal Table1: itab1

 

FIELD1
1234

 

Internal Table1: itab2

 

FIELD1
123456789

 

Need to delete entries from itab2 comparing with itab1. Means system will check if values of itab1(1234) match with itab2(123456789), it will delete entries from itab2. Final result will store in itab2 as 456789 in itab2.

 

Note: THIS OPERATION SHOULD BE DONE WITHOUT LOOP or READ TABLE. Please help.

 

Regards,

Shyamal.


Viewing all articles
Browse latest Browse all 8894

Trending Articles



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