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
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
PERFORMANCE_TRACE_SHOW - Display Performance Trace PERFORMANCE_TRACE_SHOW - Display Performance Trace PERFORMANCE_DB================VC - PERFORMANCEDB================VC PERFORMANCE_CHECKLIST_XL======VC - PERFORMANCECHECKLISTXL======VC PERFORMANCE_CHECKLIST_HDB=====VC - PERFORMANCECHECKLISTHDB=====VC PERFORMANCE_CHECKLIST=========VC - PERFORMANCECHECKLIST=========VC