QELSINFO SAP (Information for Inspection Lot) Structure details

Dictionary Type: Structure
Description: Information for Inspection Lot




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




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

QELSINFO is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Information for Inspection Lot" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_QELSINFO TYPE QELSINFO.

The QELSINFO table consists of various fields, each holding specific information or linking keys about Information for Inspection Lot data available in SAP. These include PRUEFLOS (Inspection Lot Number), MATNR (Material Number), CHARG (Batch Number), ART (Inspection Type).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP QELSINFO structure 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
PRUEFLOSInspection Lot Number QPLOSNUMC12Assigned to domainQPLOSQLSQALS
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
ARTInspection Type QPARTCHAR8Assigned to domainQPARTQLA
ENSTEHDATDate of Lot Creation QENTSTDATS8DATUM
PASTRTERMInspection Start Date QPRSTARTDATS8DATUM
PAENDTERMEnd Date of the Inspection QPRENDEDATS8DATUM
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
LS_KDAUFSales Order Number KDAUFCHAR10Assigned to domainALPHAVBELNAUN
KUNNRCustomer (Ship-To Party) QKUNWECHAR10Assigned to domainALPHAKUNNRDEBI
LIFNRVendor Account Number ELIFNCHAR10Assigned to domainALPHALIFNRLIFKRED_C
HERSTELLERNumber of Manufacturer QLIFNRCHAR10Assigned to domainALPHALIFNRLIF
LICHNVendor Batch Number LICHNCHAR15LICHN
MBLNRNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
MJAHRMaterial Document Year MJAHRNUMC4GJAHRGJAHRMJA
KTEXTMATShort Text for Inspection Object QKTEXTOBJCHAR40QKURZTEXT
KTEXTLOSShort Text QKURZTEXTCHAR40QKURZTEXT
INSP_DOC_NUMBERInspection Document Number from External System QINSP_DOC_NUMBERCHAR30QPLEXT_INSP_DOC_NUMBER
PRIO_PUNKTEPriority Points QPRIO_PUNKTEINT410QPLEXT_PRIOP
LAGORTVORGStorage Location for Inspection Lot Stock QLGORTVORGCHAR4Assigned to domainLGORT
VORSTEUSControl Key QSTEUSCHAR4Assigned to domainSTEUS
PMETHODEInspection Method QPMETHODECHAR8Assigned to domainALPHAQPMETHODEPMT
KURZTEXTShort Text QKURZTEXTCHAR40QKURZTEXT
VERWMERKMMaster Inspection Characteristics QMERKNRCHAR8Assigned to domainALPHAQMERKNRPMK
ENTSTEHDATDate of Inspection Point Creation QENTDATPPDATS8DATUM
LAGORTCHRGStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
STAT02Partial Lots Exist QKZQALTCHAR1QKZ
STAT07Inspection with Inspection Points QKZFERTPRFCHAR1QKZ
STAT13Inspection Point Type QPPKTTYPCHAR1QPPKTTYP
STAT35Usage Decision Has Been Made QSTAT35CHAR1QKZ
OFFENNLZMKNumber of Outstanding Short-Term Chars Which Require Conf. QOFFENLZMKINT25INT2
OFFEN_LZMKNumber of Outstanding Long-Term Chars Which Require Conf. QOFFELZMKINT25INT2
SLWBEZIdentification for the Inspection Point Field Combination QSLWBEZCHAR3Assigned to domainQSLWBEZQBK

Key field Non-key field



How do I retrieve data from SAP structure QELSINFO using ABAP code?

As QELSINFO is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on QELSINFO as there is no data to select.

How to access SAP table QELSINFO

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