ABAP Keyword Documentation → ABAP - Quick Reference
EDITOR-CALL - Quick reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
EDITOR-CALL FOR { {REPORT prog [DISPLAY-MODE]}
| {itab [TITLE title]
[{DISPLAY-MODE}|{BACKUP INTO jtab}]} }.
Effect
Obsolete
Additions
-
DISPLAY-MODE
Opens the editor in display mode -
TITLE title
Displays the titletitle
in the title bar of the text editor. -
BACKUP INTO jtab
Assigns the content ofitab
to the tablejtab
before opening the editor.