SAP Reports / Programs | Basis Components | Web Dynpro | Web Dynpro ABAP(BC-WD-ABA) SAP BC

WD_TRACE_TOOL SAP ABAP Report - Web Dynpro Trace Tool







WD_TRACE_TOOL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter WD_TRACE_TOOL into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

WD_TRACE_TOOL - Web Dynpro Trace Tool


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT WD_TRACE_TOOL. "Basic submit
SUBMIT WD_TRACE_TOOL AND RETURN. "Return to original report after report execution complete
SUBMIT WD_TRACE_TOOL VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Web Dynpro Trace Tool
Text Symbol: W06 = Please install NET Framework Redistributable Package. http://www.microsoft.com/downloads
Text Symbol: S01 = Trace(s) deleted
Text Symbol: E05 = Access to trace not possible (&reason&)
Text Symbol: E04 = Trace could not be deleted (&reason&*)
Text Symbol: E03 = Not all traces could be deleted
Text Symbol: E02 = No traces chosen for deletion
Text Symbol: E01 = No traces selected for download
Text Symbol: 102 = Reset Selection
Text Symbol: 101 = Select All
Text Symbol: 016 = Trace File
Text Symbol: 015 = Participant
Text Symbol: 014 = Short Description
Text Symbol: 013 = Active
Text Symbol: 012 = Trace Status
Text Symbol: 011 = Status
Text Symbol: 010 = Current Program Step
Text Symbol: 009 = Step
Text Symbol: 008 = Start Time
Text Symbol: 007 = Start Date
Text Symbol: 006 = Users
Text Symbol: 005 = Instance
Text Symbol: 002 = No Web Dynpro programs will be traced
Text Symbol: 001 = Tracing active for &user& (&minutes& minutes still)


INCLUDES used within this REPORT WD_TRACE_TOOL

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

SUSR_USER_CHECK_EXISTENCE call function 'SUSR_USER_CHECK_EXISTENCE' exporting user_name = ttdynp_user exceptions user_name_not_exists = 1 others = 2.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name WD_TRACE_TOOL or its description.