Hi Guys,
I have two internal table with same structure. I want to transfer data from ITAB1 to ITAB2 where Field2 = u2018ABCu2019 without using LOOP AT.
Just for information u2013 There are 2 milion records in ITAB1.
ITAB1. ITAB2 field1 field1 field2 field2 field3 field3 - - - - field25 field25
Let me know if it is doable.