CNVA_MD_CHK_MAP SAP (Table for module - check class mapping) Table details

Dictionary Type: Table
Description: Table for module - check class mapping




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




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

CNVA_MD_CHK_MAP is a standard SAP Table which is used to store Table for module - check class mapping data and is available within R/3 SAP systems depending on the version and release level.

The CNVA_MD_CHK_MAP table consists of various fields, each holding specific information or linking keys about Table for module - check class mapping data available in SAP. These include CHECK_CLS (Check Framework: Check Class Name), EVENT (), EVENT_VALUE (), MANAGMENT_SUMM (Data element for domain BOOLE: TRUE (='X') and FALSE (=' ')).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP CNVA_MD_CHK_MAP table 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
MODULE_IDSLOAP Module ID CNVA_MODULE_IDCHAR70CNVA_MODULE_ID
CHECK_CLSCheck Framework: Check Class Name CNV_MBT_CHECK_CHECK_CLSCHAR30SEOCLSNAME
EVENT 0
EVENT_VALUE 0
MANAGMENT_SUMMData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
ACTION_ITEMSData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
MSGCLSApplication Area ARBGBCHAR20Assigned to domainARBGBMAG
MSGNRMessage number MSGNRCHAR3Assigned to domainMSGNR
MSGTYPSingle-Character Indicator CHAR1CHAR1CHAR1
ICONName of an Icon ICONNAMECHAR30ICONNAME
DATAOBJ_CLS Data object class0
PRE_EVENT_1 0
PRE_EVENT_VAL_1 0
PRE_EVENT_2 0
PRE_EVENT_VAL_2 0
PRE_EVENT_3 0
PRE_EVENT_VAL_3 0
PRE_EVENT_4 0
PRE_EVENT_VAL_4 0
PRE_EVENT_5 0
PRE_EVENT_VAL_5 0
DEACTIVATE X -> Check deactivated from execution0

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNVA_MD_CHK_MAP
INTO CORRESPONDING FIELDS OF WA_CNVA_MD_CHK_MAP
WHERE...

How to access SAP table CNVA_MD_CHK_MAP

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