TQ80O SAP (Object info parameters) Table details

Dictionary Type: Table
Description: Object info parameters




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




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

TQ80O is a standard SAP Table which is used to store Object info parameters data and is available within R/3 SAP systems depending on the version and release level.

The TQ80O table consists of various fields, each holding specific information or linking keys about Object info parameters data available in SAP. These include INFO_WIND (Parameter ID Object Info), BEZUG (Reference Object Info), CONTRACT (Display if Contract Exists), CLASS (Display Characteristics if Corresponding Class Data).. 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 or numeric)


SAP TQ80O 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
INFO_WINDParameter ID Object Info I_INFOWINDCHAR10I_INFOWIND
BEZUGReference Object Info I_BEZUGCHAR1I_BEZUG
CONTRACTDisplay if Contract Exists I_CONTRACTCHAR1XFELD
CLASSDisplay Characteristics if Corresponding Class Data I_CLASSCHAR1XFELD
SMOFNNo.of recorded notifications SMOFNDEC9MCZAEHLER
SMMABNo. of completed notifications SMMABDEC9MCZAEHLER
SABTGNo. processing days creation to completion SABTGDEC9MCZAEHLER
SGMSAUSNumber of machine breakdowns reported SGMSAUSDEC9MCZAEHLER
IAOFNPMIS: number of maintenance orders created IAOFNDEC9MCZAEHLER
IAABGPMIS: number of completed maintenance orders IAABGDEC9MCZAEHLER
PMIS_DAYSNo. of Days in the Past for PMIS Selection I_PMIS_DAYNUMC4NUM4
NOT_ANZ_OFDisplay Object Information if Outstanding Notifs Exist I_ANZ_OFNCHAR1XFELD
NOT_ANZ_ABDisplay Object Information if Completed Notifications Exist I_ANZ_ABCHAR1XFELD
NOT_SEL_ABSelect Completed Notifications I_SEL_ABCHAR1XFELD
NOT_DAYSSelection Days - For Notifications I_NOT_DAYSNUMC4NUM4
KLARTView Indicator I_KLART_EQCHAR1Assigned to domainSICHTKZ
KLART_TPDisplay indicator for view I_KLART_TPCHAR1Assigned to domainSICHTKZKAR
AUTOMATICDisplay Object Info Automatically I_INFO_AUTCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TQ80O
INTO CORRESPONDING FIELDS OF WA_TQ80O
WHERE...

How to access SAP table TQ80O

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