SAP Reports / Programs

/IWFND/SUTIL_TRACE_PLOAD SAP ABAP Report - SAP NetWeaver Gateway: Payload Trace







/IWFND/SUTIL_TRACE_PLOAD 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_PLOAD 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_PLOAD. "Basic submit
SUBMIT /IWFND/SUTIL_TRACE_PLOAD AND RETURN. "Return to original report after report execution complete
SUBMIT /IWFND/SUTIL_TRACE_PLOAD 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: Payload Trace
Text Symbol: E03 = Function not available for this request type
Text Symbol: E02 = Function only available for HTTP request
Text Symbol: E01 = Function not available with SAPGUI via ITS
Text Symbol: E00 = Only limited features for SAPGUI via ITS
Text Symbol: 902 = Do you really want to replay this request?
Text Symbol: 901 = Replay Recommendation
Text Symbol: 051 = Payload contains unprintable characters.
Text Symbol: 027 = Method
Text Symbol: 026 = Transaction ID
Text Symbol: 025 = Service Call Info
Text Symbol: 024 = Call Type
Text Symbol: 023 = User
Text Symbol: 022 = Time
Text Symbol: 021 = Date
Text Symbol: 011 = Client
Text Symbol: 010 = Mark only one entry
Text Symbol: 009 = Mark at least one entry
Text Symbol: 006 = Replay
Text Symbol: 005 = HTTP Body
Text Symbol: 004 = HTTP Header
Text Symbol: 003 = Download to PC
Text Symbol: 002 = Show Source
Text Symbol: 001 = Error Log


INCLUDES used within this REPORT /IWFND/SUTIL_TRACE_PLOAD

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:

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = '/IWFND/ERROR_LOG' EXCEPTIONS ok = 0 not_ok = 1 OTHERS = 2.

GUI_IS_ITS CALL FUNCTION 'GUI_IS_ITS' IMPORTING return = mv_its_sapgui.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Replay Recommendation'(901) diagnose_object = '/IWFND/REPLAY_INFO_POPUP' text_question = 'Do you really want to replay this request?'(902) default_button = ' ' display_cancel_button = ' ' IMPORTING answer = lv_answer EXCEPTIONS OTHERS = 1.



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