Skip to content

ABAP Keyword Documentation →  ABAP - Quick Reference 

EDITOR-CALL - Quick reference

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 title title in the title bar of the text editor.
  • BACKUP INTO jtab
    Assigns the content of itab to the table jtab before opening the editor.