ALMBCADM SAP (CCMS Monitoring Cache: Administration of 'MTEs of one Class') Table details

Dictionary Type: Table
Description: CCMS Monitoring Cache: Administration of 'MTEs of one Class'




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




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

ALMBCADM is a standard SAP Table which is used to store CCMS Monitoring Cache: Administration of 'MTEs of one Class' data and is available within R/3 SAP systems depending on the version and release level.

The ALMBCADM table consists of various fields, each holding specific information or linking keys about CCMS Monitoring Cache: Administration of 'MTEs of one Class' data available in SAP. These include SYSID (Name of SAP System), SEGM_OR_MC (Alert: Name of Monitoring Segment), TID_NUMRNG (Alert: monitoring type number range (perm., temp, ...)), TID_UID (ALert: Unique Identifier for Monitoring Types (used in TID)).. 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: Not classified


SAP ALMBCADM 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
MTECLASSCCMS Monitoring Architecture: Name of MTE class ALMTECLASSCHAR40TEXT40
SYSIDName of SAP System SYSYSIDCHAR8SYCHAR08
SEGM_OR_MCAlert: Name of Monitoring Segment ALMSEGNAMECHAR40TEXT40
TID_NUMRNGAlert: monitoring type number range (perm., temp, ...) ALTIDNUMRGCHAR3CHAR3
TID_UIDALert: Unique Identifier for Monitoring Types (used in TID) ALTIDUIDCHAR10CHAR10
TID_CLASAlert: monitoring type class (perf., single msg.,...) ALTIDMTCLCHAR3CHAR3
CLIENTClient ID SYMANDTCLNT3Assigned to domainMANDT
MBC_TIMESTAlert: UTC Time Stamp in Format ALTMSTPUTCDEC15TZNTSTMPS
MBC_GUIDSystem GUID for ABAP Systems or Other Systems CSMSYSGUIDCHAR32SYSUUID_C

Key field Non-key field



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

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

SELECT SINGLE *
FROM ALMBCADM
INTO CORRESPONDING FIELDS OF WA_ALMBCADM
WHERE...

How to access SAP table ALMBCADM

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