Moving one itab to data to other itab
Hi folks,
I have two internal tables wih same fields. I want to move all data of itab1 to itab2. instead of moving field by field and finally appending, i want to move whole table fileds at a time.
can i write this as itab2[ ] = itab1[ ] ?
or do i need to use move command.pls suggest me...
thanks,
Shyam.