SAP Reports / Programs

RSAL_COLLECT_SYS_ALERTS_4_ALV SAP ABAP Report - Collect Alerts for Specified Monitor







RSAL_COLLECT_SYS_ALERTS_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_SYS_ALERTS_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_SYS_ALERTS_4_ALV. "Basic submit
SUBMIT RSAL_COLLECT_SYS_ALERTS_4_ALV AND RETURN. "Return to original report after report execution complete
SUBMIT RSAL_COLLECT_SYS_ALERTS_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 = Alert text
Text Symbol: 001 = Value
Text Symbol: 002 = Date
Text Symbol: 003 = Time
Text Symbol: 004 = System
Text Symbol: 005 = Context
Text Symbol: 006 = Object name
Text Symbol: 007 = Short name
Text Symbol: 025 = Alert Display
Text Symbol: 026 = Alert(s) exist
Text Symbol: 027 = Alerts displayed
Text Symbol: 028 = Segment
Text Symbol: 029 = Unique number
Text Symbol: 030 = Internal index
Text Symbol: 024 = Status changed from
Text Symbol: 017 = Status
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


INCLUDES used within this REPORT RSAL_COLLECT_SYS_ALERTS_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_ALERTS CALL FUNCTION 'SALR_MON_GET_ALERTS' EXPORTING monitor = monitor_name get_active_alerts = actalert get_alert_history = alerthis min_severity = min_sev max_severity = max_sev last_x_minutes = last_min TABLES rule_parameters = rule_parameters alert_data = alert_data_tbl EXCEPTIONS moniset_name_missing = 1 invalid_moniset_name = 2 monitor_name_missing = 3 invalid_monitor_name = 4 internal_error = 5 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.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'ALALERTALV' 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.

OWN_LOGICAL_SYSTEM_GET CALL FUNCTION 'OWN_LOGICAL_SYSTEM_GET' IMPORTING OWN_LOGICAL_SYSTEM = logical_system EXCEPTIONS OWN_LOGICAL_SYSTEM_NOT_DEFINED = 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_SYS_ALERTS_4_ALV or its description.