SAP Reports / Programs | Basis Components | Enterprise Service Infrastructure | WebServices ABAP Runtime(BC-ESI-WS-ABA-RT) SAP BC

SRT_UTIL_PERF_SUMMARY SAP ABAP Report - Web Service Utilities: Performance Trace - Summary







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


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 SRT_UTIL_PERF_SUMMARY. "Basic submit
SUBMIT SRT_UTIL_PERF_SUMMARY AND RETURN. "Return to original report after report execution complete
SUBMIT SRT_UTIL_PERF_SUMMARY 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: 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





Text Symbol: 007 = Reliable Messages - Remote
Text Symbol: 008 = RM-Shortcut
Text Symbol: 009 = Reliable Messages - Shortcut
Text Symbol: 010 = Faulty
Text Symbol: 011 = Faulty Messages
Text Symbol: 012 = First Message
Text Symbol: 013 = First Message Time
Text Symbol: 014 = Last Message
Text Symbol: 015 = Last Message Time
Text Symbol: 016 = Incomplete
Text Symbol: 017 = Incomplete Messages
Text Symbol: 020 = Message Type
Text Symbol: 021 = Messages
Text Symbol: 022 = Total Time
Text Symbol: 023 = Total Time in msec
Text Symbol: 024 = SRT Client in %
Text Symbol: 025 = Server System in %
Text Symbol: 026 = Average Time
Text Symbol: 027 = Average Message Processing Time in msec
Text Symbol: 028 = SRT Client
Text Symbol: 029 = Average SRT Client Time in msec
Text Symbol: 030 = Server System
Text Symbol: 031 = Average Server System Time in msec
Text Symbol: 032 = Processing Unit
Text Symbol: 033 = Component


INCLUDES used within this REPORT SRT_UTIL_PERF_SUMMARY

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:

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.



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