Hi Deepak,
Kindly use the read satement it will help you to read the content and place the values in header again with particular or current index no at runtime .
exp.
loop at itab.
at new <field1>.
read table itab index sy-tabix.
........
.....
endat.
append or modify (as per requirement)
endloop.
hope it helps.
regards,
vikas