SAP EDITOR-CALL - Reference ABAP Statements

Get Example source ABAP code based on a different SAP table
  


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