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

SRT_UTIL_PLOAD_DETAIL SAP ABAP Report - Web Service Utilities: Payload Trace - Detail







SRT_UTIL_PLOAD_DETAIL 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_PLOAD_DETAIL 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_PLOAD_DETAIL. "Basic submit
SUBMIT SRT_UTIL_PLOAD_DETAIL AND RETURN. "Return to original report after report execution complete
SUBMIT SRT_UTIL_PLOAD_DETAIL 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: MID = Message ID
Selection Text: CONN_ID = Connection ID
Selection Text: CONN_CNT = Connection Counter
Title: Web Service Utilities: Payload Trace - Detail
Text Symbol: 042 = HTTP Header
Text Symbol: 043 = HTML Error Page
Text Symbol: 050 = Other Traces
Text Symbol: 051 = Client
Text Symbol: 052 = Adapter Type
Text Symbol: 071 = Interface Name
Text Symbol: 085 = Invalid Root Context ID
Text Symbol: 086 = Invalid Message ID
Text Symbol: 087 = Invalid Transaction ID
Text Symbol: 100 = Mark only one entry
Text Symbol: D01 = Expand
Text Symbol: D02 = Collapse
Text Symbol: E00 = XML Parsing Error
Text Symbol: EFT = No Functional Trace available for selection
Text Symbol: ELG = No Error Log available for selection
Text Symbol: EPF = No Performance Trace available for selection
Text Symbol: Q01 = Payload size
Text Symbol: Q02 = Do you want to download or to display as usual?
Text Symbol: Q03 = Display Payload
Text Symbol: Q04 = Download
Text Symbol: Q05 = Display
Text Symbol: Q06 = Do you want to see the binary XML or standard XML?
Text Symbol: Q07 = Display XML
Text Symbol: Q08 = Binary XML
Text Symbol: Q09 = Standard XML
Text Symbol: Q11 = Download payload only or with context?
Text Symbol: Q12 = Download Payload Trace
Text Symbol: Q13 = Payload only
Text Symbol: Q14 = With context
Text Symbol: 041 = Original XML
Text Symbol: 001 = Refresh
Text Symbol: 002 = Trace Data





Text Symbol: 003 = View Source Code
Text Symbol: 004 = Expand All
Text Symbol: 005 = Playback
Text Symbol: 006 = Download as XML
Text Symbol: 007 = Error Log
Text Symbol: 008 = Performance Trace
Text Symbol: 009 = Functional Trace
Text Symbol: 010 = Mark at least one entry
Text Symbol: 011 = Trace No
Text Symbol: 012 = Processing Unit
Text Symbol: 013 = Type
Text Symbol: 014 = Step
Text Symbol: 015 = Operation Namespace
Text Symbol: 016 = Operation Name
Text Symbol: 017 = Date
Text Symbol: 018 = Time
Text Symbol: 019 = User
Text Symbol: 020 = Component
Text Symbol: 021 = Operation
Text Symbol: 022 = Application Server
Text Symbol: 023 = Message ID
Text Symbol: 024 = Operation ID
Text Symbol: 025 = Root Context ID
Text Symbol: 026 = Connection ID
Text Symbol: 027 = Connection Counter
Text Symbol: 028 = Transaction ID
Text Symbol: 029 = Root Terminal ID
Text Symbol: 030 = Web Service Name
Text Symbol: 031 = XML Size
Text Symbol: 032 = Name
Text Symbol: 033 = Value
Text Symbol: 035 = Expand/Collapse
Text Symbol: 040 = SOAP Action


INCLUDES used within this REPORT SRT_UTIL_PLOAD_DETAIL

INCLUDE SRT_UTIL_PLOAD_DETAIL_MAIN.
INCLUDE SRT_UTIL_PLOAD_DETAIL_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_PLOAD_DETAIL or its description.