Hi please consider the foll pseudo code:
Loop at itab1.
Validations on itab1.
If true.
Move certain fields of itab1 to itab2.
*Then how do I insert these records at the END of itab2?
**Will simply "INSERT itab2" work?
endif.
Endloop.