TQ03 SAP (QSS: Control for Screen Texts/TABLE NOT USED (Rel. 4.6)) Pooled Table details

Dictionary Type: Pooled Table
Description: QSS: Control for Screen Texts/TABLE NOT USED (Rel. 4.6)




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




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

TQ03 is a standard SAP Pooled Table which is used to store QSS: Control for Screen Texts/TABLE NOT USED (Rel. 4.6) data and is available within R/3 SAP systems depending on the version and release level.

The TQ03 table consists of various fields, each holding specific information or linking keys about QSS: Control for Screen Texts/TABLE NOT USED (Rel. 4.6) data available in SAP. These include DYNPRO (Name of the current screen display), FLAG1 (First Indicator in Table TQ03), FLAG2 (Second Indicator in Table TQ03), FLAG3 (Third Indicator in Table TQ03).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TQ03 pooled 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
AGIDVModule Pool MPOOLCHAR40Assigned to domainPROGRAMM
DYNPROName of the current screen display PANELCHAR4PANEL
FLAG1First Indicator in Table TQ03 QTQ03KZ1CHAR1QKZ
FLAG2Second Indicator in Table TQ03 QTQ03KZ2CHAR1QKZ
FLAG3Third Indicator in Table TQ03 QTQ03KZ3CHAR1QKZ
TEXT_NRText Number of the Numbered Text QTQ03TXTCHAR3QTQ03TXT

Key field Non-key field



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

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

SELECT SINGLE *
FROM TQ03
INTO CORRESPONDING FIELDS OF WA_TQ03
WHERE...

How to access SAP table TQ03

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