EDITOR-CALL FOR REPORT prog.

Addition

... DISPLAY-MODE

Effect

Reads the program prog from the library and places it in the ABAP/4 Editor.
When you save (with F11 ), the program is written back to the library.

Addition

... DISPLAY-MODE

Effect

Calls the editor in display mode. Changes are not allowed here, but you can switch to change mode from within the editor.

Example

Call the ABAP Editor for the report SAPTEST in display mode:

EDITOR-CALL FOR REPORT 'SAPTEST' DISPLAY-MODE

RELATED POST

SAP ABAP SYNTAX FOR EDITOR CALL PART ONE

0 comments