SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Short Reference →
EDITOR-CALL - Short 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