SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Reference → Obsolete Language Elements → Obsolete User Dialogs → Obsolete Editor Calls →Obsolete Syntax
EDITOR-CALL FOR REPORT prog [DISPLAY-MODE].
Addition:
Effect
This statement starts the ABAP editor for the source text of the program specified in prog. prog has to be a character-type data object, which contains the name of a program in capital letters that exists in the Repository. If not, a message is displayed in the status line.
After starting the ABAP editor, it provides the full functionality, as if called from the ABAP-Workbench.
You can navigate forward to branch to other tools. After returning from the ABAP editor, the current program continues after the statement EDITOR-CALL.
Notes
... DISPLAY-MODE
Effect
In the default setting, the ABAP editor is started in change mode. The addition DISPLAY-MODE causes the ABAP editor to start in display mode.
Note
ABAP Editor is started in display mode but can be switched to change mode.