Runtime Analysis Tool (RAT)
Use
The runtime analysis tool (RAT) enables you at runtime to ascertain the levels in which adaptations have been made to the user interface of a Web Dynpro ABAP application.
You can use RAT to get help in answering the following questions:
-
Why does text ABC and not text XYZ appear on the user interface?
-
Why does the button appear only on the interface for user X but not on the interface for user Y?
-
Why does attribute X have value Y?
Structure
RAT is available on the Adaptations tab, which you can call from the Technical Help entry in the context menu.
The tab is divided into the following areas:
|
Adaptations |
This area contains a table with rows representing the levels in which adaptations have been made to your component (configuration, customizing, personalization, enhancement). If you select an adaptation level in this area by clicking on a line, the associated data for built-in adaptations and component-defined adaptations appears on separate tabs in the the area below this. |
|
Built-In Adaptations |
The tables in this area list the properties and aggregations that have been changed using built-in adaptations on the selected level. The value that the property or aggregation had at this level is displayed too, and you can see whether the settings have been marked as final. |
|
Component-Defined Adaptations |
The tables in this area list the context nodes and associated context attributes on which the component-defined adaptations are based. The value that the property had at this level is displayed too, and you can see whether the settings have been marked as final and whether the attribute is a primary attribute. |