Generating and Running Programs Dynamically 

This section describes how to create, generate, and start ABAP modules during the runtime of your program. Simple examples in the following topics illustrate the procedure. However, you should be aware that this method affects system response times, since programs created dynamically must be regenerated for each run. SAP therefore recommends that you use the standard way of creating and generating program code with the ABAP Editor as frequently as possible.

The following topics provide information on:

Creating a New Program Dynamically

Changing Existing Programs Dynamically

Running Programs Created Dynamically

Creating and Starting Temporary Subroutines