QEWW SAP (General Work Structure for Results Recording) Structure details

Dictionary Type: Structure
Description: General Work Structure for Results Recording




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




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

QEWW 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 "General Work Structure for Results Recording" 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_QEWW TYPE QEWW.

The QEWW table consists of various fields, each holding specific information or linking keys about General Work Structure for Results Recording data available in SAP. These include INSPLOT (Inspection Lot Number), INSPOPER (Inspection Lot Operation Number), INSPOPER_INT (Current Node Number from Order Counter APLZL), INSPCHAR (Insp. Lot Charac. No.).. 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: Not classified


SAP QEWW 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
INSPLOTInspection Lot Number QIBPLOSNRNUMC12Assigned to domainQPLOSQLS
INSPOPERInspection Lot Operation Number QIBPVORNRCHAR4NUMCVVORNR
INSPOPER_INTCurrent Node Number from Order Counter APLZL QLFNKNNUMC8KNTNR
INSPCHARInsp. Lot Charac. No. QIBPMERKNRNUMC4NUMC4
INSPSAMPLEInsp. Lot Sample QIBPPROBENUMC6Assigned to domainQPROBENR
UPSLRData Base Access QUPSLCHAR1QUPSL
OBJECT_NOObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
STATUS_REQSpecification Record Status QSTATUSCHAR1Assigned to domainQSTATUS
CHAR_DESCRShort Text for the Inspection Characteristic QMKKURZTXTCHAR40QKURZTEXT
CHAR_TYPECharacteristic Type QCHAR_TYPECHAR2QCHAR_TYPE
SAMPLESPartial Samples Possible QTSTICHPROCHAR1QKZUMFS
RES_NOCounter for Inspection Unit Number QSTUECKNRNUMC4QZAEHL
OBLIGATORYRequired Confirmation for Inspection Characteristic QEIFRWANGCHAR1QRZWANG
CLASSESClassed Recording QCLASSESCHAR1QKZ
NO_RECORDINGNo Characteristic Recording QNO_RECORDINGCHAR1QKZ
SINGLE_RESSingle Results QSINGLERESCHAR1QKZ
SAMPLE_RESSample Results QSAMPLERESCHAR1QKZ
CHAR_RESCharacteristic Results QCHARRESCHAR1QKZ
RES_ORGPlanned Results Data Origin QERGDATHPLCHAR2Assigned to domainQERGDATH
SCOPESample Size to Be Inspected in QM Subsystem QEIFSTUMFNUMC7NUM7
SCOPE_INDInspection Scope QPUMFKZCHAR1QPUMFKZ
SMPL_QUANTSample Unit of Measurement Factor for QM Subsystem QEIFSTPFAKNUMC6NUM6
SMPL_UNITBase Unit of Measure for the Inspection Lot QEIFMASSUNIT3Assigned to domainCUNITMEINS
MEAS_UNITUnit of Measurement (Internal Code) QMEAS_UNITCHAR6TEXT6
TARGET_VALTarget Value QTARGET_VACHAR22QIFLTP
UP_TOL_LMTUpper Tolerance Limit QUPTOL_LMTCHAR22QIFLTP
LW_TOL_LMTLower Tolerance Limit QLWTOL_LMTCHAR22QIFLTP
SEL_SET1Selected Set QSEL_SETCHAR8CHAR8
PSEL_SET1Plant for Selected Set QSEL_SET_PCHAR4CHAR4
CAT_TYPE1Catalog Type QCAT_TYPECHAR1CHAR1
CHARSPECSpecifications Display CHARSPECCHAR60CHAR60
CODE1Code QCODECHAR4Assigned to domainQCODEQCODE
CODE_GRP1Code Group QCODE_GROUCHAR8CHAR8
CLOSEDClose Characteristic or Sample QEIFABSCHLCHAR1QKZ
EVALUATEDCopy Valuation from External System QEIFBEWECHAR1QKZ
RESULTSField for Summarized Results or Single Results QEINFELDWEBCHAR200CHAR200
REMARKInspection Description for Single Value QRES_REMARCHAR40TEXT40
IND_DOCU_REQUIREDDocumentation Required for Inspection Lot QSTAT19CHAR1QKZ
READONLYField Ready for Input QREADONLYCHAR10TEXT10
HAS_FORMULACheck and Calculate Formula in QM QFORMELSLCHAR1QFORMELSL
SEPARATORSeparator for Single Values QSEPARATORCHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table QEWW

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