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

RSSTATMO SAP ABAP INCLUDE - Performance analysis: Include for central FORMS MONI I/O







RSSTATMO 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 RSSTATMO 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 RSSTATMO. "Basic submit
SUBMIT RSSTATMO AND RETURN. "Return to original report after report execution complete
SUBMIT RSSTATMO 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: SDATE = Date for displaying data
Title: Performance analysis: Include for central FORMS MONI I/O


INCLUDES used within this REPORT RSSTATMO

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_STATREC_READ_FILE * CALL FUNCTION 'SAPWL_STATREC_READ_FILE' * EXPORTING ** NO_OF_RECORDS = -1 * read_client = statl-smandt * read_end_date = date * read_end_time = rtstop * read_exclude_username = 'SYSPERF' ** READ_CONTINUE_RECORDNO = -1 * read_start_date = date * read_start_time = rtstart * read_username = statl-sbenu * read_workprocess = wp_number ** READ_FORWARD = 'X' ** STATISTIC_FILE = ** NO_BUFFER_FLUSH = ' ' * IMPORTING * file_error = file_error * records_read = records_read * eof_reached = eof_reached ** CONTINUE_RECORDNO_FORWARD = ** CONTINUE_RECORDNO_BACKWARD = ** PROBLEMS = * TABLES * v2_normal_records = v2_normal_records * v2_btc_step_records = v2_btc_step_records * v2_table_records = v2_table_records * v2_rfc_client_records = v2_rfc_client_records * v2_rfc_server_records = v2_rfc_server_records * v2_rfc_client_dest_records = v2_rfc_client_dest_records * v2_rfc_server_dest_records = v2_rfc_server_dest_records * v2_spool_print_records = v2_spool_print_records * v2_spool_activity_records = v2_spool_activity_records * norm_subrecord_index = norm_subrecord_index * EXCEPTIONS * wrong_parameter_combination = 1 * OTHERS = 2.

SAPWL_STATREC_DIRECT_READ CALL FUNCTION 'SAPWL_STATREC_DIRECT_READ' EXPORTING * no_of_records = read_start_date = date read_start_time = rtstart read_end_date = date read_end_time = rtstop read_client = statl-smandt read_username = statl-sbenu read_exclude_username = 'SYSPERF' read_workprocess = wp_number * statistic_file = * no_buffer_flush = IMPORTING records_read = records_read eof_reached = eof_reached normal_records = normal_records_tbl btc_step_records = btc_step_records_tbl table_records = table_records_tbl rfc_client_records = rfc_client_records_tbl rfc_server_records = rfc_server_records_tbl rfc_client_dest_records = rfc_client_dest_recs_tbl rfc_server_dest_records = rfc_server_dest_recs_tbl * rfc_timeint_records = spool_print_records = spool_print_records_tbl spool_activity_records = spool_activity_recs_tbl * DB_PROCEDURE_RECORDS = * ADM_MESSAGE_RECORDS = norm_subrecord_index = norm_subrecord_index_tbl EXCEPTIONS wrong_parameter_combination = 1 file_problems = 3 OTHERS = 2.

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.

SAPWL_WORKLOAD_ADD_TO_SNAPSHOT CALL FUNCTION 'SAPWL_WORKLOAD_ADD_TO_SNAPSHOT' EXPORTING * statistic_version = statistic_version_used time_resolution = time_resolution tasktypes_per_workprocess = tasktypes_per_workprocess tcodes_with_dynpro_number = tcodes_with_dynpro_number terminal_instead_of_username = terminal_instead_of_username instance_name = my_name IMPORTING spool_print_statistic = spool_print_statistic TABLES * v1_normal_records = v1_normal_records * v1_table_records = v1_table_records v2_normal_records = v2_normal_records v2_btc_step_records = v2_btc_step_records v2_table_records = v2_table_records v2_rfc_client_records = v2_rfc_client_records v2_rfc_server_records = v2_rfc_server_records v2_rfc_client_dest_records = v2_rfc_client_dest_records v2_rfc_server_dest_records = v2_rfc_server_dest_records v2_spool_print_records = v2_spool_print_records v2_spool_activity_records = v2_spool_activity_records norm_subrecord_index = norm_subrecord_index summary = summary hitlist_dbcalls = tt_hitl_dbcalls hitlist_respti = tt_hitl_respti accounting_statistic_tasktype = tt_summa time_statistic = tt_summt table_record_statistic = tt_summl application_statistic = tt_summu function_code_statistic = summcua terminal_io_statistic = summy tasktype_statistic = summr user_statistic = tt_users_of_entry_id rfc_client_statistic = rfc_client_statistic rfc_server_statistic = rfc_server_statistic rfc_client_dest_statistic = rfc_client_dest_statistic rfc_server_dest_statistic = rfc_server_dest_statistic memory_statistic = memory_statistic instances = instance_table spool_activity_statistic = spool_activity_statistic.

