ALNODEKEY SAP (MTEKEY to node mapping) Table details

Dictionary Type: Table
Description: MTEKEY to node mapping




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




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

ALNODEKEY is a standard SAP Table which is used to store MTEKEY to node mapping data and is available within R/3 SAP systems depending on the version and release level.

The ALNODEKEY table consists of various fields, each holding specific information or linking keys about MTEKEY to node mapping data available in SAP. These include MCNAME (Alert: Name of Monitoring Context), MONAME (Alert: Name of Monitoring Object), MANAME (Alert: short name of MTE), MTECLASS (CCMS Monitoring Architecture: Name of MTE class).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP ALNODEKEY 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
MTSYSIDName of SAP System SYSYSIDCHAR8SYCHAR08
MCNAMEAlert: Name of Monitoring Context ALMCNAMECHAR40TEXT40
MONAMEAlert: Name of Monitoring Object ALMOBJECTCHAR40CHAR40
MANAMEAlert: short name of MTE ALNAMESHRTCHAR40CHAR40
MTECLASSCCMS Monitoring Architecture: Name of MTE class ALMTECLASSCHAR40TEXT40
MTEKEYMTE Key for faster access to MTE data ALMTEKEYCHAR32SYSUUID_C
MTETYPEType of CCMS node for Text DB ALTEXTTYPECHAR1ALTEXTTYPE

Key field Non-key field



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

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

SELECT SINGLE *
FROM ALNODEKEY
INTO CORRESPONDING FIELDS OF WA_ALNODEKEY
WHERE...

How to access SAP table ALNODEKEY

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