Running Executable Objects

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

Context

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

Procedure

  1. Choose the icon (Run ABAP Development Object...) in the toolbar.
  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
    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 pathRun As  Next navigation step ABAP ApplicationEnd of the navigation path.

Results

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