QIWL SAP (Transfer table for QM subsystems) Table details

Dictionary Type: Table
Description: Transfer table for QM subsystems




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




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

QIWL is a standard SAP Table which is used to store Transfer table for QM subsystems data and is available within R/3 SAP systems depending on the version and release level.

The QIWL table consists of various fields, each holding specific information or linking keys about Transfer table for QM subsystems data available in SAP. These include SUBSYS (Subsystem Identifier for QM Subsystem Interface), PRUEFLOS (Inspection Lot Number), PLNFL (Sequence), VORNR (Operation/Activity Number).. 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)


SAP QIWL 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
SUBSYSSubsystem Identifier for QM Subsystem Interface QEIFSUBSYSCHAR6QISUBQEIFSUBSYS
PRUEFLOSInspection Lot Number QPLOSNUMC12QALSQPLOSQLSQALS
PLNFLSequence PLNFOLGECHAR6ALPHAPLNFOLGE
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
PRPLATZWork Center QPRPLATZCHAR8ARBPLQAP
PRPLATZWRKPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
EINFUEGDATDate Inspection Lot Was Entered in Worklist Table QEIFEINDATDATS8DATUM
EINFUEGTIMTime Inspection Lot Was Entered in Worklist Table QEIFEINTIMTIMS6QZEIT
AENDERDATChange Date of an Inspection Lot Entry in Worklist Table QEIFCHADATDATS8DATUM
AENDERTIMChange Time of an Inspection Lot Entry in Worklist Table QEIFCHATIMTIMS6QZEIT
SENDATERSTDate of First Transfer QEIFSENDERDATS8DATUM
SENTIMERSTTime of First Transfer QEIFSETIERTIMS6QZEIT
SENDATKORDate of Correction Transfer QEIFSENDKRDATS8DATUM
SENTIMKORTime of correction transmission QEIFSETIKRTIMS6QZEIT
SENDSTATTransfer Status of QM Subsystem QEIFSTARECCHAR1QEIFSTAREC
PRUEFSTATStatus of Inspection for QM Subsystem QEIFSTAINSCHAR1QEIFSTAINS
ARTInspection Type QPARTCHAR8TQ30QPARTQLA
ENSTEHDATDate Inspection Lot Was Created for QM Subsystem Interface QEIFENTSTDATS8DATUM
HERKUNFTInspection Lot Origin QHERKCHAR2Assigned to domainQHERKQHK
VORGWERKPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
CHARGBatch Number CHARG_DCHAR10MCH1CHARGCHA
AUFNROrder Number AUFNRCHAR12AUFKALPHAAUFNRANR
LIFNRVendor Account Number ELIFNCHAR10LFA1ALPHALIFNRLIFKRED_C
KUNNRAccount Number of Customer EKUNNCHAR10KNA1ALPHAKUNNRKUN
MBLNRNumber of Material Document MBLNRCHAR10ALPHABELNRMBN

Key field Non-key field



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

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

SELECT SINGLE *
FROM QIWL
INTO CORRESPONDING FIELDS OF WA_QIWL
WHERE...

How to access SAP table QIWL

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