SAP Reports / Programs | Basis Components | Use Subcomponents | IMS: Agents and related topics(BC-CCM-MON-SHM) SAP BC

RSSTAT40 SAP ABAP Report - Performance Analysis: Workload: Compare all application servers







RSSTAT40 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 RSSTAT40 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 RSSTAT40. "Basic submit
SUBMIT RSSTAT40 AND RETURN. "Return to original report after report execution complete
SUBMIT RSSTAT40 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: TASKFLAG = Task Type (*,D,U,2,B,S,Y,R,L)
Selection Text: SORTCOL = Sort by Column Number:
Selection Text: SDATE = Select Date
Title: Performance Analysis: Workload: Compare all application servers
Text Symbol: 068 = Month
Text Symbol: 067 = Week
Text Symbol: 066 = Day
Text Symbol: 065 = Instance
Text Symbol: 064 = CPU Header
Text Symbol: 063 = *** End of List ***
Text Symbol: 062 = *TOTAL*
Text Symbol: 061 = No Entry
Text Symbol: 060 = Task Type
Text Symbol: 059 = Measurement Interval Summary
Text Symbol: 058 = Response Time Distribution Summary
Text Symbol: 057 = DB Accesses Summary
Text Symbol: 056 = Workload Total Values
Text Symbol: 055 = Average Workload Values
Text Symbol: 054 = External Data
Text Symbol: 053 = Total/Avg. Value of all Task Types
Text Symbol: 052 = Selected task type is
Text Symbol: 051 = Analyzed Instance
Text Symbol: 050 = Performance System
Text Symbol: 049 = Sorted by
Text Symbol: 048 = Analyzed period is
Text Symbol: 069 = Year
Text Symbol: 070 = Response Time Distribution of Dialog Steps by
Text Symbol: 071 = in %
Text Symbol: 072 = >10s
Text Symbol: 073 = Mo
Text Symbol: 074 = Tu
Text Symbol: 075 = We
Text Symbol: 076 = Th
Text Symbol: 077 = Fr
Text Symbol: 078 = Sa
Text Symbol: 079 = Su
Text Symbol: 080 = Server Name
Text Symbol: 081 = Periods





Text Symbol: 083 = Response Time
Text Symbol: 084 = CPU Time
Text Symbol: 085 = Wait Time
Text Symbol: 086 = Load Time
Text Symbol: 087 = DB Req. Time
Text Symbol: 089 = Phys. DB Calls
Text Symbol: 090 = Bytes
Text Symbol: 091 = Roll-In Time
Text Symbol: 092 = Roll-Out Time
Text Symbol: 047 = List from
Text Symbol: 022 = Max.Dir Reads
Text Symbol: 021 = Max.DB Time(ms)
Text Symbol: 020 = DB Req. Time (ms)
Text Symbol: 019 = MB Requested
Text Symbol: 018 = Physical DB Accesses
Text Symbol: 017 = DB Accesses
Text Symbol: 016 = DB Req. Time (s)
Text Symbol: 015 = Roll Out Time (s)
Text Symbol: 014 = Roll In Time (s)
Text Symbol: 013 = Load Time (s)
Text Symbol: 012 = Wait Time (s)
Text Symbol: 011 = CPU Time (s)
Text Symbol: 010 = Response Time (s)
Text Symbol: 009 = Interval (s)
Text Symbol: 008 = KB Requested
Text Symbol: 007 = Physical DB Calls
Text Symbol: 006 = Number of DB Requests
Text Symbol: 005 = DB Request Time (ms)
Text Symbol: 004 = Load Time (ms)
Text Symbol: 003 = Wait Time (ms)
Text Symbol: 002 = CPU Time (ms)
Text Symbol: 001 = Response Time (ms)
Text Symbol: 000 = Dialog Steps
Text Symbol: 023 = Max.Seq. Reads
Text Symbol: 046 = Roll-Ins Dialog
Text Symbol: 045 = Matchcode Changes
Text Symbol: 044 = Time of Last Record
Text Symbol: 043 = Time of First Record
Text Symbol: 042 = Date of Last Record





Text Symbol: 041 = Date of First Record
Text Symbol: 040 = Average Resp. Time(ms)
Text Symbol: 039 = <10s
Text Symbol: 038 = <3.0s
Text Symbol: 037 = <2.0s
Text Symbol: 036 = <1.0s
Text Symbol: 035 = <0.5s
Text Symbol: 034 = <0.4s
Text Symbol: 033 = <0.3s
Text Symbol: 032 = <0.2s
Text Symbol: 031 = <0.1s
Text Symbol: 030 = seconds
Text Symbol: 029 = Roll In Total
Text Symbol: 028 = Read Matchcode
Text Symbol: 027 = DB Act. Dialogs
Text Symbol: 026 = Read Buffers
Text Symbol: 025 = Changed Records
Text Symbol: 024 = Max. Changes


INCLUDES used within this REPORT RSSTAT40

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:

SAPWL_INST_LONG * CALL FUNCTION 'SAPWL_INST_LONG' * EXPORTING * inst_short = rsystem * IMPORTING * inst_long = long_instance ** HOST_LONG = * EXCEPTIONS * could_not_determine_long_name = 1 * OTHERS = 2.



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