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

RSSTAT70 SAP ABAP Report - Performance analysis: Workload: Compare periods for one appl. server







RSSTAT70 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 RSSTAT70 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 RSSTAT70. "Basic submit
SUBMIT RSSTAT70 AND RETURN. "Return to original report after report execution complete
SUBMIT RSSTAT70 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:
Title: Performance analysis: Workload: Compare periods for one appl. server
Text Symbol: 038 = <3.0s
Text Symbol: 039 = <10s
Text Symbol: 040 = Average Resp. Time(ms)
Text Symbol: 041 = Date of First Record
Text Symbol: 042 = Date of Last Record
Text Symbol: 043 = Time of First Record
Text Symbol: 044 = Time of Last Record
Text Symbol: 045 = Matchcode Changes
Text Symbol: 046 = Roll-Ins Dialog
Text Symbol: 047 = List from
Text Symbol: 048 = Analyzed period is
Text Symbol: 049 = Sorted by
Text Symbol: 050 = Performance System
Text Symbol: 051 = Analyzed Instance
Text Symbol: 052 = Selected task type is
Text Symbol: 053 = Total/Avg. Value of all Task Types
Text Symbol: 054 = External Data
Text Symbol: 055 = Average Values Summary
Text Symbol: 056 = Total Values Summary
Text Symbol: 057 = DB Accesses Summary
Text Symbol: 058 = Response Time Distribution Summary
Text Symbol: 059 = Measurement Interval Summary
Text Symbol: 060 = Task Type
Text Symbol: 061 = No Entry
Text Symbol: 062 = *TOTAL*
Text Symbol: 063 = *** End of List ***
Text Symbol: 064 = CPU Header
Text Symbol: 065 = Instance
Text Symbol: 066 = Day
Text Symbol: 067 = Week
Text Symbol: 068 = Month
Text Symbol: 069 = Year
Text Symbol: 070 = Response Time Distribution of Dialog Steps by
Text Symbol: 071 = in %
Text Symbol: 072 = >10s





Text Symbol: 000 = Dialog Steps
Text Symbol: 001 = Resp. Time (ms)
Text Symbol: 002 = CPU Time (ms)
Text Symbol: 003 = Wait Time (ms)
Text Symbol: 004 = Load Time (ms)
Text Symbol: 005 = DB Request Time (ms)
Text Symbol: 006 = Number of DB Requests
Text Symbol: 007 = Physical DB Calls
Text Symbol: 008 = KB Requested
Text Symbol: 009 = Interval (s)
Text Symbol: 010 = Response Time (s)
Text Symbol: 011 = CPU Time (s)
Text Symbol: 012 = Wait Time (s)
Text Symbol: 013 = Load Time (s)
Text Symbol: 014 = Roll In Time (s)
Text Symbol: 015 = Roll Out Time (s)
Text Symbol: 016 = DB Request Time (s)
Text Symbol: 017 = DB Accesses
Text Symbol: 018 = Physical DB Accesses
Text Symbol: 019 = MB Requested
Text Symbol: 020 = DB Request Time (ms)
Text Symbol: 021 = Max.DB Time(ms)
Text Symbol: 022 = Max.Dir Reads
Text Symbol: 023 = Max.Seq. Reads
Text Symbol: 024 = Max. Changes
Text Symbol: 025 = Changed Records
Text Symbol: 026 = Read Buffers
Text Symbol: 027 = DB Action Dialogs
Text Symbol: 028 = Read Matchcode
Text Symbol: 029 = Roll In Total
Text Symbol: 030 = seconds
Text Symbol: 031 = <0.1s
Text Symbol: 032 = <0.2s
Text Symbol: 033 = <0.3s
Text Symbol: 034 = <0.4s
Text Symbol: 035 = <0.5s
Text Symbol: 036 = <1.0s
Text Symbol: 037 = <2.0s


INCLUDES used within this REPORT RSSTAT70

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