How to insert data in ternal table?
u can use, SELECT F1 F2 .. FN FROM <DB_TABLE> INTO CORRESPONDING FIELDS OF TABLE <INTERNAL_TABLE>. as well.