CCMSBI_CPHOBJ_INFO SAP (CPH Object Information) Structure details

Dictionary Type: Structure
Description: CPH Object Information




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




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

CCMSBI_CPHOBJ_INFO 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 "CPH Object Information" 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_CCMSBI_CPHOBJ_INFO TYPE CCMSBI_CPHOBJ_INFO.

The CCMSBI_CPHOBJ_INFO table consists of various fields, each holding specific information or linking keys about CPH Object Information data available in SAP. These include MTSYSID (Name of SAP System), MTMCNAME (Alert: Name of Monitoring Context), OBJNAME (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. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP CCMSBI_CPHOBJ_INFO 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
IDXNatural Number INT4INT410INT4
MTSYSIDName of SAP System SYSYSIDCHAR8SYCHAR08
MTMCNAMEAlert: Name of Monitoring Context ALMCNAMECHAR40TEXT40
OBJNAMEAlert: short name of MTE ALNAMESHRTCHAR40CHAR40
ATTRNAMEAlert: short name of MTE ALNAMESHRTCHAR40CHAR40
MTE_PATHPath of an MTE in the Monitoring Tree ALMTEPATHCHAR128ALMTEPATH
MTECLASSCCMS Monitoring Architecture: Name of MTE class ALMTECLASSCHAR40TEXT40
VALUNITALert: Unit for Perfomance Values ALUNITCHAR4TEXT4
DECIMALSALert: Decimal part of Performance Values ALDECIMALSINT410
CPH_SYSIDName of SAP System SYSYSIDCHAR8SYCHAR08
MTETYPENatural Number INT4INT410INT4
MTESUBTYPENatural Number INT4INT410INT4
FLAG_D_MSingle-Character Indicator CHAR1CHAR1CHAR1
FLAG_D_QSingle-Character Indicator CHAR1CHAR1CHAR1
FLAG_D_HSingle-Character Indicator CHAR1CHAR1CHAR1
FLAG_D_DSingle-Character Indicator CHAR1CHAR1CHAR1
FLAG_W_MSingle-Character Indicator CHAR1CHAR1CHAR1
FLAG_W_QSingle-Character Indicator CHAR1CHAR1CHAR1
FLAG_W_HSingle-Character Indicator CHAR1CHAR1CHAR1
FLAG_W_DSingle-Character Indicator CHAR1CHAR1CHAR1
FLAG_M_MSingle-Character Indicator CHAR1CHAR1CHAR1
FLAG_M_QSingle-Character Indicator CHAR1CHAR1CHAR1
FLAG_M_HSingle-Character Indicator CHAR1CHAR1CHAR1
FLAG_M_DSingle-Character Indicator CHAR1CHAR1CHAR1
FLAG_Q_MSingle-Character Indicator CHAR1CHAR1CHAR1
FLAG_Q_QSingle-Character Indicator CHAR1CHAR1CHAR1
FLAG_Q_HSingle-Character Indicator CHAR1CHAR1CHAR1
FLAG_Q_DSingle-Character Indicator CHAR1CHAR1CHAR1
FLAG_Y_MSingle-Character Indicator CHAR1CHAR1CHAR1
FLAG_Y_QSingle-Character Indicator CHAR1CHAR1CHAR1
FLAG_Y_HSingle-Character Indicator CHAR1CHAR1CHAR1
FLAG_Y_DSingle-Character Indicator CHAR1CHAR1CHAR1
CR_SCHEMACharacter field of length 40 CHAR40CHAR40CHAR40
DAY_SCHEMACharacter field of length 40 CHAR40CHAR40CHAR40
CAL_SCHEMACharacter field of length 40 CHAR40CHAR40CHAR40
PF_TIMEZONETime Zone TIMEZONECHAR6Assigned to domainTZNZONE

Key field Non-key field



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

As CCMSBI_CPHOBJ_INFO 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 CCMSBI_CPHOBJ_INFO as there is no data to select.

How to access SAP table CCMSBI_CPHOBJ_INFO

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