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

PERFORMANCE_TRACE_SHOW SAP ABAP Report - Display Performance Trace







PERFORMANCE_TRACE_SHOW 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 into the relevant SAP transactions such as SE38 or SE80


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. "Basic submit
SUBMIT PERFORMANCE_TRACE_SHOW AND RETURN. "Return to original report after report execution complete
SUBMIT PERFORMANCE_TRACE_SHOW 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: FROMTIME = D .
Selection Text: FROMDATE = 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: CONN_CNT = 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
Title: Display Performance Trace
Text Symbol: TIM = Time
Text Symbol: SQL = SQL Trace
Text Symbol: RFC = RFC Trace
Text Symbol: HTP = HTTP Trace
Text Symbol: ENQ = Enqueue Trace
Text Symbol: DAT = Date
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

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 = fromdate start_time = fromtime end_date = todate end_time = totime user_range = user[] object_range = object[] duration_range = duration[] operation_range = operatio[] connection_range = con_name[] connection_id_range = con_id[] WP_ID_range = WP_ID[] transID_range = trans_ID[] root_ID_range = root_ID[] conn_ID_range = conn_ID[] conn_cnt_range = conn_cnt[] * 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.

SACC_SYTIM_TO_LOTIM CALL FUNCTION 'SACC_SYTIM_TO_LOTIM' EXPORTING sydate = mod_date sytime = mod_time IMPORTING lodate = local_date lotime = local_time.



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