SAP CCMSBI_CPH_GUIDS GUIDs for Long MTE Name Table data and field list

CCMSBI_CPH_GUIDS is a standard SAP Table which is used to store GUIDs for Long MTE Name data in SAP systems, such as SAP R/3, S/4HANA, depending on the version and release level.

The CCMSBI_CPH_GUIDS table consists of various fields, each holding specific information or linking keys about GUIDs for Long MTE Name data available in SAP. These include LANDSCAPE (CCMS/BW: Landscape Name), SYSID (Name of SAP System), MTMCNAME (Alert: Name of Monitoring Context), OBJECTNAME (Alert: short name of MTE)... 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. .

CCMSBI_CPH_GUIDS table Technical Details:

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 CCMSBI_CPH_GUIDS table fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the CCMSBI_CPH_GUIDS table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MTE_GUIDCCMS/BW: GUID for Landscape, System, Context, Path, ... CCMSBI_GUIDCHAR60TEXT60
LANDSCAPECCMS/BW: Landscape Name CCMSBI_LANDSCAPECHAR60TEXT60
SYSIDName of SAP System SYSYSIDCHAR8SYCHAR08
MTMCNAMEAlert: Name of Monitoring Context ALMCNAMECHAR40TEXT40
OBJECTNAMEAlert: short name of MTE ALNAMESHRTCHAR40CHAR40
ATTRNAMEAlert: short name of MTE ALNAMESHRTCHAR40CHAR40
PATHPath of an MTE in the Monitoring Tree ALMTEPATHCHAR128ALMTEPATH

Key field Non-key field



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

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

SELECT SINGLE *
FROM CCMSBI_CPH_GUIDS
INTO CORRESPONDING FIELDS OF WA_CCMSBI_CPH_GUIDS
WHERE...

How to access SAP table CCMSBI_CPH_GUIDS

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

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