Declare your internal table itab1 like this,
DATA itab1 TYPE STANDRAD TABLE OF t1.
This creates an internal table with a header line. No need of creating itab in this case.
Declare your internal table itab1 like this,
DATA itab1 TYPE STANDRAD TABLE OF t1.
This creates an internal table with a header line. No need of creating itab in this case.