I have already read the attachment, so you never copied any record from itab to <outtab>, how did you expect records to jump from one table to the other
Program should in sequence
- Create the dynamic internal table (here you already filled the field catalog for last step)
- Fill it from database (either explicit field list in SELECT "result" or a CORRESPONDING option in SELECT "target"
- Display the internal table
Regards,
Raymond