QPLEXT_INSP_HEADER SAP (External Inspection Document) Structure details

Dictionary Type: Structure
Description: External Inspection Document




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




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

QPLEXT_INSP_HEADER 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 "External Inspection Document" 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_QPLEXT_INSP_HEADER TYPE QPLEXT_INSP_HEADER.

The QPLEXT_INSP_HEADER table consists of various fields, each holding specific information or linking keys about External Inspection Document data available in SAP. These include ART (Inspection Type), HERKUNFT (Inspection Lot Origin), ERSTELLER (Name of User Who Created the Data Record), ERSTELZEIT_UTC (Time of Creation (UTC Time Stamp YYYYMMDDhhmmss)).. 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: Cannot Be Enhanced


SAP QPLEXT_INSP_HEADER 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
WERKPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
ARTInspection Type QPARTCHAR8Assigned to domainQPARTQLA
HERKUNFTInspection Lot Origin QHERKCHAR2Assigned to domainQHERKQHK
ERSTELLERName of User Who Created the Data Record QERSTELLERCHAR12QAENDERER
ERSTELZEIT_UTCTime of Creation (UTC Time Stamp YYYYMMDDhhmmss) QENTSTZEITUTCDEC15TSTPSQTSTAMPUTC
INSP_DOC_NUMBERInspection Document Number from External System QINSP_DOC_NUMBERCHAR30QPLEXT_INSP_DOC_NUMBER
LOG_SYSTEMLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
PRUEFLOSInspection Lot Number QPLOSNUMC12Assigned to domainQPLOSQLSQALS
PLNTYTask List Type PLNTYCHAR1Assigned to domainPLNTYPTYH_TCA01
PLNNRKey for Task List Group PLNNRCHAR8ALPHAPLNNRPLNPLKS
PLNALGroup Counter PLNALCHAR2ALPHAALTNRPAL
KUNNRCustomer (Ship-To Party) QKUNWECHAR10Assigned to domainALPHAKUNNRDEBI
LIFNRVendor Account Number ELIFNCHAR10Assigned to domainALPHALIFNRLIFKRED_C
HERSTELLERNumber of Manufacturer QLIFNRCHAR10Assigned to domainALPHALIFNRLIF
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MATNR_EXTLong Material Number for MATERIAL Field MGV_MATERIAL_EXTERNALCHAR40MATNR_EXT
MATNR_VERSVersion Number for MATERIAL Field MGV_MATERIAL_VERSIONCHAR10MATNWMATNR_VERS
MATNR_GUIDExternal GUID for MATERIAL Field MGV_MATERIAL_GUIDCHAR32MATNR_EGUID
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
WERKVORGPlant Where Stock for Inspection Lot Is Held QWERKVORGCHAR4Assigned to domainWERKS
LAGORTVORGStorage Location for Inspection Lot Stock QLGORTVORGCHAR4Assigned to domainLGORT
LGNUMWarehouse Number / Warehouse Complex LGNUMCHAR3Assigned to domainLGNUMLGN
LS_VBELNDelivery VBELN_VLCHAR10Assigned to domainALPHAVBELNVL
LS_POSNRDelivery Item POSNR_VLNUMC6Assigned to domainPOSNR
SPRACHELanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
LOSMENGEInspection Lot Quantity QLOSMENGEQUAN13(3) QMENGEPLOS
MENGENEINHBase Unit of Measure for The Inspection Lot Quantity QLOSMENGEHUNIT3Assigned to domainCUNITMEINS
GESSTICHPRSample Size QGESTICHQUAN13(3) QMENGEPLOS
EINHPROBEBase Unit of Measure for the Sample Unit QPROBEMGEHUNIT3Assigned to domainCUNITMEINS
GESSTICHPR_EXTSample Size from External System QGESTICH_EXTQUAN13(3) QPLEXT_PROBEMNG
EINHPROBE_EXTUnit of Measure of External Sample QPROBEMGEH_EXTUNIT3Assigned to domainCUNITQPLEXT_PROBEMGEH
PRIO_PUNKTEPriority Points QPRIO_PUNKTEINT410QPLEXT_PRIOP

Key field Non-key field



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

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

How to access SAP table QPLEXT_INSP_HEADER

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