QCVK SAP (Certificate profile header) Table details

Dictionary Type: Table
Description: Certificate profile header




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




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

QCVK is a standard SAP Table which is used to store Certificate profile header data and is available within R/3 SAP systems depending on the version and release level.

The QCVK table consists of various fields, each holding specific information or linking keys about Certificate profile header data available in SAP. These include CTYP (Certificate Type), VORLNR (Certificate Profile Number), VERSION (Version Number of Certificate Profile), SORTFELD (Search Field).. 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 QCVK 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 QVORLNRCHAR12QVORLNRQCV
VERSIONVersion Number of Certificate Profile QCVERSIONCHAR6ALPHAQVERSNRQCS
SORTFELDSearch Field QSORTFELDCHAR40CHAR40
GUELTIGABField Not Used Field Reserved for SAP Q_UNUSEDDTDATS8DATUM
OBJNRObject number J_OBJNRCHAR22ONR00J_OBJNRONR
OBTYPObject Category J_OBTYPCHAR3TJ03J_OBTYP
STSMAStatus Profile J_STSMACHAR8TJ20J_STSMA
ERSTELLERName of Person who Created the Object ERNAMCHAR12USNAM
ERSTELDATDate on Which Record Was Created ERDATDATS8DATUM
AENDERERName of Person Who Changed Object AENAMCHAR12USNAM
AENDERDATChanged On AEDATDATS8DATUM
TDFORMForm Name QCTDFORMCHAR16TDFORM
KZGUTLOSEIndicator: Only Lots Whose Usage Decision is OK QKZGUTLOSECHAR1QKZ
MINQKZMinimum Quality Score for Good Quality QKZMINDEC3QKENNZAHL
KZLASTLOTIndicator: Last Lot for Batch QKZLASTLOTCHAR1QKZ
KZLIEFSCHIndicator: Delivery Note in Inspection Lot QKZLIEFSCHCHAR1QKZ
HERKUNFTInspection Lot Origin QHERKCHAR2TQ31QHERKQHK
ARTInspection Type QPARTCHAR8TQ30QPARTQLA
KONSISTENTIndicator: Certificate Profile is Consistent QKZKONSISTCHAR1QKZ
KURZTEXTShort Text QKURZTEXTCHAR40QKURZTEXT
LTEXTKZLong Text Exists QKZLTXCHAR1QKZ
WITHTRANSFStock Transfers from Batch Where-Used List QCTRANSFERCHAR1QCTRANSFER
QDI_NOPDFIndicator: Do Not Send PDF Document QC_QDI_NOPDFCHAR1QKZ
ALSTFExpansion Level of Batch Where-Used List QCALSTFNUMC2SEU_LEVEL
ADBFORMPDF-Based Forms: Form Name QC_PDF_FORMNAMECHAR30FPNAMEFPWBFORMHFPWBFORM
QKZ_USEADBUse Adobe Form QC_QKZ_USEADBCHAR1QKZ
CHAR_FIELD_CONFConfiguration of Characteristics Field QC_CHAR_FIELD_CONFCHAR3TQ68QC_CHAR_FIELD_CONF

Key field Non-key field



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

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

SELECT SINGLE *
FROM QCVK
INTO CORRESPONDING FIELDS OF WA_QCVK
WHERE...

How to access SAP table QCVK

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