TQ01B SAP (Material authorization groups in quality management) Table details

Dictionary Type: Table
Description: Material authorization groups in quality management




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




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

TQ01B is a standard SAP Table which is used to store Material authorization groups in quality management data and is available within R/3 SAP systems depending on the version and release level.

The TQ01B table consists of various fields, each holding specific information or linking keys about Material authorization groups in quality management data available in SAP. These include QMATAUTH (Material Authorization Group for Activities in QM), KZGENLOS (Inspection Lot Approval), SIG_IL_RES (Digital Signature for Insp. Lot in Results Recording), SIG_IL_USA (Digital Signature for Insp. Lot when Usage Decision Made).. 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: Can be enhanced (character-type)

Text table = TQ01C


SAP TQ01B 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
QMATAUTHMaterial Authorization Group for Activities in QM QMATAUTHCHAR6QMATAUTH
KZGENLOSInspection Lot Approval QKZGENLOSCHAR1QKZGENLOS
SIG_IL_RESDigital Signature for Insp. Lot in Results Recording SIG_IL_RESCHAR1SIG_IL_RES
SIG_IL_USADigital Signature for Insp. Lot when Usage Decision Made SIG_IL_USACHAR1SIG_IL_USA
SIG_IL_SDRDigital Signature for Confirmation of Phys.-Sample Drawing SIG_IL_SDRCHAR1SIG_IL_SDR
SIGN_TYPE_RRSignature Type: Inspection Lot Results Recording SIGN_TYPE_RRCHAR1SIGN_TYPE
SIGN_TYPE_UDSignature Type: Inspection Lot Usage Decision SIGN_TYPE_UDCHAR1SIGN_TYPE_SINGLE
SIGN_TYPE_SMSignature Type: Physical-Sample Drawing SIGN_TYPE_SMCHAR1SIGN_TYPE_SINGLE
SIGNSTRAT_RRSignature Strategy: Inspection Lot Results Recording SIGNSTRAT_RRCHAR8TC85SIGNSTRAT
SIGNSTRAT_UDSignature Strategy with Individual Signature: Usage Decision SIGNSTRAT_UDCHAR8TC85SIGNSTRAT
SIGNSTRAT_SMSignature Strategy w. Ind.Signature: Physical-Sample Drawing SIGNSTRAT_SMCHAR8TC85SIGNSTRAT
REMARK_CHGRemark Can Be Changed SIGN_REMARK_CHGCHAR1SIGN_REMARK_CHG

Key field Non-key field



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

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

SELECT SINGLE *
FROM TQ01B
INTO CORRESPONDING FIELDS OF WA_TQ01B
WHERE...

How to access SAP table TQ01B

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