Skip to Content

SAP explorer

A tool for analyzing and interacting with SAP Frontend interface elements. It allows you to explore window structure, retrieve element properties, and work with data.

Launch and Update

To get started, click the Refresh tree button alt. After clicking, the explorer will start scanning the active SAP application window and display its structure. The hierarchical tree of controls will be displayed in the left part of the panel.

alt

Working with Elements

Viewing Properties

When selecting an element in the tree:

  • All its attributes are displayed in the right panel
  • Technical parameters (ID, type, coordinates) are available

alt

This information is convenient to use when building templates for searching SAP Front End elements.

You can highlight the selected element in the SAP interface by clicking the Show Component button.

alt

Retrieving Data

For elements of type Table, Combo Box, Tabs:

  • Use the “Component Data” button alt
  • Retrieved data:
    • Text values
    • Element states
    • Nested structures
Last updated on