Skip to content

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

ABAP Source Code

The statements

for creating and editing ABAP source ode dynamically 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 code 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

Internal Statements for Source Code Processing