QDPAD SAP (Online table for sampling scheme-instructions) Structure details

Dictionary Type: Structure
Description: Online table for sampling scheme-instructions




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




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

QDPAD 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 "Online table for sampling scheme-instructions" 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_QDPAD TYPE QDPAD.

The QDPAD table consists of various fields, each holding specific information or linking keys about Online table for sampling scheme-instructions data available in SAP. These include MANDT (Client), STPRPLAN (Sampling Scheme), ZAEHLPOS (Sequential Counter for Items in a Sampling Scheme), PRSCHAERFE (Inspection Severity).. 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 QDPAD 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
MANDTClient MANDTCLNT3T000MANDT
STPRPLANSampling Scheme QSTPRPLANCHAR3QDPKQSTPRPLANQSP
ZAEHLPOSSequential Counter for Items in a Sampling Scheme QZAEHLPOSINT25QDPPQDYNANZ2
PRSCHAERFEInspection Severity QPRSCHAERPNUMC3QDEPQPRSCHAERF
ZAEHLANWSeqntl Counter for Sampling Instructions in Sampling Scheme QZAEHLANWINT25QDYNANZ2
LOSUMFLot Size in Sampling Scheme QLOSUMFFLTP16(16) QLOSUMF
LOSUMFNIValue Not Initial if Set QNINITIALCHAR1QKZ
STPRUMFNumber of Sampling Units in a Sample QSTPRUMFPINT410QANZAHL4
STPRANZNumber of Samples for Independent Multiple Samples QSTPRANZ7INT13QANZAHL1
ANNAHMEZAcceptance Number QANNAHMEZPINT25QINT2NEG
RUECKWEZRejection Number QRUECKWEZPINT25QANZAHL2
ANNAHMEZ2Acceptance Number for 2nd Sample QANNAHMZP2INT25QINT2NEG
RUECKWEZ2Rejection Number for the 2nd Sample QRUECKWZP2INT25QANZAHL2
ANNAHMEZ3Acceptance Number for 3rd Sample QANNAHMZP3INT25QINT2NEG
RUECKWEZ3Rejection Number for the 3rd Sample QRUECKWZP3INT25QANZAHL2
ANNAHMEZ4Acceptance Number for 4th Sample QANNAHMZP4INT25QINT2NEG
RUECKWEZ4Rejection Number for the 4th Sample QRUECKWZP4INT25QANZAHL2
ANNAHMEZ5Acceptance Number for 5th Sample QANNAHMZP5INT25QINT2NEG
RUECKWEZ5Rejection Number for the 5th Sample QRUECKWZP5INT25QANZAHL2
ANNAHMEZ6Acceptance Number for 6th Sample QANNAHMZP6INT25QINT2NEG
RUECKWEZ6Rejection Number for the 6th Sample QRUECKWZP6INT25QANZAHL2
ANNAHMEZ7Acceptance Number for 7th Sample QANNAHMZP7INT25QINT2NEG
RUECKWEZ7Rejection Number for the 7th Sample QRUECKWZP7INT25QANZAHL2
KFAKTORK-Factor for a Variable Inspection QKFAKTORPFLTP16(16) QKFAKTOR
KFAKTORNIValue Not Initial if Set QNINITIALCHAR1QKZ
KZBUCHENUpdate indicator VBKZCHAR1VERBUCHER
TABIXField defined as in SY-TABIX TABIX_DINT410TABIX
SEL_FLGField for selecting records SEL_FLGCHAR1FLG_SEL

Key field Non-key field



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

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

How to access SAP table QDPAD

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