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.