SAP Reports / Programs | Basis Components | Basis Components | Performance Analysis (Transaction ST05)(BC-TWB-TST-P-PA) SAP BC

PERFORMANCE_TRACE_SHOW_E2E SAP ABAP Report - Display Performance Trace







PERFORMANCE_TRACE_SHOW_E2E 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 PERFORMANCE_TRACE_SHOW_E2E 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

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


Text pool values


Selection Text: WP_ID = D .
Selection Text: USER = D .
Selection Text: TRANS_ID = D .
Selection Text: ROOT_ID = D .
Selection Text: OPERATIO = D .
Selection Text: OBJECT = D .
Selection Text: MAX_REC = D .
Selection Text: FILE = D .
Selection Text: DURATION = D .
Selection Text: DST = D .
Selection Text: CON_NAME = D .
Selection Text: CON_ID = D .
Selection Text: CONN_ID = D .
Selection Text: P_SQL = SQL Trace
Selection Text: P_RFC = RFC Trace
Selection Text: P_HTTP = HTTP Trace
Selection Text: P_ENQ = Enqueue Trace
Selection Text: P_BUF = Buffer Trace
Selection Text: PROGRESS = Progress Display
Selection Text: POPUP = Dialog Box: No. of Trace Recs
Selection Text: FROMTIME = Time HHMMSS
Selection Text: FROMDATE = Date YYYYMMDD
Title: Display Performance Trace
Text Symbol: TIM = Time (hhmmss)
Text Symbol: SQL = SQL Trace
Text Symbol: RFC = RFC Trace
Text Symbol: HTP = HTTP Trace
Text Symbol: ENQ = Enqueue Trace
Text Symbol: DAT = Date (YYYYMMDD)
Text Symbol: BUF = Buffer Trace
Text Symbol: 004 = Restrictions
Text Symbol: 003 = To
Text Symbol: 002 = Trace Period
Text Symbol: 001 = Trace Type


INCLUDES used within this REPORT PERFORMANCE_TRACE_SHOW_E2E

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:

PERFORMANCE_TRACE_SHOW CALL FUNCTION 'PERFORMANCE_TRACE_SHOW' DESTINATION dst EXPORTING filename = file start_date = l_fromdate start_time = l_fromtime end_date = l_todate end_time = l_totime user_range = lr_user[] object_range = lr_object[] duration_range = lr_duration[] operation_range = lr_operation[] connection_range = lr_connection[] connection_id_range = lr_connection_id[] wp_id_range = lr_wp_id[] transid_range = lr_transid[] root_id_range = lr_root_id[] conn_id_range = lr_conn_id[] * client = sy-mandt max_records = max_rec sql_get = p_sql enq_get = p_enq rfc_get = p_rfc http_get = p_http buf_get = p_buf progress_show = progress popup_send = popup EXCEPTIONS system_failure = 1 communication_failure = 2 resource_failure = 3 OTHERS = 4.



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 PERFORMANCE_TRACE_SHOW_E2E or its description.