SAP ABAP Data Element ALVALUE (Alert: alert value (1 = green, 2 = yellow, ....))
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CCM-MON (Application Component) Monitoring
     SMOI (Package) CCMS: Monitoring Architecture
Basic Data
Data Element ALVALUE
Short Description Alert: alert value (1 = green, 2 = yellow, ....)  
Data Type
Category of Dictionary Type     Direct Type Entry
Type of Object Referenced     No Information
Domain / Name of Reference Type      
Data Type INT4   4-byte integer, integer number with sign 
Length 10    
Decimal Places 0    
Output Length 11    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 alvalue 
Medium 15 Alert value 
Long 20 Alert value 
Heading  
Documentation

The criticality of an attribute/alert. The criticality is used to rank alerts. A red alert is always more important than a yellow alert.

Criticality meanings: "Green" indicates "situation normal and ok." Yellow warns of a potentially problematic condition. Red indicates that a failure/error/significant problem has occurred.

The criticality is assigned by the data supplier that created a monitoring attribute or by the user who has customized and saved the properties of the attribute.

For performance attributes, the criticality is determined by the alert thresholds of the attribute.

For status message and log attributes, the criticality is associated with each message that is reported. Typically, message criticalities are stored in the component that issues the messages. These criticalities may be changed by customizing settings in the alert monitor.

For developers, the constants for permissible alert values are as follows:

  • AL_VAL_INAKTIV: White MTE, no data is being reported. Integer value 0.
  • AL_VAL_GREEN: Green MTE, no alert is generated. Integer value 1.
  • AL_VAL_YELLOW: Yellow MTE, yellow alert is generated. Integer value 2.
  • AL_VAL_RED: Red MTE, highest possible alert, red alert is generated. Integer value 3.

The constants are declared in the ABAP member RSALEXTI.

History
Last changed by/on SAP  20130604 
SAP Release Created in