SAP Reports / Programs

/IWFND/SUTIL_TRACE_PERF SAP ABAP Report - SAP NetWeaver Gateway: Performance Trace







/IWFND/SUTIL_TRACE_PERF 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 /IWFND/SUTIL_TRACE_PERF 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 /IWFND/SUTIL_TRACE_PERF. "Basic submit
SUBMIT /IWFND/SUTIL_TRACE_PERF AND RETURN. "Return to original report after report execution complete
SUBMIT /IWFND/SUTIL_TRACE_PERF 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: INP_TID = Transaction ID
Selection Text: INP_OPID = Operation ID
Title: SAP NetWeaver Gateway: Performance Trace
Text Symbol: ELG = No Error Log available for selection
Text Symbol: E02 = Function not supported in BEP system
Text Symbol: E01 = Function not available with SAPGUI via ITS
Text Symbol: 099 = BEP Call
Text Symbol: 098 = Gateway Call
Text Symbol: 097 = Local BEP Call
Text Symbol: 096 = Local Data Provider Call
Text Symbol: 095 = Odata Request
Text Symbol: 044 = Time
Text Symbol: 043 = Date
Text Symbol: 042 = Request URI
Text Symbol: 041 = Request ID
Text Symbol: 040 = Transaction ID
Text Symbol: 035 = Operation ID
Text Symbol: 034 = Application Server
Text Symbol: 033 = Destination
Text Symbol: 032 = Net Time (ms)
Text Symbol: 031 = Agent
Text Symbol: 030 = Duration (ms)
Text Symbol: 029 = ICF Node
Text Symbol: 028 = Method (Long Name)
Text Symbol: 027 = Method
Text Symbol: 026 = Class
Text Symbol: 025 = Location
Text Symbol: 024 = Level
Text Symbol: 023 = Subcalls of next level
Text Symbol: 022 = Subcalls
Text Symbol: 021 = Line No
Text Symbol: 013 = Status
Text Symbol: 012 = User
Text Symbol: 011 = Client
Text Symbol: 009 = Mark only one entry
Text Symbol: 004 = Collapse All
Text Symbol: 003 = Expand All
Text Symbol: 002 = Source Code





Text Symbol: 001 = Error Log


INCLUDES used within this REPORT /IWFND/SUTIL_TRACE_PERF

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:

RFC_FUNCTION_SEARCH CALL FUNCTION 'RFC_FUNCTION_SEARCH' DESTINATION ls_trace-destination EXPORTING funcname = lv_bep_show_source_function TABLES functions = lt_funcname EXCEPTIONS system_failure = 1 MESSAGE mv_etext communication_failure = 2 MESSAGE mv_etext OTHERS = 3.

GUI_IS_ITS CALL FUNCTION 'GUI_IS_ITS' IMPORTING return = mv_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 /IWFND/SUTIL_TRACE_PERF or its description.