Show TOC

Displaying the Method Definition within ABAP Source CodeLocate this document in the navigation structure

In a method implementation, you can display the name, parameters and exceptions of the method and its documentation in a code element information popup. This enables you to obtain information about the method from the position where you are in the source code.

Context

Example of a code element information popup to display method details
Figure 1: Example of a code element information popup to display method details

Procedure

  1. In the source code editor, select the corresponding method implementation.
  2. Press Alt F2 or choose Start of the navigation path Source Code Next navigation step Show Method Information End of the navigation path in the menu bar or context menu.

Results

A code element information popup will be opened that displays the method name, its parameters, and exceptions and, if available, the documentation of the method.