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
Below is a list of transaction codes which are relevant to this SAP report
SRT_ADMIN - Maintenance SRT
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SRT_ADMIN - Technical Configuration of SOAP Runtime SRT_ADMIN - Technical Configuration of SOAP Runtime SRTV_TEST_DR - Text Retrieval: Test Document Retriever SRTV_TEST_DR - Text Retrieval: Test Document Retriever SRTV_TEST_CC - Text Retrieval: Test Corpus Compiler SRTV_TEST_CC - Text Retrieval: Test Corpus Compiler