EDITOR-CALL - call ABAP/4 program editor


Basic form

EDITOR-CALL FOR REPORT prog.

Addition


... DISPLAY-MODE

Effect

Reads the program prog from the library and places it in the ABAP/4 Editor.
When you save (with F11 ), the program is written back to the library.

Addition

... DISPLAY-MODE

Effect

Calls the editor in display mode. Changes are not allowed here, but you can switch to change mode from within the editor.

Example

Call the ABAP Editor for the report SAPTEST in display mode:
EDITOR-CALL FOR REPORT 'SAPTEST' DISPLAY-MODE.

Related EDITOR-CALL FOR itab

Index
© SAP AG 1996