SRT_UTIL_LOG 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_LOG into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
SRT_ELOG - Report Error Log
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.
Title: Web Service Utilities: Error Log
Text Symbol: 105 = Include
Text Symbol: 104 = Program
Text Symbol: 103 = Event
Text Symbol: 102 = Event type
Text Symbol: 101 = Stack Level
Text Symbol: 100 = Mark only one entry
Text Symbol: 095 = Runtime Errors
Text Symbol: 093 = Expand/Collapse
Text Symbol: 092 = Value
Text Symbol: 091 = Name
Text Symbol: 090 = Message Monitor
Text Symbol: 088 = Payload
Text Symbol: 087 = Configuration
Text Symbol: 086 = Call Stack
Text Symbol: 084 = HTML Error Page
Text Symbol: 083 = Original XML
Text Symbol: 081 = Expand All
Text Symbol: 071 = Interface Name
Text Symbol: 061 = Number of entries
Text Symbol: 058 = Delete marked entries?
Text Symbol: 057 = Delete entries
Text Symbol: 056 = New Date of Expire
Text Symbol: 106 = Line No.
Text Symbol: EPL = No Payload Trace found for this transaction
Text Symbol: EPF = No Performance Trace found for this transaction
Text Symbol: EFT = No Functional Trace found for this transaction
Text Symbol: E08 = Invalid UTC Timestamp
Text Symbol: E07 = No monitoring for synchronous messages
Text Symbol: E06 = Invalid Message ID
Text Symbol: E05 = Invalid Queue Name
Text Symbol: E04 = Invalid Sequence ID
Text Symbol: E03 = Invalid Transaction ID
Text Symbol: E02 = Invalid Root Context ID
Text Symbol: E01 = Invalid User
Text Symbol: E00 = Invalid from/to Date
Text Symbol: D08 = No Payload available
Text Symbol: D07 = No Configuration available
INCLUDE SRT_UTIL_LOG_MAIN.
INCLUDE SRT_UTIL_LOG_ROUTIS.
No SAP DATABASE tables are accessed within this REPORT code!
GUI_IS_ITS CALL FUNCTION 'GUI_IS_ITS' IMPORTING return = m_its_sapgui.
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_LOG or its description.
SRT_UTIL_LOG - Web Service Utilities: Error Log SRT_UTIL_LOG - Web Service Utilities: Error Log SRT_UTIL_GLOBAL_CONFIG - Web Service Utilities: Global Configuration SRT_UTIL_GLOBAL_CONFIG - Web Service Utilities: Global Configuration SRT_UTIL_FUNC_ROUTIS - Web Service Utilities: Functional Trace - Overview SRT_UTIL_FUNC_MAIN - Web Service Utilities: Functional Trace - Overview