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 aprogram prog or a text editor for text in an internal table itab .
ABAP AdditionDISPLAY-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.