CCM_OS_PERF SAP (transfer structure for perf attributesof SAPOSCOLs CCMS tree) Structure details

Dictionary Type: Structure
Description: transfer structure for perf attributesof SAPOSCOLs CCMS tree




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




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

CCM_OS_PERF 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 "transfer structure for perf attributesof SAPOSCOLs CCMS tree" 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_CCM_OS_PERF TYPE CCM_OS_PERF.

The CCM_OS_PERF table consists of various fields, each holding specific information or linking keys about transfer structure for perf attributesof SAPOSCOLs CCMS tree data available in SAP. These include DECIMALS (decimals of the integer value), UNIT (ALert: Unit for Perfomance Values), AL_CLASS (code for T100 message class of alerts generated for this MA), AL_NO (T100 message number of alerts generated for this MA).. 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: Can be enhanced (character-type or numeric)


SAP CCM_OS_PERF 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
PERFSUBTYPE subtype of performance attribute0
DECIMALS decimals of the integer value0
UNITALert: Unit for Perfomance Values ALUNITCHAR4TEXT4
AL_CLASS code for T100 message class of alerts generated for this MA0
AL_NO T100 message number of alerts generated for this MA0
THRESH_G2YAlert: MT Performance Customization: Active Threshold G 2 Y ALPACTHG2YINT410
THRESH_Y2RAlert: MT Performance Customization: Active Threshold Y 2 R ALPACTHY2RINT410
THRESH_R2YAlert: MT Performance Customization: Active Threshold R 2 Y ALPACTHR2YINT410
THRESH_Y2GAlert: MT Performance Customization: Active Threshold Y 2 G ALPACTHY2GINT410
SNAP_TOTAL snapshot of Total of Values0
SNAP_NUMBER snapshot of Number of Values0
SNAP_TIME_HIGH time the snapshot values were collected high integer0
SNAP_TIME_LOW time the snapshot values were collected low integer0
LMIN_TOTAL last full minute Total of Values0
LMIN_NUMBER last full minute Number of Values0
L5MIN_TOTAL last full 5 minutes Total of Values (reaches from 10:00:00 t0
L5MIN_NUMBER last full 5 minutes Number of Values0

Key field Non-key field



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

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

How to access SAP table CCM_OS_PERF

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