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

Manipluate and create program textpools
Manipulate an ABAP programs txt elements by accessing it TEXTPOOL



SAP help / ABAP code
Return SAP tips and example ABAP code menu

Related Articles

Create internal table structure dynamically
Execute ABAP code from text file using ABAP READ INSERT to create program dynamically
READ TEXTPOOL, ABAP code to manipulate program textpools