QCVV SAP (Certificate Profile: List of Preliminary Products) Table details

Dictionary Type: Table
Description: Certificate Profile: List of Preliminary Products




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




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

QCVV is a standard SAP Table which is used to store Certificate Profile: List of Preliminary Products data and is available within R/3 SAP systems depending on the version and release level.

The QCVV table consists of various fields, each holding specific information or linking keys about Certificate Profile: List of Preliminary Products data available in SAP. These include CTYP (Certificate Type), VORLNR (Certificate Profile Number), VERSION (Version Number of Certificate Profile), VMKATEG (Category of Data Origin (Insp. Lot/Batch) for Certificate).. 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: Can be enhanced (character-type or numeric)


SAP QCVV 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
MANDANTClient MANDTCLNT3T000MANDT
CTYPCertificate Type QZGTYPCHAR4TQ05QZGTYPQCT
VORLNRCertificate Profile Number QVORLNRCHAR12QCVKQVORLNRQCV
VERSIONVersion Number of Certificate Profile QCVERSIONCHAR6ALPHAQVERSNRQCS
VMKATEGCategory of Data Origin (Insp. Lot/Batch) for Certificate QCVMATKATCHAR1QCVMATKAT
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
COUNTERSequential Number for Material in a Certificate Profile QCVVCOUNTNUMC3NUMC3
BLOCKNRNumber of Characteristic Block QBLOCKNRNUMC4NUMC4
VMSORTNRSort Number in List of Materials for Certificate Profile QCSORTNRNUMC4NUMC4
HERKUNFTInspection Lot Origin QHERKCHAR2TQ31QHERKQHK
ARTInspection Type QPARTCHAR8TQ30QPARTQLA
KZGUTLOSEIndicator: Only Lots Whose Usage Decision is OK QKZGUTLOSECHAR1QKZ
MINQKZMinimum Quality Score for Good Quality QKZMINDEC3QKENNZAHL

Key field Non-key field



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

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

SELECT SINGLE *
FROM QCVV
INTO CORRESPONDING FIELDS OF WA_QCVV
WHERE...

How to access SAP table QCVV

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