Create a new structure by including both types.
Types: begin of tab,
Include type1,Include type 2,
Endof tab.
Now createcreate an internal table of type above.
Loop at itab1.
Readtable lt_tab. "Use appropriate join condition here and then populate the newly created internal table