ABAP Keyword Documentation →  ABAP − Reference →  program editing → 

Dynamic Program Editing

In addition to the static program development in ABAP Workbench, the following components:

of ABAP programs can be created and edited using language elements. This method for creating programs is known as dynamic program development.

Security Note

If used wrongly, dynamic programming techniques can present a serious security risk. Any dynamic content that is passed to a program from the outside must be checked thoroughly or escaped before being used in dynamic statements. This can be done using the system class CL_ABAP_DYN_PRG or the predefined function escape.

Notes




Continue
Source Code
text element
Screen