Show TOC

Navigating from Source Code Plug-ins to External ObjectsLocate this document in the navigation structure

Prerequisites

This functionality is provided in SAP NetWeaver 7.4 SP08 and higher as well as in 7.31 SP14 and higher.

Context

In an enhancement popup of a source code plug-in, you can navigate to external development objects like:

  • ABAP classes/interfaces
  • Function modules
  • Methods
  • Includes
  • DDIC objects
  • Etc.

Limitation

You cannot navigate to elements of the same compilation unit, such as variables.

Procedure

  1. In the enhancement popup, position the cursor on the name of the external object.
    Position in the enhancement popup where an external object is called
    Figure 1: Position in the enhancement popup where an external object is called
  2. Choose F3 or Ctrl + click.

Results

The selected development object is opened in a new editor. Here, you can add, for example, new functionality.