Skip to content

ABAP Keyword Documentation →  ABAP - Reference →  program editing →  Dynamic Program Editing 

Source Code

The statements

for dynamically creating and editing source code are released for use in application programming. Some additions of the released statements and certain statements are intended for internal system use only and must not be used in application programs.

Other versions: 7.31 | 7.40 | 7.54


Notes

  • The statements listed here can be used in application programs in exceptional cases only. ABAP provides many other means of dynamic programming, which generally make creating source texts dynamically unnecessary (see the list in dynamic program processing).

  • If you want to display or edit source code in SAP GUI interactively, you can, for example, use the class CL_GUI_SOURCEEDIT. This class calls the ABAP Editor control.

Continue

GENERATE SUBROUTINE POOL

READ REPORT

SYNTAX-CHECK

INSERT REPORT

Program Generation - Example

Internal Statements for Source Code Processing