QPLEXT_INSP_SAMPLE SAP (External Sample Data) Structure details

Dictionary Type: Structure
Description: External Sample Data




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




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

QPLEXT_INSP_SAMPLE 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 Sample Data" 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_SAMPLE TYPE QPLEXT_INSP_SAMPLE.

The QPLEXT_INSP_SAMPLE table consists of various fields, each holding specific information or linking keys about External Sample Data data available in SAP. These include PRART (Physical-Sample Type), PRTYP (Sample Category), GBTYP (Physical-Sample Container), MENGE (Size of the Physical Sample).. 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_SAMPLE 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
PHYNRPhysical Sample Number QPHYSPRNRCHAR12Assigned to domainALPHAQPHYSPRNRQPN
PRARTPhysical-Sample Type QPRARTCHAR2QPRART
PRTYPSample Category QPRTYPCHAR1Assigned to domainQPRTYP
GBTYPPhysical-Sample Container QGEBINDETCHAR6QGEBINDET
MENGESize of the Physical Sample QPHYSPRUMQUAN13(3) QMENGEPLOS
MEINHUnit of Measure for Physical Sample Size QPHYSPRMEUNIT3Assigned to domainCUNITMEINS
KTEXTShort Text for Physical Sample QTEXT_PRSCHAR80TEXT80
GEBEHLot Container QGEBEHUNIT3Assigned to domainCUNITMEINS
AENNALast User who Changed the Physical-Sample Record QPRS_AENCHAR12QAENDERER
ENTORTLocation of Sample Drawing (Functional Location) QPRSENTORTCHAR30Assigned to domainTPLNRTPLNRIFLM
INFEORTDescription of Sample-Drawing Location QPRSINFEORTCHAR60CHAR60
BEARBEITERProcessor Responsible for the Sample, Sample Taker QPRSBEARBEITERCHAR20CHAR20
ERSTELZEIT_UTCTime of Creation (UTC Time Stamp YYYYMMDDhhmmss) QENTSTZEITUTCDEC15TSTPSQTSTAMPUTC
ENTNAHMZEIT_UTCTime of Sample Drawing (UTC Time Stamp YYYYMMDDhhmmss) QENTNZEITUTCDEC15TSTPSQTSTAMPUTC
LABORWork Center (Laboratory) QLABORCHAR8QPLEXT_PRPLATZ
ACTION_CODEProcessing Indicator - Sample QACT_CODE_SAMPLECHAR2QPLEXT_ACTION_IND_SAMPLE

Key field Non-key field



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

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

How to access SAP table QPLEXT_INSP_SAMPLE

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