SAP EDITOR-CALL - Reference ABAP Statements

Warning: Undefined variable $saptab in /customers/b/9/9/trailsap.com/httpd.www/abap-statements/index.php on line 46

Get Example source ABAP code based on a different SAP table
  

Warning: Undefined variable $prev in /customers/b/9/9/trailsap.com/httpd.www/abap-statements/index.php on line 62
Standard SAP Help for EDITOR-CALL

EDITOR-CALL

ABAP Reference
ABAP Code Snippet


ABAP Syntax EDITOR-CALL FOR { {REPORT prog [DISPLAY-MODE]}

| {itab [TITLE title]
[{DISPLAY-MODE}|{BACKUP INTO jtab}]} }.
ABAP Code Snippet

What does it do? Obsolete:Calls ABAP Editor for a program prog or a text editor for text in an internal table itab .

ABAP Addition 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.

Return to menu