TQ90 SAP (QM Handheld: Applications) Table details

Dictionary Type: Table
Description: QM Handheld: Applications




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




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

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

The TQ90 table consists of various fields, each holding specific information or linking keys about QM Handheld: Applications data available in SAP. These include HHANW (Mobile Application), CHAR_TYPE_01 (Quantitative Characteristics), CHAR_TYPE_02 (Qualitative Characteristic with Characteristic Attributes), CHAR_TYPE_03 (Qualitative Characteristic, Number of Nonconforming Units).. 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: Not classified

Text table = TQ90T


SAP TQ90 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
HHANWMobile Application QEHHANWDCHAR6QEHHANWD
CHAR_TYPE_01Quantitative Characteristics QCHAR_TYPE01CHAR1QKZ
CHAR_TYPE_02Qualitative Characteristic with Characteristic Attributes QCHAR_TYPE02CHAR1QKZ
CHAR_TYPE_03Qualitative Characteristic, Number of Nonconforming Units QCHAR_TYPE03CHAR1QKZ
CHAR_TYPE_04Qualitative Characteristic, Number of Defects QCHAR_TYPE04CHAR1QKZ
CLASSESClassed Recording QCLASSESCHAR1QKZ
NO_RECORDINGNo Characteristic Recording QNO_RECORDINGCHAR1QKZ
CHAR_RESCharacteristic Results QCHARRESCHAR1QKZ
SAMPLE_RESSample Results QSAMPLERESCHAR1QKZ
SINGLE_RESSingle Results QSINGLERESCHAR1QKZ
SAMPLESSamples Supported QTSTICHPROHHCHAR1QKZ
INSP_POINTInspection Points Supported QKZRASTHHCHAR1QKZ
RES_ORGData Origin for Results Confirmation QERGDATHHHCHAR2TQ73QERGDATH
AUTO_CLOSEAutomatically Close Characteristics QAUTOCLOSECHAR1QKZ

Key field Non-key field



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

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

SELECT SINGLE *
FROM TQ90
INTO CORRESPONDING FIELDS OF WA_TQ90
WHERE...

How to access SAP table TQ90

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