TQ78 SAP (Status-dependent processing table for insp. characteristics) Table details

Dictionary Type: Table
Description: Status-dependent processing table for insp. characteristics




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




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

TQ78 is a standard SAP Table which is used to store Status-dependent processing table for insp. characteristics data and is available within R/3 SAP systems depending on the version and release level.

The TQ78 table consists of various fields, each holding specific information or linking keys about Status-dependent processing table for insp. characteristics data available in SAP. These include TCODE (Transaction Code), MODUS (Characteristic Filter (Processing Mode) for Inspection Chars), STAT0 (Optional Characteristic (Processing Is Optional)), STAT1 (Required Characteristic (Processing Required)).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = TQ78T


SAP TQ78 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 MANDTCLNT3Assigned to domainMANDT
TCODETransaction Code TCODECHAR20TSTCTCODETCD
MODUSCharacteristic Filter (Processing Mode) for Inspection Chars QMODECHAR4QMODEQMO
STAT0Optional Characteristic (Processing Is Optional) QSTAT0CHAR1QKZ
STAT1Required Characteristic (Processing Required) QSTAT1CHAR1QKZ
STAT4Characteristic Is Skipped QSTAT4CHAR1QKZ
STAT2Characteristic Is Being Processed QSTAT2CHAR1QKZ
STAT3Characteristic Is Valuated QSTAT3CHAR1QKZ
STAT5Characteristic Is Closed QSTAT5CHAR1QKZ
STAT7Characteristic Is Fixed (Processing Not Possible) QSTAT7CHAR1QKZ
STAT9Characteristic Is Blocked for Evaluations QSTAT9CHAR1QKZ
MBEWERTGInspection Result Valuation QMBEWERTGCHAR1QEEBEWERTG
TSTICHPRKZPartial Samples Possible QTSTICHPROCHAR1QKZUMFS
STAT6Copy Inspection Characteristic to Subsystem QSTAT6CHAR1QKZ
STATARequired Charac. when Controlling Charac. Is Accepted QSTATACHAR1QKZ
STATBRequired Charac. when Controlling Charac. is Rejected QSTATBCHAR1QKZ

Key field Non-key field



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

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

SELECT SINGLE *
FROM TQ78
INTO CORRESPONDING FIELDS OF WA_TQ78
WHERE...

How to access SAP table TQ78

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