SAP Reports / Programs

/SDF/E2E_TRACE SAP ABAP Report - SAPGUI based E2E Trace triggering







/SDF/E2E_TRACE 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 /SDF/E2E_TRACE 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

/SDF/E2E_TRACE - SAPGUI based E2E trace


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 /SDF/E2E_TRACE. "Basic submit
SUBMIT /SDF/E2E_TRACE AND RETURN. "Return to original report after report execution complete
SUBMIT /SDF/E2E_TRACE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: SAPGUI based E2E Trace triggering
Text Symbol: 001 = More Information can be found on SAP Service Market Place
Text Symbol: 002 = -> User Documentation->E2E Trace Analysis - User Guide
Text Symbol: 003 = Lock table entry
Text Symbol: 004 = Delete table entry
Text Symbol: 005 = 1. Start E2E Trace by clicking on 'Start Transaction'
Text Symbol: 006 = 2. Click through the transaction until you performed the step of interest
Text Symbol: 007 = 3. Stop E2E Trace by leaving the entered transaction with 'EXIT' button
Text Symbol: 008 = 4. Save the XML file locally and upload it in SAP Solution Manager Diagnostics
Text Symbol: 009 = !!! DO NOT !!!
Text Symbol: 010 = - Record too many dalog steps
Text Symbol: 011 = - Start a new transaction during measurement with /n or /o
Text Symbol: 012 = - Perform any other actions on this instance when trace has been started
Text Symbol: 020 = Download the file to desktop


INCLUDES used within this REPORT /SDF/E2E_TRACE

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:

GET_SYSTEM_TIMEZONE CALL FUNCTION 'GET_SYSTEM_TIMEZONE' IMPORTING TIMEZONE = TZ.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'WA_TRC_LEVEL' values = values[] EXCEPTIONS id_illegal_name = 1 OTHERS = 2.

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = transaction EXCEPTIONS ok = 1 not_ok = 2 OTHERS = 3.

RSTR_DEACTIVATE_USER_TRACE CALL FUNCTION 'RSTR_DEACTIVATE_USER_TRACE'.

TH_SET_CLIENT_ID_TRC_FLAGS CALL FUNCTION 'TH_SET_CLIENT_ID_TRC_FLAGS' EXPORTING SQL = i_sql TBUF = i_tbuf ENQ = i_rfc RFC = i_enq AUTH = i_auth CMOD = i_CMOD USER = i_user SAT = i_sat WS = i_ws.

RSTR_ACTIVATE_USER_TRACE CALL FUNCTION 'RSTR_ACTIVATE_USER_TRACE' EXPORTING trc_sql = t_sql trc_tbuf = t_buf trc_rfc = t_rfc trc_enque = t_enq trc_user = t_user trc_auth = t_auth.

TH_SET_CLIENT_ID_TRC_FLAGS CALL FUNCTION 'TH_SET_CLIENT_ID_TRC_FLAGS' EXPORTING SQL = i_sql TBUF = i_tbuf ENQ = i_rfc RFC = i_enq AUTH = i_auth CMOD = i_CMOD USER = i_user SAT = i_sat WS = i_ws.



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 /SDF/E2E_TRACE or its description.