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

SRT_ADMIN SAP ABAP Report - Technical Configuration of SOAP Runtime







SRT_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_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_ADMIN - Maintenance SRT


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_ADMIN. "Basic submit
SUBMIT SRT_ADMIN AND RETURN. "Return to original report after report execution complete
SUBMIT SRT_ADMIN 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: POUTBN = Name of Inbound Destination
Selection Text: PDESTN = Name of ABAP Connection
Title: Technical Configuration of SOAP Runtime
Text Symbol: 034 = Name
Text Symbol: 035 = Register Name of Inbound Destination
Text Symbol: 036 = Web Service-Specific bgRFC Settings
Text Symbol: 037 = Further conditions must be included here (qRFC connection):
Text Symbol: 038 = - A bgRFC-compatible connection must be entered
Text Symbol: 039 = Register Sender Queue (SSRT*)
Text Symbol: 040 = Sequence does not exist
Text Symbol: 041 = Could not register receiver queue SSRT*; use transaction SMQR for registration
Text Symbol: 042 = Receiver queue SSRT* registered (see transaction SMQR)
Text Symbol: 043 = Receiver queue SSRT* is already registered
Text Symbol: 044 = Configuration
Text Symbol: 045 = Configure Logging
Text Symbol: 046 = Log Level
Text Symbol: 047 = User Name
Text Symbol: 048 = Log level configured successfully
Text Symbol: 049 = Configuration not successful:
Text Symbol: 050 = Run Technical Setup
Text Symbol: 051 = Web Service-Specific ICF Settings
Text Symbol: 052 = Make Settings
Text Symbol: 053 = Technical Setup for System
Text Symbol: 054 = Run Technical Reset
Text Symbol: 055 = Automatic Setup
Text Symbol: 056 = Manual Setup
Text Symbol: 057 = ?????
Text Symbol: 058 = Check Technical Settings
Text Symbol: 059 = Temporary Logging/Tracing Settings
Text Symbol: 060 = Configuration reset successfully
Text Symbol: 061 = Configuration not reset successfully
Text Symbol: 064 = Use password to create user
Text Symbol: 065 = Password for service user
Text Symbol: 001 = Register Sender Queue (CSRT*)
Text Symbol: 002 = Register Receiver Queue (PSRT*)
Text Symbol: 003 = Technical Configuration of Web Service Runtime
Text Symbol: 004 = Register ABAP Connection
Text Symbol: 005 = Queue Registration





Text Symbol: 006 = ABAP Connections
Text Symbol: 007 = HTTP Services
Text Symbol: 008 = Activate Virtual Hosts/Services
Text Symbol: 009 = Name of Connection
Text Symbol: 010 = Could not register sender queue CSRT*; use transaction SMQR for registration
Text Symbol: 011 = Sender queue CSRT* registered (see transaction SMQR)
Text Symbol: 012 = Sender queue CSRT* already registered (see transaction SMQR)
Text Symbol: 013 = Could not register receiver queue PSRT*; use transaction SMQR for registration
Text Symbol: 014 = Receiver queue PSRT* registered (see transaction SMQR)
Text Symbol: 015 = Receiver queue PSRT* registered (see transaction SMQR)
Text Symbol: 016 = Name of ABAP connection configured successfully
Text Symbol: 017 = Name =
Text Symbol: 018 = Note:
Text Symbol: 019 = - You must create a local connection (do not specify a host)
Text Symbol: 020 = - You must create a user with the type "Service User"
Text Symbol: 021 = Configuration performed successfully
Text Symbol: 022 = Runtime Trace
Text Symbol: 023 = Trace Level
Text Symbol: 024 = Validity [sec]
Text Symbol: 025 = Configure Trace
Text Symbol: 026 = Activate Data Collector for Monitoring
Text Symbol: 027 = Name of outbound connection configured successfully
Text Symbol: 028 = Trace level configured successfully
Text Symbol: 029 = Data Collector
Text Symbol: 030 = Selection Criteria
Text Symbol: 031 = WS Message Monitor
Text Symbol: 032 = Message ID does not exist
Text Symbol: 033 = Logical Sequence


INCLUDES used within this REPORT SRT_ADMIN

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:

SRT_TECHNICAL_SETUP call function 'SRT_TECHNICAL_SETUP' exporting use_identity = 'X' use_commit = 'X' use_pass_word = password importing return = l_ret return_messages = l_rett.

SRT_TECHNICAL_SETUP_RESET call function 'SRT_TECHNICAL_SETUP_RESET' exporting mandant = sy-mandt importing return = l_ret2.

SRT_WSP_GEN_ICF_ROOT_NODES call function 'SRT_WSP_GEN_ICF_ROOT_NODES' exporting * SAP_CLIENT = * DO_COMMIT = ABAP_FALSE deep_inspection = abap_true * IMPORTING * ALL_NODES_EXIST = tables t_return = l_bapi.



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