TQ34 SAP (Default values for inspection type) Table details

Dictionary Type: Table
Description: Default values for inspection type




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




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

TQ34 is a standard SAP Table which is used to store Default values for inspection type data and is available within R/3 SAP systems depending on the version and release level.

The TQ34 table consists of various fields, each holding specific information or linking keys about Default values for inspection type data available in SAP. These include ART (Inspection Type), PPL (Inspection with Task List), SPEZUEBER (Inspect with Material Specification), CONF (Inspection Specifications from Configuration).. 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 TQ34 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
ARTInspection Type QPARTCHAR8TQ30QPARTQLA
PPLInspection with Task List QPPLCHAR1QKZ
SPEZUEBERInspect with Material Specification QSPEZUEBERCHAR1QKZ
CONFInspection Specifications from Configuration QCONFCHAR1QKZ
TLSInspection Specifications from Batch Determination QCHARGCHAR1QKZ
APPAutomatic Specification Assignment QAPP_DCHAR1QKZ
MERInspect by Characteristics QMERKCHAR1QKZ
INSMKPost to Inspection Stock QINSMKCHAR1QKZ
AVEAutomatic Usage Decision QAVE_DCHAR1QKZ
STICHPRVERSampling Procedure QSTPRVERCHAR8Assigned to domainQSTPRVERQSV
DYNREGELDynamic Modification Rule QDYNREGELCHAR3Assigned to domainQDYNREGELQDR
SPROZInspection Percentage QSPROZDEC3DEC3
HPZ100% Inspection QHPZCHAR1QKZ
DYNSkips Allowed QDYNCHAR1QKZ
MPBEnter the Sample Manually QMPBCHAR1QKZ
MSTTrigger Sample Calculation Manually QMSTCHAR1QKZ
EINSerial Number Management Possible QEINZCHAR1QKZ
MPDAUAverage Inspection Duration QMPDAUDEC3DEC3
CHGControl of Inspection Lot Creation (Lot Summary) Q1WELOSCHAR1TQ32CQ1WELOS
QKZVERFProcedure for Calculating Quality Score QKZVERFCHAR2TQ06QKZVERF
QPMATAllowed Share of Scrap (Percent) in Inspection Lot QAUSSCHUSSDEC6(4) QPMAT
APAField Not Used as of 3.0 Field Reserved for SAP Q_UNUSED01CHAR1CHAR1
AFRInspection for Handling Unit QAFRCHAR1QKZ
MMAField Not Used as of 3.0 Field Reserved for SAP Q_UNUSED01CHAR1CHAR1
FEHField Not Used as of 3.0 Field Reserved for SAP Q_UNUSED01CHAR1CHAR1
PRFRQField Not Used as of 3.0 Field Reserved for SAP QPRFRQDEC3QPRFRQ
MS_FLAGIndicator: Multiple Specifications Q_MS_FLGCHAR1Q_MS_FLG

Key field Non-key field



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

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

SELECT SINGLE *
FROM TQ34
INTO CORRESPONDING FIELDS OF WA_TQ34
WHERE...

How to access SAP table TQ34

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