Start of Content Area

Function documentation Client Tracing  Locate the document in its SAP Library structure

Use

Using tracing functions allows you to analyze a program and then make any necessary changes in the program source code, thus improving the quality.

Using the client tracing function for Java Web Dynpro applications enables the output of procedures on the client side as well as the display of the entire user interface tree of the current view assembly after a server round trip. The output depends on the selected level, specified using parameters. There are five different tracing levels available (parameter 1 - 5).

Availability

The tracing function is available by default. No settings need to be made by the administrator.

Procedure

The parameters 1 - 4 allow you to examine the client code. The parameter5 ensures the highest granularity level during tracing and includes the output of server round trips.

To activate the client trace, enter the desired parameter in the browser URL as follows:

/sap-client-trace=[0..5]

 

 

End of Content Area