Hi Varun,
For every tab in the tab-strip there should be a subscreen area ie in your case it is tab1_ref1 & tab1_ref2.
Again every subscreen area should be linked with a subscreen.
call SUBSCREEN tab1_ref1 INCLUDING sy-repid '0110'.
call SUBSCREEN tab2_ref2 INCLUDING sy-repid '0120'.
Here 0110 & 0120 are two subscreens.
If you need further clarification you can post further.
Regards,
Swaroop