ALMATTRIBS SAP (Alerts: Monitor Display Attributes) Structure details

Dictionary Type: Structure
Description: Alerts: Monitor Display Attributes




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




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

ALMATTRIBS is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Alerts: Monitor Display Attributes" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_ALMATTRIBS TYPE ALMATTRIBS.

The ALMATTRIBS table consists of various fields, each holding specific information or linking keys about Alerts: Monitor Display Attributes data available in SAP. These include SHSNGMDTL (Alerts: Display details of a status attribute (MTE)), SHCURPFDTL (Alerts: display current performance values of a MTE), SH30MINDTL (Alerts: display MTE performance values from last 30 minutes), SH24HDTL (Alerts: display MTE values from the last 24 hours).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP ALMATTRIBS structure 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
SHGENDTLAlerts: display general MTE data ALSHGNDTLCHAR1CHAR1
SHSNGMDTLAlerts: Display details of a status attribute (MTE) ALSHSMDTLCHAR1CHAR1
SHCURPFDTLAlerts: display current performance values of a MTE ALSHCPVALCHAR1CHAR1
SH30MINDTLAlerts: display MTE performance values from last 30 minutes ALSH30MVLCHAR1CHAR1
SH24HDTLAlerts: display MTE values from the last 24 hours ALSH24HVLCHAR1CHAR1
SHPROTCDTLAlerts: Display values of a log attribute ALSHMSCVLCHAR1CHAR1
PCTDFLINTVAlerts: Time interval for displaying a log attribute ALMSCDSPTMINT410
SHERRNODESAlerts: display node errors (yes/no) ALSHERRNCHAR1CHAR1
SHALSOURCEAlerts: Display source (MTE) of an alert ALSHALSRCCHAR1CHAR1
SHALALWAYSAlerts: display alert text at all MTE nodes ALSHALALNCHAR1CHAR1
SHALATATTRAlerts: only display alert text for attributes ALSHALATACHAR1CHAR1
SHLASTVALAlert: display last relevant value ALSHLRLVLCHAR1CHAR1
REFRESHTIMAlert: Refresh time for MT tree display ALREFRTMINT25INT2
TIMDIFFWRNAlerts: Trigger warnings if large time differences ALTMDWRNCHAR1CHAR1
SHMESCOUNTAlerts: display number of performance attribute values ALSHMSCNTCHAR1CHAR1
DISPLTZONETime Zone TZNZONECHAR6Assigned to domainTZNZONE
VISUSLVLAlert: Visible on user level -radio buttons- ALVISLVLRBCHAR1CHAR1
RFEXTRONLYAlerts: Only refresh values of expanded subtree ALRFXTONLYCHAR1CHAR1
PRESVIEWAlerts: Monitor view (alert, current status, methods) ALPRESVIEWCHAR1CHAR1
CHUSERUser Name SYUNAMECHAR12SYCHAR12
CHTIMESTMPAlert: UTC Time Stamp in Format ALTMSTPUTCDEC15TZNTSTMPS

Key field Non-key field



How do I retrieve data from SAP structure ALMATTRIBS using ABAP code?

As ALMATTRIBS is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on ALMATTRIBS as there is no data to select.

How to access SAP table ALMATTRIBS

Within an ECC or HANA version of SAP you can also view further information about ALMATTRIBS 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!