SAP Reports / Programs

RSAL_COLLECT_STATUS_MTE_4_ALV SAP ABAP Report - Collect Alerts for Specified Monitor







RSAL_COLLECT_STATUS_MTE_4_ALV 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 RSAL_COLLECT_STATUS_MTE_4_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 RSAL_COLLECT_STATUS_MTE_4_ALV. "Basic submit
SUBMIT RSAL_COLLECT_STATUS_MTE_4_ALV AND RETURN. "Return to original report after report execution complete
SUBMIT RSAL_COLLECT_STATUS_MTE_4_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: Collect Alerts for Specified Monitor
Text Symbol: 009 = Severity
Text Symbol: 010 = Argument 1
Text Symbol: 011 = Argument 2
Text Symbol: 012 = Argument 3
Text Symbol: 014 = Argument 4
Text Symbol: 015 = vanished on
Text Symbol: 016 = vanished at
Text Symbol: 008 = Status
Text Symbol: 001 = Value
Text Symbol: 002 = Date
Text Symbol: 003 = Time
Text Symbol: 004 = System
Text Symbol: 005 = Host Name
Text Symbol: 006 = Object name
Text Symbol: 007 = Short name
Text Symbol: 017 = Status
Text Symbol: 026 = Monitored OS Processes
Text Symbol: 027 = Alerts displayed
Text Symbol: 028 = Segment
Text Symbol: 029 = Unique number
Text Symbol: 030 = Internal index
Text Symbol: 031 = MTE class
Text Symbol: 025 = Alert Display
Text Symbol: 018 = User
Text Symbol: 019 = Client
Text Symbol: 020 = Reported from
Text Symbol: 021 = MTE name
Text Symbol: 022 = Status changed on
Text Symbol: 023 = Status changed at
Text Symbol: 024 = Status changed from


INCLUDES used within this REPORT RSAL_COLLECT_STATUS_MTE_4_ALV

INCLUDE RSALEXTI.


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:

SCSMROUTE_SETTINGS_ON_LOAD CALL FUNCTION 'SCSMROUTE_SETTINGS_ON_LOAD' * EXPORTING * use_prio_routes = 'X' * route_cache_valid_minutes = 10 * only_local_sysid = ' ' * rfc_allowed = 'X' EXCEPTIONS OTHERS = 99.

SALR_EXPORT_TIME_ZONE_SET CALL FUNCTION 'SALR_EXPORT_TIME_ZONE_SET' EXPORTING time_zone = '#USER' EXCEPTIONS invalid_time_zone = 1 OTHERS = 2.

SALR_MON_GET_TREE CALL FUNCTION 'SALR_MON_GET_TREE' EXPORTING monitor_name = monitor_name TABLES tree_nodes = tree_nodes_tbl rule_parameters = rule_parameters EXCEPTIONS moniset_name_missing = 1 invalid_moniset_name = 2 monitor_name_missing = 3 invalid_monitor_name = 4 cant_read_moniset_from_db = 5 monitor_template_missing = 6 cant_get_monitor_presentation = 7 unknown_problem = 8 OTHERS = 99.

SALR_MTE_READ_GENERAL_TBL CALL FUNCTION 'SALR_MTE_READ_GENERAL_TBL' IMPORTING mte_data = mte_data_tbl TABLES tid_table = tid_table EXCEPTIONS invalid_tid = 1 communication_problem = 2 internal_error = 3 other_problem = 4 OTHERS = 99.

SALR_MTE_STAT_MSG_READ_CUR_TBL CALL FUNCTION 'SALR_MTE_STAT_MSG_READ_CUR_TBL' EXPORTING tid_tbl = tid_table IMPORTING status_tbl = status_mte_data_tbl EXCEPTIONS internal_error = 1 OTHERS = 99.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'ALSMESALV' i_bypassing_buffer = 'X' CHANGING ct_fieldcat = field_catalog.

CONVERT_SAP_LANG_TO_ISO_LANG CALL FUNCTION 'CONVERT_SAP_LANG_TO_ISO_LANG' EXPORTING input = sy-langu IMPORTING output = language EXCEPTIONS unknown_language = 1 OTHERS = 99.



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