TQREO SAP (QM: Archiving Parameter) Table details

Dictionary Type: Table
Description: QM: Archiving Parameter




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




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

TQREO is a standard SAP Table which is used to store QM: Archiving Parameter data and is available within R/3 SAP systems depending on the version and release level.

The TQREO table consists of various fields, each holding specific information or linking keys about QM: Archiving Parameter data available in SAP. These include WERK (Plant), LOS (Retention Period for QM Transaction Data on Level 1), VORGMK (Retention Period for QM Transaction Data in Level 2), PROBEN (Retention Period for QM Transaction Data on Level 3).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TQREO 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
MANDTClient MANDTCLNT3T000MANDT
WERKPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
LOSRetention Period for QM Transaction Data on Level 1 QRESQALSNUMC4QRESIDENZ
VORGMKRetention Period for QM Transaction Data in Level 2 QRESVOMKNUMC4QRESIDENZ
PROBENRetention Period for QM Transaction Data on Level 3 QRESPROBENNUMC4QRESIDENZ
DETERGRetention Period for QM Transaction Data on Level 4 QRESDETEENUMC4QRESIDENZ
STPRFMKRetention Period for Archiving Master Insp. Characs QRESQPMKNUMC4QRESIDENZ
PMETHODENRetention Period for Archiving Inspection Methods QRESQMTBNUMC4QRESIDENZ
ARCHIVRetention Period for Transaction Data in Quality Inspection QRESARCHNUMC4QRESIDENZ
QLAGEExpiry Period of Q-Level in Days QRESQDQLNUMC4QRESIDENZ
QLAGECHARGEExpiry Date of Quality Level (with Batch) in Days QRESQDQLCHNUMC4QRESIDENZ

Key field Non-key field



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

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

SELECT SINGLE *
FROM TQREO
INTO CORRESPONDING FIELDS OF WA_TQREO
WHERE...

How to access SAP table TQREO

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