CCM_CHKTAB SAP (Layout for ALV Grid) Structure details

Dictionary Type: Structure
Description: Layout for ALV Grid




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




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

CCM_CHKTAB 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 "Layout for ALV Grid" 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_CHKTAB TYPE CCM_CHKTAB.

The CCM_CHKTAB table consists of various fields, each holding specific information or linking keys about Layout for ALV Grid data available in SAP. These include OBJTYPE (Symbol for Object Category), IDENTIFIER (Object Identifier), MATNR (Material Number), QUANTITY (Quantity (in Component Variant)).. 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 (Deep)


SAP CCM_CHKTAB 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
FIDFID (Function Identifier) CCM_FUNCIDCHAR40CHAR40
OBJTYPESymbol for Object Category CCM_TYPECHAR4CCM_TYPE
IDENTIFIERObject Identifier CCM_OBJIDCHAR75CCM_OBJID
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
QUANTITYQuantity (in Component Variant) PVS_QUANTQUAN13(3) MENG13V
UNITUnit of Measure PVS_QUNITUNIT3Assigned to domainCUNITMEINSH_T006
STATUSObject Category CCM_ICONCHAR4CCM_ICON
CHECK_GROUPConfiguration Check Group Reference CCM_CONFIG_CHECK_GROUPREF0CL_CCM_CONFIG_CHECK_GROUP

Key field Non-key field



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

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

How to access SAP table CCM_CHKTAB

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