TQ79 SAP (Table with inspection point/user field combinations) Table details

Dictionary Type: Table
Description: Table with inspection point/user field combinations




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




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

TQ79 is a standard SAP Table which is used to store Table with inspection point/user field combinations data and is available within R/3 SAP systems depending on the version and release level.

The TQ79 table consists of various fields, each holding specific information or linking keys about Table with inspection point/user field combinations data available in SAP. These include SLWBEZ (Identification for the Inspection Point Field Combination), PPKTTYP (Inspection Point Type), EQUNRAKT (Field Active), TPLNRAKT (Field Active).. 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 = TQ79T


SAP TQ79 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
SLWBEZIdentification for the Inspection Point Field Combination QSLWBEZCHAR3QSLWBEZQBK
PPKTTYPInspection Point Type QPPKTTYPCHAR1QPPKTTYP
EQUNRAKTField Active QKZUSRAKTCHAR1QKZUSRAKT
TPLNRAKTField Active QKZUSRAKTCHAR1QKZUSRAKT
PHYNRAKTField Active QKZUSRAKTCHAR1QKZUSRAKT
USERC1AKTField Active QKZUSRAKTCHAR1QKZUSRAKT
USERC2AKTField Active QKZUSRAKTCHAR1QKZUSRAKT
USERN1AKTField Active QKZUSRAKTCHAR1QKZUSRAKT
USERN2AKTField Active QKZUSRAKTCHAR1QKZUSRAKT
USERD1AKTField Active QKZUSRAKTCHAR1QKZUSRAKT
USERT1AKTField Active QKZUSRAKTCHAR1QKZUSRAKT
PROBEANZNo. of Inspection Points for Characteristic Summarization QPROBEANZNUMC4NUMC4
LAST_VALIDLast Inspected Sample Is Valid QSAMPLE_LAST_VALIDCHAR1QKZ
PPVEMENGESelected Set for Inspection Point Valuation QPPVEMENGECHAR8QPAMQAUSWAHLMG
PPVEWERKPlant of Selected Set for Inspection Point Valuation QPPVEWERKCHAR4T001WWERKS
PPVECODGRACode Group for Inspection Point Valuation QPPVECODGRCHAR8QPGRQCODEGRP
PPVECODEACode for Inspection Point Valuation (Accepted) QPPVECODACHAR4QPCDQCODE
PPVECODGRRCode Group for Inspection Point Valuation QPPVECODGRCHAR8QPGRQCODEGRP
PPVECODERCode for Inspection Point Valuation (Rejected) QPPVECODRCHAR4QPCDQCODE
FUNCTION1Name of Function Module QFBNAMECHAR30TFDIRFUNCNAME
FUNCTION1_ACTFunction Module Is Used QFB_ACTIVECHAR1QKZ
FUNCTION2Name of Function Module QFBNAMECHAR30TFDIRFUNCNAME
FUNCTION2_ACTFunction Module Is Used QFB_ACTIVECHAR1QKZ
FUNCTION3Name of Function Module QFBNAMECHAR30TFDIRFUNCNAME
FUNCTION3_ACTFunction Module Is Used QFB_ACTIVECHAR1QKZ
FUNCTION4Name of Function Module QFBNAMECHAR30TFDIRFUNCNAME
FUNCTION4_ACTFunction Module Is Used QFB_ACTIVECHAR1QKZ

Key field Non-key field



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

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

SELECT SINGLE *
FROM TQ79
INTO CORRESPONDING FIELDS OF WA_TQ79
WHERE...

How to access SAP table TQ79

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