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

RSSTATF3 SAP ABAP INCLUDE - Performance analysis: Include for RSSTAT30 central FORMS







RSSTATF3 is a standard ABAP INCLUDE 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 RSSTATF3 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 RSSTATF3. "Basic submit
SUBMIT RSSTATF3 AND RETURN. "Return to original report after report execution complete
SUBMIT RSSTATF3 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: RPROGRAM = Program
Selection Text: RSTARTTI = Start time
Selection Text: RTCODE = TCode
Selection Text: RUSER = User
Title: Performance analysis: Include for RSSTAT30 central FORMS


INCLUDES used within this REPORT RSSTATF3

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 = CPUSURVEY-CPUID IMPORTING INST_LONG = LONG_INST EXCEPTIONS COULD_NOT_DETERMINE_LONG_NAME = 1 OTHERS = 2.

SAPWL_INST_LONG CALL FUNCTION 'SAPWL_INST_LONG' EXPORTING INST_SHORT = SHORT_CPUID IMPORTING INST_LONG = LIST_LONG_INSTS-INST EXCEPTIONS COULD_NOT_DETERMINE_LONG_NAME = 1 OTHERS = 2.

SAPWL_WORKLOAD_GET_STATISTIC CALL FUNCTION 'SAPWL_WORKLOAD_GET_STATISTIC' EXPORTING PERIODTYPE = PERIODTYPE HOSTID = HOSTID STARTDATE = DATE TABLES * HITLIST_DBCALLS = * HITLIST_RESPTI = * ACCOUNTING_STATISTIC_TASKTYPE = * TIME_STATISTIC = * TABLE_RECORD_STATISTIC = APPLICATION_STATISTIC = TT_SUMMU * FUNCTION_CODE_STATISTIC = * TERMINAL_IO_STATISTIC = * TASKTYPE_STATISTIC = * USER_STATISTIC = * MEMORY_STATISTIC = * RFC_CLIENT_STATISTIC = * RFC_SERVER_STATISTIC = * RFC_CLIENT_DEST_STATISTIC = * RFC_SERVER_DEST_STATISTIC = EXCEPTIONS UNKNOWN_PERIODTYPE = 1 NO_DATA_FOUND = 2 OTHERS = 3.

SAPWL_INST_SHORT CALL FUNCTION 'SAPWL_INST_SHORT' EXPORTING INST_LONG = MYNAME IMPORTING INST_SHORT = CPUID EXCEPTIONS TOO_MANY_INSTANCES = 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 RSSTATF3 or its description.