TLRT_THM_RES_TIG SAP (Threshold Result Instrument Group Data) Table details

Dictionary Type: Table
Description: Threshold Result Instrument Group Data




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




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

TLRT_THM_RES_TIG is a standard SAP Table which is used to store Threshold Result Instrument Group Data data and is available within R/3 SAP systems depending on the version and release level.

The TLRT_THM_RES_TIG table consists of various fields, each holding specific information or linking keys about Threshold Result Instrument Group Data data available in SAP. These include OID (Globally Unique Identifier), TIG (Instrument Group (IG)), AVG_AMOUNT (Rolling Average Position), THRESHOLD_AMOUNT (Clearing Threshold Values).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP TLRT_THM_RES_TIG 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
OIDGlobally Unique Identifier OS_GUIDRAW16TLRT_THM_RES_HSYSUUID
TIGInstrument Group (IG) FTR_THRESHOLD_INSTRUMENT_GRPNUMC4NUMC4
AVG_AMOUNTRolling Average Position FTR_THRESHOLD_AVG_AMTCURR21(2) TPM_AMOUNT
THRESHOLD_AMOUNTClearing Threshold Values FTR_THRESHOLD_LIMITCURR21(2) TPM_AMOUNT
UTILISATIONUtilization in % FTR_THRESHOLD_UTILDEC6(2) DECV4_2
WARNING_LEVELWarning Level FTR_THRESHOLD_WARNING_LEVELNUMC2NUMC2
AVG_PERIODClearing Threshold Reporting Period FTR_THRESHOLD_AVG_PERIODNUMC3NUMC3
AVG_CALENDERFactory calendar SKALIDCHAR2Assigned to domainWFCIDH_TFACD
TIG_UTIL_STATUSNum1 NUMC1NUMC1NUMC1
TIG_CALC_STATUSNum1 NUMC1NUMC1NUMC1
KEYDATE_AMOUNTPosition of Instrument Group at Key Date FTR_THRESHOLD_KEYDATE_AMTCURR21(2) TPM_AMOUNT
UTILISATION_KEYDUtilization at Key Date in % FTR_THRESHOLD_KEYD_UTILDEC6(2) DECV4_2
TIG_UTIL_KEYD_STATUSNum1 NUMC1NUMC1NUMC1
CURRENCYCurrency FTR_THRESHOLD_CURRCUKY5Assigned to domainWAERS

Key field Non-key field



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

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

SELECT SINGLE *
FROM TLRT_THM_RES_TIG
INTO CORRESPONDING FIELDS OF WA_TLRT_THM_RES_TIG
WHERE...

How to access SAP table TLRT_THM_RES_TIG

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