Dynamic Program Manipulation - Information on various ways to manipulate programs dynamically
Manipluate and create programs dynamically Create and change ABAP programs dynamically during execution using INSERT REPORT, READ REPORT and DELETE REPORT
Create ABAP itab dynamically within code Create ABAP internal table dynamically during execution using field symbols, type ref to data
Create ABAP internal table structure dynamically