TQ56 SAP (Definition of quality score classes) Table details

Dictionary Type: Table
Description: Definition of quality score classes




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




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

TQ56 is a standard SAP Table which is used to store Definition of quality score classes data and is available within R/3 SAP systems depending on the version and release level.

The TQ56 table consists of various fields, each holding specific information or linking keys about Definition of quality score classes data available in SAP. These include QKZDEF (Definition of Quality Score Classes), OBGRKL_A (Upper Limit of Quality Score Class A), UNGRKL_A (Lower Limit of Quality Score Class A), OBGRKL_B (Upper Limit of Quality Score Class B).. 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

Text table = TQ56T


SAP TQ56 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
QKZDEFDefinition of Quality Score Classes QQKZDEFCHAR2QQKZDEF
OBGRKL_AUpper Limit of Quality Score Class A QOBGRKL_ADEC3QKENNZAHL
UNGRKL_ALower Limit of Quality Score Class A QUNGRKL_ADEC3QKENNZAHL
OBGRKL_BUpper Limit of Quality Score Class B QOBGRKL_BDEC3QKENNZAHL
UNGRKL_BLower Limit of Quality Score Class B QUNGRKL_BDEC3QKENNZAHL
OBGRKL_CUpper Limit of Quality Score Class C QOBGRKL_CDEC3QKENNZAHL
UNGRKL_CLower Limit of Quality Score Class C QUNGRKL_CDEC3QKENNZAHL
OBGRKL_DUpper Limit of Quality Score Class D QOBGRKL_DDEC3QKENNZAHL
UNGRKL_DLower Limit of Quality Score Class D QUNGRKL_DDEC3QKENNZAHL
OBGRKL_EUpper Limit of Quality Score Class E QOBGRKL_EDEC3QKENNZAHL
UNGRKL_ELower Limit of Quality Score Class E QUNGRKL_EDEC3QKENNZAHL
VERWENDKZIndicator: Quality Score Class Is Used QVERWENDKZCHAR1QKZ
AENDERERName of User who Most Recently Changed the Data Record QAENDERERCHAR12QAENDERER
AENDATUMDate on Which Data Record Was Changed QDATUMAENDDATS8DATUM
AENZEITTime of Last Data Record Change QAENZEITTIMS6QZEIT

Key field Non-key field



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

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

SELECT SINGLE *
FROM TQ56
INTO CORRESPONDING FIELDS OF WA_TQ56
WHERE...

How to access SAP table TQ56

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