CNV_CMIS_A_CONST SAP (Content Comparison table status) Table details

Dictionary Type: Table
Description: Content Comparison table status




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




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

CNV_CMIS_A_CONST is a standard SAP Table which is used to store Content Comparison table status data and is available within R/3 SAP systems depending on the version and release level.

The CNV_CMIS_A_CONST table consists of various fields, each holding specific information or linking keys about Content Comparison table status data available in SAP. These include PRIORITY (Number of Indexes), PACK_ID (Conversion Package Number), TABNAME (Table Name), STATUS (Table status in Content Comparision).. 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 CNV_CMIS_A_CONST 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
PRIORITYNumber of Indexes CNVCMIS_A_20_NUM_INDEXINT410
PACK_IDConversion Package Number CNVCMIS_A_PACKCHAR5CNVCMIS_A_PACK
TABNAMETable Name CNVCMIS_A_20_TABNAMECHAR30
STATUSTable status in Content Comparision CNV_CMIS_A_20_STATCHAR1CNV_CMIS_A_20_STAT
JOBNAMEJobname CNV_CMIS_A_20_JOBNAMECHAR32CNV_CMIS_A_20_JOBNAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNV_CMIS_A_CONST
INTO CORRESPONDING FIELDS OF WA_CNV_CMIS_A_CONST
WHERE...

How to access SAP table CNV_CMIS_A_CONST

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