Show TOC

Outline ViewLocate this document in the navigation structure

The Outline view displays the internal structure of an ABAP class, interface, or program that is currently opened in the ABAP source code editor.

In a tree, structuring elements like attributes, data types, methods, and so on are displayed in the order of their occurrence in the open source code-based development object.

Display of an internal structure of an ABAP class in the Outline view
Figure 1: Display of an internal structure of an ABAP class in the Outline view

When you select one of the structural elements, the cursor navigates to its relevant source code position. In addition, you can also filter the display in order to hide:

  • All non-public members of ABAP classes
  • All members that are not methods, such as attributes, data types, and events
Synchronized navigation from the Outline view to an element
Figure 2: Synchronized navigation from the Outline view to an element

The Outline view is opened in the ABAP perspective by default.