ABAP Keyword Documentation →  ABAP − Short Reference → 

EDITOR-CALL - Short Reference

Reference

Syntax

EDITOR-CALL FOR { {REPORT prog [DISPLAY-MODE]}
                | {itab [TITLE title]
                        [{DISPLAY-MODE}|{BACKUP INTO jtab}]} }.


Effect

Obsolete:Calls ABAP Editor for a program prog or a text editor for text in an internal table itab.

Additions