im doing performance tuning on a existing report.
I have a internal table itab1 with fields A,B,C filled with data
i have a second table itab2 with fields A.B. i have to move data from itab1 to itab2 , how can i do it without having to loop into the entire table and use move-corresponding? Are there any internal table options? or is there a option to just remove a column of a table?