itab1 type table of I occurs with header line
itab2 type table of I occurs with header line
move itab1 to itab2
what will be the content of itab1..
if im right, is it correct to say that itab1 has got only 1 row , header part
and 1 row in bodyline