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

SRT_UTIL_ADMIN SAP ABAP Report - Web Service Utilities: Administration







SRT_UTIL_ADMIN 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_ADMIN 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_UTIL - Tracing Utilities for Web Service
SRTUTIL - Tracing Utilities for Web Service


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_ADMIN. "Basic submit
SUBMIT SRT_UTIL_ADMIN AND RETURN. "Return to original report after report execution complete
SUBMIT SRT_UTIL_ADMIN 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: Administration
Text Symbol: 041 = Operation Namespace
Text Symbol: 042 = Operation Name
Text Symbol: 052 = Adapter Type
Text Symbol: 059 = State
Text Symbol: 060 = Root Context ID
Text Symbol: 061 = Transaction ID
Text Symbol: 062 = Web Service Name
Text Symbol: 063 = Operation ID
Text Symbol: 064 = Role
Text Symbol: 071 = Interface Name
Text Symbol: 081 = Invalid User Name
Text Symbol: 082 = Invalid Terminal ID
Text Symbol: 083 = Invalid Consumer Proxy
Text Symbol: 084 = Invalid Service Definition
Text Symbol: 085 = Invalid Root Context ID
Text Symbol: 086 = Invalid Message ID
Text Symbol: 087 = Invalid Transaction ID
Text Symbol: 088 = Invalid ID Type
Text Symbol: 089 = Invalid Request URI
Text Symbol: IER = Erroneous Execution
Text Symbol: IIC = Incomplete Execution
Text Symbol: IOK = Successful Execution
Text Symbol: 001 = Users & Terminals & Request URI
Text Symbol: 002 = Add User, Terminal or Request URI
Text Symbol: 003 = Remove User, Terminal or Request URI
Text Symbol: 009 = Mark at least one entry
Text Symbol: 011 = Refresh
Text Symbol: 012 = Delete selected rows
Text Symbol: 013 = Change expiry date
Text Symbol: 014 = Today <-> All Traces
Text Symbol: 015 = Delete rows
Text Symbol: 016 = Delete selected rows?
Text Symbol: 017 = Display selected rows
Text Symbol: 025 = Mark an entry in the tree
Text Symbol: 029 = Request URI
Text Symbol: 030 = Terminal
Text Symbol: 031 = User





Text Symbol: 032 = Client
Text Symbol: 033 = Component
Text Symbol: 034 = Operation
Text Symbol: 035 = Action
Text Symbol: 036 = Date
Text Symbol: 037 = Time
Text Symbol: 038 = Expiry Date
Text Symbol: 039 = Method


INCLUDES used within this REPORT SRT_UTIL_ADMIN

INCLUDE SRT_UTIL_ADMIN_MAIN.
INCLUDE SRT_UTIL_ADMIN_ROUTIS.
INCLUDE SRT_UTIL_ADMIN_PERF.
INCLUDE SRT_UTIL_ADMIN_FUNC.
INCLUDE SRT_UTIL_ADMIN_PLOAD.


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:

No SAP FUNCTION MODULES are executed within this report code!



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