SAP CCMSBI_GUIDS_CPH GUIDs for Long MTE Names (Extended) Table data and field list

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

The CCMSBI_GUIDS_CPH table consists of various fields, each holding specific information or linking keys about GUIDs for Long MTE Names (Extended) data available in SAP. These include SYSID (Name of SAP System), MTMCNAME (Alert: Name of Monitoring Context), OBJECTNAME (Alert: short name of MTE), ATTRNAME (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_GUIDS_CPH 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_GUIDS_CPH 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_GUIDS_CPH 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
SYSIDName of SAP System SYSYSIDCHAR8SYCHAR08
MTMCNAMEAlert: Name of Monitoring Context ALMCNAMECHAR40TEXT40
OBJECTNAMEAlert: short name of MTE ALNAMESHRTCHAR40CHAR40
ATTRNAMEAlert: short name of MTE ALNAMESHRTCHAR40CHAR40
LANDSCAPECCMS/BW: Landscape Name CCMSBI_LANDSCAPECHAR60TEXT60
PATHPath of an MTE in the Monitoring Tree ALMTEPATHCHAR128ALMTEPATH
MTECLASSCCMS Monitoring Architecture: Name of MTE class ALMTECLASSCHAR40TEXT40
RECTYPESCharacter field length 24 CHAR24CHAR24CHAR24
LICENCE_NUMCharacter Field Length = 10 CHAR10CHAR10CHAR10
ORIG_SYSIDName of SAP System SYSYSIDCHAR8SYCHAR08
COMPONENTDSR Statistics: Name of a Non-R/3 Component SWLN3CMPNMCHAR32TEXT32
COMPONENT_TYPEDSR Statistics: Type of Non-R/3 Component SWLN3CPTYPCHAR10TEXT10
HOSTNAMESAP Workload NW Collector: Host Name SWNCHOSTNAMECHAR40SWNCDOMTXT40
MINMAX_BASE_RESCharacter field length 24 CHAR24CHAR24CHAR24

Key field Non-key field



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

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

SELECT SINGLE *
FROM CCMSBI_GUIDS_CPH
INTO CORRESPONDING FIELDS OF WA_CCMSBI_GUIDS_CPH
WHERE...

How to access SAP table CCMSBI_GUIDS_CPH

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

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