如果要保留目标表的数据:append lines of it_tabA to lt_tabB.如果只是单纯的内表赋值:it_tabB[] = it_tabA[].
如果两个表结果完全相同可以用append lines of itab_a to itab_b
要求2个内表必须有一样的结构.append lines it1[] to it2[].
append lines of lt_table to lt_table