Show TOC

Screen AnalysisLocate this document in the navigation structure

Use

You use the Screen Analysis tool to display the current runtime representation of screens. You can see the tree of screens and containers as well as the attributes of the screens and the screen fields.

Features

The tool has two screen areas.

General View

This screen area contains the current hierarchy tree of screens and containers. Screens include containers of different types: table controls, frames, step loops, custom controls, tabstrips, and subscreen areas. Tabstrips include subscreen areas, and subscreen areas at runtime includes subscreen dynpros.

If you double-click an element from the tree, information for that element is displayed in the Screen Information area.

Screen Information

This tab contains the attributes of all the screen's fields on the following tab pages:

  • General attr.

    General Attr. contains information about the attributes of the fields, which you can change using the ABAP statements LOOP AT SCREEN, MODIFY SCREEN, and ENDLOOP.

  • Special Attr

    Special Attr. contains information about conversion exits, user field exits, foreign key checks and switches.

  • Other

    On the Misc. tab you can find the current contents of the tooltip and the Property Bag of the field.

    Note

    If you double click a field line, you can see all attributes for a field together in a dialog box.