SRT_UTIL_PERF_SUMMARY 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 SRT_UTIL_PERF_SUMMARY 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: TID = Transaction ID
Selection Text: ROOT_CID = Root Context ID
Selection Text: RFCDEST = D .
Selection Text: CONN_ID = Connection ID
Selection Text: CONN_CNT = Connection Counter
Title: Web Service Utilities: Performance Trace - Summary
Text Symbol: 035 = Calls
Text Symbol: 038 = Consumer Proxy
Text Symbol: 039 = SRT Server in %
Text Symbol: 040 = Application in %
Text Symbol: 041 = SRT Server
Text Symbol: 042 = Average SRT Server Time in msec
Text Symbol: 043 = Application
Text Symbol: 044 = Average Application Time in msec
Text Symbol: 045 = Provider Interface
Text Symbol: 046 = Consumer Proxy / Provider Interface
Text Symbol: 048 = Interface Name
Text Symbol: 049 = Interface Namespace
Text Symbol: 060 = Root Context ID
Text Symbol: 061 = State
Text Symbol: 062 = Execution State
Text Symbol: IER = Erroneous Execution
Text Symbol: IIN = Incomplete Execution
Text Symbol: IOK = Successful Execution
Text Symbol: T01 = General Information
Text Symbol: T02 = Consumer Messages Overview
Text Symbol: T03 = Consumer Details
Text Symbol: T04 = Provider Messages Overview
Text Symbol: T05 = Provider Details
Text Symbol: T06 = Shortcut Messages Overview
Text Symbol: T07 = Shortcut Details
Text Symbol: 034 = Operation
Text Symbol: 001 = System
Text Symbol: 002 = Client
Text Symbol: 003 = User
Text Symbol: 004 = Synchronous
Text Symbol: 005 = Synchronous Messages
Text Symbol: 006 = RM-Remote
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SRTUTIL_PERF_GET_SUMMARY CALL FUNCTION 'SRTUTIL_PERF_GET_SUMMARY' DESTINATION rfcdest EXPORTING root_ctx_id = root_cid connection_id = conn_id connection_cnt = conn_cnt transaction_id = tid IMPORTING general_information = ls_general_info_org TABLES consumer_overview_list = lt_consumer_overview consumer_detail_list = lt_consumer_detail provider_overview_list = lt_provider_overview provider_detail_list = lt_provider_detail shortcut_overview_list = lt_shortcut_overview shortcut_detail_list = lt_shortcut_detail error_info_list = lt_error_info EXCEPTIONS system_failure = 1 MESSAGE rfcmess communication_failure = 2 MESSAGE rfcmess OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SRT_UTIL_PERF_SUMMARY - Web Service Utilities: Performance Trace - Summary SRT_UTIL_PERF_SUMMARY - Web Service Utilities: Performance Trace - Summary SRT_UTIL_PERF_ROUTIS - Web Service Utilities: Performance Trace - Overview SRT_UTIL_PERF_MAIN - Web Service Utilities: Performance Trace - Overview SRT_UTIL_PERF_ERROR - Web Service Utilities: Performance Trace - Error SRT_UTIL_PERF_ERROR - Web Service Utilities: Performance Trace - Error