SAP Reports / Programs | Basis Components | Use Subcomponents | Operating System Monitors(BC-CCM-MON-OS) SAP BC

RSSMOS2I_ALV SAP ABAP INCLUDE - Include RSSMOS2I_ALV







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


Text pool values


Title: Include RSSMOS2I_ALV


INCLUDES used within this REPORT RSSMOS2I_ALV

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:

FILL_DAY_OF_HOUR CALL FUNCTION 'FILL_DAY_OF_HOUR' EXPORTING local_remote = local_remote logical_destination = logical_destination TABLES tf_hour_ok = hour_ok EXCEPTIONS internal_error_adress_failed = 01 internal_error_different_field = 02 internal_error_no_new_line = 03 collector_not_running = 04 shared_memory_not_available = 05 collector_busy = 06 version_conflict = 07 no_network_collector_running = 08 system_failure = 09 communication_failure = 10.

GET_CONFIG_DEFINED CALL FUNCTION 'GET_CONFIG_DEFINED' EXPORTING local_remote = local_remote logical_destination = logical_destination IMPORTING f_config_defined_read = config_defined_read fp_maxrecords = maxrecords fp_activeflag = activeflag fp_interval = interval fp_collversion = collversion fp_collsince = collsince fp_opsystem = opsystem fp_detailscoll = detailscoll fp_detailsreqi = detailsreqi fp_detailsmode = detailsmode fp_lastcollwrt = lastcollwrt fp_lastcollint = lastcollint fp_normcollint = normcollint TABLES tf_config_defined = t_config_defined tf_config_defined_chr = t_config_defined_chr "==>> EXCEPTIONS internal_error_adress_failed = 01 internal_error_different_field = 02 internal_error_no_new_line = 03 collector_not_running = 04 shared_memory_not_available = 05 collector_busy = 06 version_conflict = 07 no_network_collector_running = 08 system_failure = 09 communication_failure = 10.

FILL_VALIDATION_RECORDS CALL FUNCTION 'FILL_VALIDATION_RECORDS' EXPORTING local_remote = local_remote logical_destination = logical_destination IMPORTING tf_cpu_all_valid = ta_cpu_all_valid tf_cpu_sum_valid = ta_cpu_sum_valid tf_cpu_single_valid = ta_cpu_single_valid tf_mem_all_valid = ta_mem_all_valid tf_mem_sum_valid = ta_mem_sum_valid tf_disk_sum_valid = ta_disk_sum_valid tf_disk_single_valid = ta_disk_single_valid tf_lan_sum_valid = ta_lan_sum_valid tf_lan_single_valid = ta_lan_single_valid tf_fsys_sum_valid = ta_fsys_sum_valid tf_fsys_single_valid = ta_fsys_single_valid tf_spec_sum_valid = ta_spec_sum_valid tf_spec_single_valid = ta_spec_single_valid tf_top_single_valid = t_top_single_valid tab_type = tab_typ activeflag = activeflag interval = interval detailscoll = detailscoll detailsreqi = detailsreqi detailsmode = detailsmode lastcollwrt = lastcollwrt lastcollint = lastcollint normcollint = normcollint EXCEPTIONS internal_error_adress_failed = 01 internal_error_different_field = 02 internal_error_no_new_line = 03 collector_not_running = 04 shared_memory_not_available = 05 collector_busy = 06 version_conflict = 07 no_network_collector_running = 08.

FILL_SNAPSHOT_DATA CALL FUNCTION 'FILL_SNAPSHOT_DATA' EXPORTING local_remote = local_remote logical_destination = logical_destination IMPORTING f_cpu_all_read = cpu_all_read f_mem_all_read = mem_all_read f_disk_single_read = disk_single_read f_lan_single_read = lan_single_read f_top_single_read = top_single_read f_pool_all_read = pool_all_read f_spag_all_read = spag_all_read f_stor_all_read = stor_all_read tab_type = tab_typ activeflag = activeflag interval = interval detailscoll = detailscoll detailsreqi = detailsreqi detailsmode = detailsmode lastcollwrt = lastcollwrt lastcollint = lastcollint normcollint = normcollint TABLES tf_cpu_all = ta_cpu_all tf_mem_all = ta_mem_all tf_disk_single = ta_disk_single tf_lan_single = ta_lan_single tf_top_single = t_top_single tf_pool_all = ta_pool_all tf_spag_all = ta_spag_all tf_stor_all = ta_stor_all EXCEPTIONS internal_error_adress_failed = 01 internal_error_different_field = 02 internal_error_no_new_line = 03 collector_not_running = 04 shared_memory_not_available = 05 collector_busy = 06 version_conflict = 07 no_network_collector_running = 08 system_failure = 09 communication_failure = 10.

SET_PARAMETER CALL FUNCTION 'SET_PARAMETER' EXPORTING local_remote = local_remote logical_destination = logical_destination fp_detailsreqi = detailsreqi EXCEPTIONS internal_error_adress_failed = 01 internal_error_different_field = 02 internal_error_no_new_line = 03 collector_not_running = 04 shared_memory_not_available = 05 collector_busy = 06 version_conflict = 07 no_network_collector_running = 08 system_failure = 09 communication_failure = 10.

SET_PARAMETER CALL FUNCTION 'SET_PARAMETER' EXPORTING local_remote = local_remote logical_destination = logical_destination fp_normcollint = cha_normcollint fp_idleinterval = cha_idleinterval fp_idleafter = cha_idleafter EXCEPTIONS internal_error_adress_failed = 01 internal_error_different_field = 02 internal_error_no_new_line = 03 collector_not_running = 04 shared_memory_not_available = 05 collector_busy = 06 version_conflict = 07 no_network_collector_running = 08 system_failure = 09 communication_failure = 10.

GET_PARAMETER CALL FUNCTION 'GET_PARAMETER' EXPORTING local_remote = local_remote logical_destination = logical_destination IMPORTING fp_normcollint = act_normcollint.

GET_PARAMETER CALL FUNCTION 'GET_PARAMETER' EXPORTING local_remote = local_remote logical_destination = logical_destination IMPORTING fp_idleinterval = act_idleinterval.

GET_PARAMETER CALL FUNCTION 'GET_PARAMETER' EXPORTING local_remote = local_remote logical_destination = logical_destination IMPORTING fp_idleafter = act_idleafter.

GET_PARAMETER CALL FUNCTION 'GET_PARAMETER' EXPORTING local_remote = local_remote logical_destination = logical_destination IMPORTING fp_normcollint = act_normcollint fp_idleinterval = act_idleinterval fp_idleafter = act_idleafter EXCEPTIONS internal_error_adress_failed = 01 internal_error_different_field = 02 internal_error_no_new_line = 03 collector_not_running = 04 shared_memory_not_available = 05 collector_busy = 06 version_conflict = 07 no_network_collector_running = 08 system_failure = 09 communication_failure = 10.

SMON_CHECK_OSCOL_PATH CALL FUNCTION 'SMON_CHECK_OSCOL_PATH' EXPORTING path = lv_filepath EXCEPTIONS invalid_path = 1 error_oscol_communication = 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 RSSMOS2I_ALV or its description.