SAP Reports / Programs | Basis Components | Use Subcomponents | Monitoring(BC-CCM-MON) SAP BC

RSSTAT27 SAP ABAP Report - Read Individual Statistics Records with RFC Functions







RSSTAT27 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 RSSTAT27 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 RSSTAT27. "Basic submit
SUBMIT RSSTAT27 AND RETURN. "Return to original report after report execution complete
SUBMIT RSSTAT27 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: ASTAT = Read Application Statistics
Selection Text: CCRIT = RFC Client Function Names
Selection Text: CLIENT = Client Number
Selection Text: DCRIT = Destinations
Selection Text: EXCLUDE = Exclude User Name
Selection Text: FCRIT = RFC Server Function Names
Selection Text: INTERVAL = Interval Length
Selection Text: S_DATE = Start Date
Selection Text: S_TIME = Start Time
Selection Text: TIMEZONE = Time Zone
Selection Text: UCRIT = RFC User Names
Selection Text: USERNAME = User Name
Title: Read Individual Statistics Records with RFC Functions


INCLUDES used within this REPORT RSSTAT27

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:

GET_SYSTEM_TIMEZONE CALL FUNCTION 'GET_SYSTEM_TIMEZONE' IMPORTING timezone = timezone EXCEPTIONS customizing_missing = 1 OTHERS = 2.

SWNC_STAD_READ_STATRECS_RFC CALL FUNCTION 'SWNC_STAD_READ_STATRECS_RFC' EXPORTING read_client = client read_time = interval read_start_date = s_date read_start_time = s_time read_username = username exclude_username = exclude wait_factor = 150 include_appl_stat = astat t_functions = f_seltab t_clientfunctions = c_seltab t_users = u_seltab t_destinations = d_seltab * IMPORTING * PROBLEMS = * TOTAL_RECS_READ = * LOGHANDLE = TABLES protocol = t_protocol rfc_returns = t_rfc_returns server_list = t_server CHANGING all_stats = t_allstats.



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