CNVMBTCHKLOGCHKP SAP (Check Framework: Parameters of Check Executions) Table details

Dictionary Type: Table
Description: Check Framework: Parameters of Check Executions




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




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

CNVMBTCHKLOGCHKP is a standard SAP Table which is used to store Check Framework: Parameters of Check Executions data and is available within R/3 SAP systems depending on the version and release level.

The CNVMBTCHKLOGCHKP table consists of various fields, each holding specific information or linking keys about Check Framework: Parameters of Check Executions data available in SAP. These include EXEC_GUID (Check Framework: Execution GUID), CHECK_CLS (Check Framework: Check Class Name), OBJECT_KEY (Check Framework: Object Key), SEQNUM (Check Framework: Execution Sequence Number).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CNVMBTCHKLOGCHKP 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
EXEC_GUIDCheck Framework: Execution GUID CNV_MBT_CHECK_EXEC_GUIDCHAR32SYSUUID_C
CHECK_CLSCheck Framework: Check Class Name CNV_MBT_CHECK_CHECK_CLSCHAR30SEOCLSNAME
OBJECT_KEYCheck Framework: Object Key CNV_MBT_CHECK_OBJKEYCHAR64CNV_MBT_CHECK_OBJKEY
SEQNUMCheck Framework: Execution Sequence Number CNV_MBT_CHECK_EXEC_SEQNUMNUMC4CNV_MBT_CHECK_SEQNUM
PARAMNAMECheck Framework: Parameter Name CNV_MBT_CHECK_PARAMNAMECHAR32CNV_MBT_CHECK_PARAMNAME
PARAMVALUECheck Framework: Parameter Value CNV_MBT_CHECK_PARAMVALUECHAR32CNV_MBT_CHECK_PARAMVALUE

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNVMBTCHKLOGCHKP
INTO CORRESPONDING FIELDS OF WA_CNVMBTCHKLOGCHKP
WHERE...

How to access SAP table CNVMBTCHKLOGCHKP

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