Show TOC

Running Executable ObjectsLocate this document in the navigation structure

Context

In ABAP Development Tools, you have following possibilities to run or open executable development objects in SAP GUI.

  • Running ABAP programs
  • Launching the test environment for function modules
  • Launching the test environment for classes
  • Launching transactions in SAP GUI.

Running as ABAP Development Object

You can run a development object throuhg an icon in the toolbar or a shortcut.

Context

Note

Every time you run an executable object, such as an ABAP program, the editor opens a new SAP GUI window by default.

If you want to have it be opened in the same view, use the SAP GUI Integration preference option.

  1. Open the Start of the navigation path Window Next navigation step Preferences Next navigation step ABAP Development Next navigation step SAP GUI Integration End of the navigation path page.
  2. Select the relevant option where you want to run the application:
    • Reuse SAP GUI window when running applications for in the same view
    • Open SAP GUI as separate window for in a new view

Procedure

  1. Choose the icon (Run ABAP Development Object...) in the toolbar.
    Tip Alternatively, you can use the shortcut Alt + F8.
  2. Select the relevant ABAP project – if is not already done so.
  3. Enter the (part of) name of the executable object or transaction that you want to start in SAP GUI.
    Selection dialog for running transactions, programs, classes, or function modules
    Figure 1: Selection dialog for running transactions, programs, classes, or function modules
  4. Choose OK.

Results

The ABAP Development Tools runs the selected object or opens the corresponding test environment within the integrated SAP GUI.

Running in the ABAP Source Code Editor

Context

You execute a development object in another editor.

Procedure

  1. Open the relevant object in the source editor.
  2. Choose F8.

Results

The ABAP Development Tools runs the selected object or opens the corresponding test environment within the integrated SAP GUI.

Running from the Project Explorer

Context

You can open a development object from the context menu in the Project Explorer.

Procedure

  1. Select the relevant object node in the ABAP project in the Project Explorer.
  2. Open the context menu and choose Start of the navigation path Run As  Next navigation step ABAP Application End of the navigation path.

Results

The ABAP Development Tools runs the selected object or opens the corresponding test environment within the integrated SAP GUI.