TLRT_THM_RES_POS SAP (Threshold Result Position Data) Table details

Dictionary Type: Table
Description: Threshold Result Position Data




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




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

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

The TLRT_THM_RES_POS table consists of various fields, each holding specific information or linking keys about Threshold Result Position Data data available in SAP. These include OID (Globally Unique Identifier), COMPANY_CODE (Company Code), DEAL_NUMBER (Financial Transaction), SIDE (Direction of Transaction).. 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_POS 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
COMPANY_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
DEAL_NUMBERFinancial Transaction TB_RFHACHAR13Assigned to domainALPHAT_RFHAFANVTBA
SIDEDirection of Transaction TB_RKONDGRNUMC1T_RKONDGR
AVG_AMOUNTRolling Average Position FTR_THRESHOLD_AVG_AMTCURR21(2) TPM_AMOUNT
DAYS_IN_PERIODClearing Threshold Reporting Period FTR_THRESHOLD_AVG_PERIODNUMC3NUMC3
KEYDATE_AMOUNTPosition of Instrument Group at Key Date FTR_THRESHOLD_KEYDATE_AMTCURR21(2) TPM_AMOUNT
CURRENCYCurrency FTR_THRESHOLD_CURRCUKY5Assigned to domainWAERS
TIGInstrument Group (IG) FTR_THRESHOLD_INSTRUMENT_GRPNUMC4NUMC4
CHANGED_BY_BADIGeneral Flag FLAGCHAR1FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM TLRT_THM_RES_POS
INTO CORRESPONDING FIELDS OF WA_TLRT_THM_RES_POS
WHERE...

How to access SAP table TLRT_THM_RES_POS

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