QDQLHIS SAP (Output structure of dynamic modification history) Structure details

Dictionary Type: Structure
Description: Output structure of dynamic modification history




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




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

QDQLHIS 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 "Output structure of dynamic modification history" 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_QDQLHIS TYPE QDQLHIS.

The QDQLHIS table consists of various fields, each holding specific information or linking keys about Output structure of dynamic modification history data available in SAP. These include ERSTELZEIT (Time of Lot Creation), PRUEFLOS (Inspection Lot Number), ART (Inspection Type), HERKUNFT (Inspection Lot Origin).. 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: Can be enhanced (character-type or numeric)


SAP QDQLHIS 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
ERSTELLDATDate on Which the Data Record Was Created QDATUMERSTDATS8DATUM
ERSTELZEITTime of Lot Creation QERSTEZEITTIMS6QZEIT
PRUEFLOSInspection Lot Number QPLOSNUMC12Assigned to domainQPLOSQLSQALS
ARTInspection Type QPARTCHAR8Assigned to domainQPARTQLA
HERKUNFTInspection Lot Origin QHERKCHAR2Assigned to domainQHERKQHK
LOSMENGEInspection Lot Quantity QLOSMENGEQUAN13(3) QMENGEPLOS
MENGENEINHBase Unit of Measure for the Sample Unit QPROBEMGEHUNIT3Assigned to domainCUNITMEINS
LMENGEISTActual Lot Quantity QLMENGEISTQUAN13(3) QMENGEPLOS
GESSTICHPRSample Size QGESTICHQUAN13(3) QMENGEPLOS
EINHPROBEBase Unit of Measure for the Sample Unit QPROBEMGEHUNIT3Assigned to domainCUNITMEINS
KZSKIPLOTLot Skipped QKZSKIPLOTCHAR1QKZ
DYNSkips Allowed QDYNCHAR1QKZ
KZDYNERFDynamic Modification Is Carried Out QKZDYNERFCHAR1QKZ
DYNHEADLevel at Which Dynamic Modification Parameters Are Defined QDYNHEADCHAR1Assigned to domainQDYNHEAD
PRSTUFEInspection Stage QPRSTUFENUMC4Assigned to domainQPRSTUFE
PRSTUFTEXTText Field: Inspection Stage QTXTPRSTUFCHAR40QKURZTEXT
PRSCHAERFEInspection Severity QPRSCHAERFNUMC3Assigned to domainQPRSCHAERF
PRSCHTEXTText Field: Inspection Severity QTXTPRSCHCHAR40QKURZTEXT
STAT35Usage Decision Has Been Made QSTAT35CHAR1QKZ
VBEWERTUNGCode Valuation QBEWERTUNGCHAR1QBEWERTUNG
BEWERTUNGText Field: Dynamic Modification Valuation QTXTDYNBWCHAR12QTXT12

Key field Non-key field



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

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

How to access SAP table QDQLHIS

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