MEALERTS_CONF SAP (Configuration for Alerts monitored by CCMS) Table details

Dictionary Type: Table
Description: Configuration for Alerts monitored by CCMS




ABAP Code to SELECT data from MEALERTS_CONF
Related tables to MEALERTS_CONF
Access table MEALERTS_CONF




Table field list including key, data, relationships and ABAP select examples

MEALERTS_CONF is a standard SAP Table which is used to store Configuration for Alerts monitored by CCMS data and is available within R/3 SAP systems depending on the version and release level.

The MEALERTS_CONF table consists of various fields, each holding specific information or linking keys about Configuration for Alerts monitored by CCMS data available in SAP. These include ALERT_NAME (Attribute Name), THRESHOLD_GREEN (Threshold for green values), THRESHOLD_YELLOW (Threshold for medium alert), THRESHOLD_RED (Threshold (Red)).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP MEALERTS_CONF table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3Assigned to domainMANDT
ALERT_NAMEAttribute Name ATTRIBUTE_NAMECHAR50ATTRIBUTE_NAME
THRESHOLD_GREENThreshold for green values MI_THRESHOLD_GREENCHAR8
THRESHOLD_YELLOWThreshold for medium alert MI_THRESHOLD_YELLOWCHAR8
THRESHOLD_REDThreshold (Red) MI_THRESHOLD_REDCHAR8
TIME_PERIODTime line MI_TIME_PERIODCHAR1MI_TIME_PERIOD
TIME_PERIOD_VALNumber of time units MI_TIME_PERIOD_VALNUMC3
TIME_UNITDate Unit for Alerts monitored by CCMS MEALERTS_DATSCHAR1MEALERTS_DAT

Key field Non-key field



How do I retrieve data from SAP table MEALERTS_CONF using ABAP code

The following ABAP code Example will allow you to do a basic selection on MEALERTS_CONF to SELECT all data from the table
DATA: WA_MEALERTS_CONF TYPE MEALERTS_CONF.

SELECT SINGLE *
FROM MEALERTS_CONF
INTO CORRESPONDING FIELDS OF WA_MEALERTS_CONF
WHERE...

How to access SAP table MEALERTS_CONF

Within an ECC or HANA version of SAP you can also view further information about MEALERTS_CONF and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!