CNVC_ABAPINFO SAP (ZSC: checksums for abaps and fubas) Table details

Dictionary Type: Table
Description: ZSC: checksums for abaps and fubas




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




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

CNVC_ABAPINFO is a standard SAP Table which is used to store ZSC: checksums for abaps and fubas data and is available within R/3 SAP systems depending on the version and release level.

The CNVC_ABAPINFO table consists of various fields, each holding specific information or linking keys about ZSC: checksums for abaps and fubas data available in SAP. These include PROG (ABAP Program Name), ISEGCOUNT (Natural Number), ISEGLEN (Natural Number), SSEGCOUNT (Natural 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CNVC_ABAPINFO 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
PROGABAP Program Name PROGNAMECHAR40PROGNAME
ISEGCOUNTNatural Number INT4INT410INT4
ISEGLENNatural Number INT4INT410INT4
SSEGCOUNTNatural Number INT4INT410INT4
SSEGLENNatural Number INT4INT410INT4
LSEGCOUNTNatural Number INT4INT410INT4
LSEGLENNatural Number INT4INT410INT4
CHECKSUMZSCD_SCOL_N10D CNVC_SCOL_N10NUMC10CNVC_SCOL_N10
FUNCNAMEFunction name FUNCNAMECHAR30Assigned to domainFUNCNAMELIB

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNVC_ABAPINFO
INTO CORRESPONDING FIELDS OF WA_CNVC_ABAPINFO
WHERE...

How to access SAP table CNVC_ABAPINFO

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