RSSTAT98 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 RSSTAT98 into the relevant SAP transactions such as SE38 or SE80
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.
Title: Performance Analysis: Update Server List ( Table SAPWLSERV )
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SAPWL_SERVLIST_UPD_LIST **** CALL FUNCTION 'SAPWL_SERVLIST_UPD_LIST'.
ENQUEUE_ESAPWLSERV CALL FUNCTION 'ENQUEUE_ESAPWLSERV' EXPORTING name = 'SAPWLSERV' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
TH_SERVER_LIST CALL FUNCTION 'TH_SERVER_LIST' TABLES list = t_serverlist EXCEPTIONS no_server_list = 1 OTHERS = 2.
SAPTUNE_HOST_NAMES CALL FUNCTION 'SAPTUNE_HOST_NAMES' DESTINATION wa-name IMPORTING saplocalhost = hostname EXCEPTIONS no_authorization = 1 OTHERS = 2.
DEQUEUE_ESAPWLSERV CALL FUNCTION 'DEQUEUE_ESAPWLSERV' EXPORTING name = 'SAPWLSERV'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSSTAT98 - Performance Analysis: Update Server List ( Table SAPWLSERV ) RSSTAT98 - Performance Analysis: Update Server List ( Table SAPWLSERV ) RSSTAT93 - Initialize table statistics RSSTAT93 - Initialize table statistics RSSTAT92 - Performance analysis: Display table call statistics of selected month RSSTAT92 - Performance analysis: Display table call statistics of selected month