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

SRT_UTIL_LOG SAP ABAP Report - Web Service Utilities: Error Log







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

SRT_ELOG - Report Error Log


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_LOG. "Basic submit
SUBMIT SRT_UTIL_LOG AND RETURN. "Return to original report after report execution complete
SUBMIT SRT_UTIL_LOG VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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





Text Symbol: D06 = No Call Stack available
Text Symbol: D05 = Collapse
Text Symbol: D04 = Expand
Text Symbol: D03 = No HTML Error Page available
Text Symbol: D02 = No Error Context available
Text Symbol: D01 = Show recommended action
Text Symbol: 112 = Error Subcategory
Text Symbol: 111 = Namespace
Text Symbol: 055 = Set Date of Expire
Text Symbol: 023 = Error Location - Method
Text Symbol: 022 = Error Location - Class
Text Symbol: 021 = Package
Text Symbol: 020 = Component
Text Symbol: 019 = Error Category
Text Symbol: 018 = Adapter Type
Text Symbol: 017 = Short Text
Text Symbol: 016 = Long Text
Text Symbol: 015 = T100 Error ID
Text Symbol: 014 = User
Text Symbol: 013 = Client
Text Symbol: 012 = Time
Text Symbol: 011 = Date
Text Symbol: 010 = Download as XML
Text Symbol: 009 = Mark at least one entry
Text Symbol: 008 = Summarize Logs
Text Symbol: 007 = Error Information
Text Symbol: 006 = Performance Trace
Text Symbol: 005 = Change Expiry Date
Text Symbol: 004 = View Source Code
Text Symbol: 003 = Delete marked entries
Text Symbol: 002 = Error Context
Text Symbol: 001 = Overview
Text Symbol: 051 = Expand selected rows
Text Symbol: 050 = Expand
Text Symbol: 049 = Expiry Date
Text Symbol: 048 = Transaction ID
Text Symbol: 047 = Connection Counter
Text Symbol: 046 = Connection ID
Text Symbol: 045 = Root Context ID





Text Symbol: 043 = Entry Number
Text Symbol: 042 = Operation ID
Text Symbol: 041 = Application Server
Text Symbol: 040 = Traces
Text Symbol: 036 = Line
Text Symbol: 035 = Time of First Error
Text Symbol: 034 = Date of First Error
Text Symbol: 033 = Counter
Text Symbol: 032 = Payload Trace
Text Symbol: 031 = Functional Trace
Text Symbol: 029 = Remote IP Address
Text Symbol: 028 = Queue Name
Text Symbol: 027 = Sequence ID
Text Symbol: 026 = Message ID
Text Symbol: 025 = No authority to dislpay payload data
Text Symbol: 024 = Role


INCLUDES used within this REPORT SRT_UTIL_LOG

INCLUDE SRT_UTIL_LOG_MAIN.
INCLUDE SRT_UTIL_LOG_ROUTIS.


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:

GUI_IS_ITS CALL FUNCTION 'GUI_IS_ITS' IMPORTING return = m_its_sapgui.



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