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

RSSTAT28 SAP ABAP Report - documentation and ABAP source code







RSSTAT28 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 RSSTAT28 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 RSSTAT28. "Basic submit
SUBMIT RSSTAT28 AND RETURN. "Return to original report after report execution complete
SUBMIT RSSTAT28 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RSSTAT28

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.

TH_SERVER_LIST CALL FUNCTION 'TH_SERVER_LIST' * EXPORTING * SERVICES = 255 * SYSSERVICE = 0 * ACTIVE_SERVER = 1 TABLES list = instance_list * LIST_IPV6 = EXCEPTIONS no_server_list = 1 OTHERS = 2.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING * PERCENTAGE = 0 text = guitext.

SWNC_STATREC_READ_INSTANCE CALL FUNCTION 'SWNC_STATREC_READ_INSTANCE' DESTINATION target_instance EXPORTING read_timezone = timezone * NO_OF_RECORDS = -1 read_start_date = s_date read_start_time = s_time read_end_date = e_date read_end_time = e_time read_client = client read_username = username flag_exclude_username = exclude * READ_WORKPROCESS = 'FFFF' * READ_TRANSIDS = * READ_TCODE = * READ_DIALOGSTEPID = * STATISTIC_FILE = * ASTAT_FILE = * NO_BUFFER_FLUSH = * FLAG_READ_STAT = 'X' * FLAG_READ_ASTAT = ' ' * target_instance = target_instance * GET_LTT = ' ' IMPORTING statrecs = swncstatrecstab * RECORDS_READ = * SINGLE_RECORDS_READ = * EOI_REACHED = * EOF_REACHED = * ANONYMOUS = * LOGICAL_TASKYTPES = EXCEPTIONS read_error = 1 unknown_target_instance = 2 OTHERS = 3.



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