SAPWL_WORKLOAD_GET_SUMMARY CALL FUNCTION 'SAPWL_WORKLOAD_GET_SUMMARY' EXPORTING periodtype = rperiod(1) hostid = rsystem startdate = date TABLES summary = summary EXCEPTIONS unknown_periodtype = 1 no_data_found = 2 OTHERS = 3.

SAPWL_WORKLOAD_GET_SUMMARY CALL FUNCTION 'SAPWL_WORKLOAD_GET_SUMMARY' EXPORTING periodtype = rperiod(1) hostid = rsystem startdate = date TABLES summary = xummary EXCEPTIONS unknown_periodtype = 1 no_data_found = 2 OTHERS = 3.

SAPWL_WORKLOAD_GET_STATISTIC CALL FUNCTION 'SAPWL_WORKLOAD_GET_STATISTIC' EXPORTING periodtype = rperiod(1) hostid = rsystem startdate = date IMPORTING spool_print_statistic = spool_print_statistic TABLES hitlist_dbcalls = tt_hitl_dbcalls hitlist_respti = tt_hitl_respti accounting_statistic_tasktype = tt_summa time_statistic = tt_summt table_record_statistic = tt_summl application_statistic = tt_summu function_code_statistic = summcua terminal_io_statistic = summy tasktype_statistic = summr user_statistic = tt_users_of_entry_id memory_statistic = memory_statistic rfc_client_statistic = rfc_client_statistic rfc_server_statistic = rfc_server_statistic rfc_client_dest_statistic = rfc_client_dest_statistic rfc_server_dest_statistic = rfc_server_dest_statistic instances = instance_table spool_activity_statistic = spool_activity_statistic EXCEPTIONS unknown_periodtype = 1 no_data_found = 2 OTHERS = 3.

SAPWL_WORKLOAD_GET_STATISTIC CALL FUNCTION 'SAPWL_WORKLOAD_GET_STATISTIC' EXPORTING periodtype = rperiod(1) hostid = rsystem startdate = date IMPORTING spool_print_statistic = spool_print_statistic TABLES hitlist_dbcalls = tt_more_hitl_dbcalls hitlist_respti = tt_more_hitl_respti accounting_statistic_tasktype = tt_more_summa time_statistic = tt_more_summt table_record_statistic = tt_more_summl application_statistic = tt_more_summu function_code_statistic = xummcua terminal_io_statistic = xummy tasktype_statistic = xummr user_statistic = tt_more_users_of_entry_id * MEMORY_STATISTIC = * RFC_CLIENT_STATISTIC = * RFC_SERVER_STATISTIC = * RFC_CLIENT_DEST_STATISTIC = * RFC_SERVER_DEST_STATISTIC = spool_activity_statistic = spool_activity_statistic EXCEPTIONS unknown_periodtype = 1 no_data_found = 2 OTHERS = 3.

SAPWL_WORKLOAD_GET_SUMMARY CALL FUNCTION 'SAPWL_WORKLOAD_GET_SUMMARY' EXPORTING periodtype = 'D' hostid = rsystem startdate = date TABLES summary = summary EXCEPTIONS unknown_periodtype = 1 no_data_found = 2 OTHERS = 3.

SAPWL_WORKLOAD_GET_STATISTIC CALL FUNCTION 'SAPWL_WORKLOAD_GET_STATISTIC' EXPORTING periodtype = 'D' hostid = rsystem startdate = date IMPORTING spool_print_statistic = spool_print_statistic TABLES hitlist_dbcalls = tt_hitl_dbcalls hitlist_respti = tt_hitl_respti accounting_statistic_tasktype = tt_summa time_statistic = tt_summt table_record_statistic = tt_summl application_statistic = tt_summu function_code_statistic = summcua terminal_io_statistic = summy tasktype_statistic = summr user_statistic = tt_users_of_entry_id memory_statistic = memory_statistic rfc_client_statistic = rfc_client_statistic rfc_server_statistic = rfc_server_statistic rfc_client_dest_statistic = rfc_client_dest_statistic rfc_server_dest_statistic = rfc_server_dest_statistic instances = instance_table spool_activity_statistic = spool_activity_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.

PF_RESET_FILE * CALL FUNCTION 'PF_RESET_FILE' * EXCEPTIONS * OTHERS = 1.

PF_DELETE_FILES CALL FUNCTION 'PF_DELETE_FILES' EXPORTING date = sy-datum time = sy-uzeit * IMPORTING * FILECOUNT = * RECCOUNT = EXCEPTIONS pf_internal_error = 1 pf_missing_param = 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 RSSTATMO or its description.