Skip to Content
0
May 29, 2008 at 06:08 PM

Selective transfer of data from one internal table to another

21 Views

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.