SAP Reports / Programs

RSSTAT26 SAP ABAP Report - Display Single Record Statistics (Kernel Release 7.0)







RSSTAT26 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The Business Transaction Analysis (Transaction STAD) delivers workload statistics across business transactions (that is, a user's transaction that starts when a transaction is called [/n...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RSSTAT26 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

STAD - Statistics display for all systems


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 RSSTAT26. "Basic submit
SUBMIT RSSTAT26 AND RETURN. "Return to original report after report execution complete
SUBMIT RSSTAT26 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: TASKTYPE = Task Type
Selection Text: STATFILE = Seq. Stat. Dataset Name
Selection Text: RWPID = Work Process
Selection Text: RWAITFAC = Wait Factor
Selection Text: RVMCTI = Elapsed VMC Time >=
Selection Text: RUSER = User
Selection Text: RTCODF = TCode Filter
Selection Text: RTCODE = Transaction
Selection Text: RSTARTTI = Start Time >=
Selection Text: RSCREEN = Screen
Selection Text: RRSPTI = Response Time >=
Selection Text: RREADTI = Read Time
Selection Text: RREADDEL = Delta Read Time
Selection Text: RPROGRAM = Program
Selection Text: RPROGF = Program Filter
Selection Text: RONLY = Instance
Selection Text: RMODE = Display Mode
Selection Text: RMANDT = Client
Selection Text: RKBYTE = Bytes Requested >=
Selection Text: RDBTI = DB Req. Time >=
Selection Text: RDAY = Start Date
Selection Text: RCPUTI = CPU Time >=
Selection Text: RCHG = DB Changes >=
Selection Text: AS_STATF = Seq. Appl. Stat. Dataset Name
Title: Display Single Record Statistics (Kernel Release 7.0)
Text Symbol: 004 = DETAILS
Text Symbol: 001 = Function Type:


INCLUDES used within this REPORT RSSTAT26

INCLUDE SAPWLSTAD_TT.
INCLUDE SAPWLSTAD_CO.
INCLUDE SAPWLSTAD_GD.
INCLUDE PERFINCL.
INCLUDE SAPWLSTAD_VB.
INCLUDE SAPWLSTAD_EX.
INCLUDE SAPWLSTAD_OU.
INCLUDE SAPWLSTAD_LV.


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:

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' * EXPORTING * FIELDNAME = 'HOST_ID' * TABNAME = 'SYNCTAB' IMPORTING select_value = selection-stask " <---- TABLES fields = field_tab valuetab = helptable EXCEPTIONS field_not_in_ddic = 01 more_then_one_selectfield = 02 no_selectfield = 03.



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