i have to structure a and b
eg
a structure have two element
name(8) type c
age(3) type i.
b structure have three element
id(2) type c
name(8) type c
age(3) type i.
so, i declare two internal table
i want copy b to a ,how to carry out this use easy way ???