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

SRT_ADMIN_CHECK SAP ABAP Report - Check Administration Environment of SOAP Runtime







SRT_ADMIN_CHECK 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_CHECK 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_ADMIN_CHECK. "Basic submit
SUBMIT SRT_ADMIN_CHECK AND RETURN. "Return to original report after report execution complete
SUBMIT SRT_ADMIN_CHECK VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Check Administration Environment of SOAP Runtime
Text Symbol: 030 = Check bgrfc configuration
Text Symbol: 031 = Warning:
Text Symbol: 032 = Check of technical settings
Text Symbol: 100 = Supervisor destination
Text Symbol: 101 = Service destination
Text Symbol: 102 = Inbound destination
Text Symbol: 103 = Service user
Text Symbol: 104 = bgRFC
Text Symbol: 105 = Idem potency
Text Symbol: 106 = Task watcher
Text Symbol: 107 = Info
Text Symbol: 108 = ICF nodes
Text Symbol: 109 = Tenant Runlevel
Text Symbol: F00 = Could not read supervisor destination
Text Symbol: F01 = Could not read service destination
Text Symbol: F02 = Could not read inbound destination
Text Symbol: F03 = Could not read service user
Text Symbol: F04 = Could not read bgRFC information
Text Symbol: F05 = Could not read icf information
Text Symbol: F06 = Could not read task watcher status
Text Symbol: L01 = Client
Text Symbol: L02 = Area
Text Symbol: L03 = Status
Text Symbol: L04 = Text
Text Symbol: L05 = Info
Text Symbol: MT0 = Unknown area
Text Symbol: MT1 = No attributes to display
Text Symbol: MT2 = No action defined
Text Symbol: 001 = Could not read
Text Symbol: 002 = Service destination
Text Symbol: 003 = Inbound destination
Text Symbol: 004 = Error:
Text Symbol: 005 = Use Error:
Text Symbol: 006 = icf error:
Text Symbol: 007 = icf info:
Text Symbol: 008 = IDP problem on configuration:
Text Symbol: 009 = IDP problem on job handling:





Text Symbol: 010 = Parameter for Check
Text Symbol: 011 = Check all clients
Text Symbol: 012 = Check specific client
Text Symbol: 013 = Client
Text Symbol: 014 = Check function
Text Symbol: 015 = Check all functions
Text Symbol: 016 = Check only selected functions
Text Symbol: 017 = Check Supervisor destination
Text Symbol: 018 = Check Event Handler status
Text Symbol: 019 = Check Task Watcher status
Text Symbol: 020 = Check Service destination
Text Symbol: 021 = Check Inbound Destination
Text Symbol: 022 = Check ICF nodes
Text Symbol: 023 = Check IDPSettings
Text Symbol: 024 = Additional parameter for Check
Text Symbol: 025 = icf warning:
Text Symbol: 026 = Health Check by system administration
Text Symbol: 027 = Report error details in Error Log(srtutil)
Text Symbol: 028 = Check run level
Text Symbol: 029 = Function only allowed in administrative tenant/client


INCLUDES used within this REPORT SRT_ADMIN_CHECK

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:

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