QELOS SAP (Information: Inspection Lot with Subcomponent) Structure details

Dictionary Type: Structure
Description: Information: Inspection Lot with Subcomponent




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




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

QELOS 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: Inspection Lot with Subcomponent" 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_QELOS TYPE QELOS.

The QELOS table consists of various fields, each holding specific information or linking keys about Information: Inspection Lot with Subcomponent 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 (Deep)


SAP QELOS 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
LSINFO 0
PRUEFLOSInspection Lot Number QPLOSNUMC12QPLOSQLSQALS
MATNRMaterial Number MATNRCHAR18MATN1MATNRMATS_MAT1
CHARGBatch Number CHARG_DCHAR10CHARGCHA
ARTInspection Type QPARTCHAR8QPARTQLA
ENSTEHDATDate of Lot Creation QENTSTDATS8DATUM
PASTRTERMInspection Start Date QPRSTARTDATS8DATUM
PAENDTERMEnd Date of the Inspection QPRENDEDATS8DATUM
AUFNROrder Number AUFNRCHAR12ALPHAAUFNRANR
LS_KDAUFSales Order Number KDAUFCHAR10ALPHAVBELNAUN
KUNNRCustomer (Ship-To Party) QKUNWECHAR10ALPHAKUNNRDEBI
LIFNRVendor Account Number ELIFNCHAR10ALPHALIFNRLIFKRED_C
HERSTELLERNumber of Manufacturer QLIFNRCHAR10ALPHALIFNRLIF
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 QLGORTVORGCHAR4LGORT
VORSTEUSControl Key QSTEUSCHAR4STEUS
PMETHODEInspection Method QPMETHODECHAR8ALPHAQPMETHODEPMT
KURZTEXTShort Text QKURZTEXTCHAR40QKURZTEXT
VERWMERKMMaster Inspection Characteristics QMERKNRCHAR8ALPHAQMERKNRPMK
ENTSTEHDATDate of Inspection Point Creation QENTDATPPDATS8DATUM
LAGORTCHRGStorage Location LGORT_DCHAR4LGORTLAG
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 QSLWBEZCHAR3QSLWBEZQBK
TLINFOTAB 0
VORGTAB 0
MK_OFFENNatural Number INT4INT410INT4

Key field Non-key field



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

As QELOS 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 QELOS as there is no data to select.

How to access SAP table QELOS

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