Menu

SAP Function Module SALR_MON_GET_ALERTS

The Function Module SALR_MON_GET_ALERTS () is a standard Function Module in SAP ERP and is part of the function group SALR within the package SMOI.

Technical Information

Function Module SALR_MON_GET_ALERTS
Short Text
Function Group SALR
Package SMOI
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
END_TIMESTAMP TYPE ALTMSTPUTC Alert: Time stamp (date and time) referring to UTC (GMT)
GET_ACTIVE_ALERTS LIKE ALPARAMS-ONLY_LOCAL 'X' Alert: SALC: Flag (X) if only local input for function call
GET_ALERT_HISTORY LIKE ALPARAMS-ONLY_LOCAL '' Alert: SALC: Flag (X) if only local input for function call
LAST_X_MINUTES TYPE INT4 Natural Number
MAX_SEVERITY TYPE ALSEVERITY 255 Alert: Severity (Alerts, Monitoring Type Custom..)
MIN_SEVERITY TYPE ALSEVERITY 0 Alert: Severity (Alerts, Monitoring Type Custom..)
MONITOR LIKE ALMONINAME Alert: Full Name of Monitor
START_TIMESTAMP TYPE ALTMSTPUTC Alert: Time stamp (date and time) referring to UTC (GMT)

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
TIDAID_TBL TYPE ALTIDAIDRCTBL Monitoring Architecture: TIS + RC + TID/AID Table

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
AID_TBL LIKE ALGLOBAID Alert: Global Alert Identifier
ALERT_DATA LIKE SALRALERT Function group SALR: Alert structure
RULE_PARAMETERS LIKE ALRULEPAR Alert: Contains Name/Value Pair for Rule Parameters

Exceptions

This function module does not define any Exceptions.