Show TOC

Background documentationTuning and Error Search Locate this document in the navigation structure

 

With the Web Dynpro Trace Tool you can optimize your applications for Delta Rendering. The trace tool displays which areas of a view have been updated and at the same time lists the reasons for the updates.

Features

The updated area of the view is displayed in a green frame.

The trace tool and its functions are displayed in the lower part of the browser window.

Note Note

Note that the full page is always updated for the first request.

End of the note.

Example Example

DEMO_ROADMAP

This graphic is explained in the accompanying text.

End of the example.
DeltaRenderingChange Tracking

The entry DeltaRenderingChange Tracking, which appears in the dropdown list after the application is first called, is used to create a trace file DeltaRenderingChangeTracking.xml, in which all changes ocurring in a roundtrip are recorded.

You can either display the changes directly in the GUI or in a separate window, and save as a local file.

Even if only one single change is triggered for a view, the complete view is still updated. In columns PROGRAM, EVENT and LINE you can see exactly where the change was triggered in the program code.

Changes may come from the Web Dynpro application or be triggered by user actions. Each user action, except for focus changes, results in an update of the surrounding view. A user action can result in an update of the context or in changes to view elements. These types of update appear in the trace file under PROGRAMM as <WebDynproFramework>.

Procedure

  1. Activate tracing in the SAP GUI.

    In transaction WD_TRACE_TOOL choose the pushbutton Activate for this User. This sets the status of the trace to active for the user in question. Choose OK to confirm the warning relating to the necessary security settings.

  2. Call the application to be traced in the browser and add the URL Parameter sap-wd-DeltaRendering with value ON to the URL.

  3. Choose Enter.

  4. Execute some roundtrips.

  5. In the dropdown list, choose Delta Rendering Change Tracking.

  6. Choose Stop Trace... and save files locally.

  7. Open DeltaRenderingChangeTracking.xml and analyze the data there.