THMHRT_ASS_RETRO SAP (Retrospective effectiveness assessment result) Table details

Dictionary Type: Table
Description: Retrospective effectiveness assessment result




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




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

THMHRT_ASS_RETRO is a standard SAP Table which is used to store Retrospective effectiveness assessment result data and is available within R/3 SAP systems depending on the version and release level.

The THMHRT_ASS_RETRO table consists of various fields, each holding specific information or linking keys about Retrospective effectiveness assessment result data available in SAP. These include BUKRS (Company Code), RFHA (Financial Transaction), HEDGE_ID (Identification Number of Hedge Item), TEST_DATE (Date of calculation).. 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 THMHRT_ASS_RETRO 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
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
RFHAFinancial Transaction TB_RFHACHAR13VTBFHAALPHAT_RFHAFANVTBA
HEDGE_IDIdentification Number of Hedge Item THM_HEDGE_IDNUMC10THMT_HEDGE_ITEMTHM_HEDGE_IDHEDGEID
TEST_DATEDate of calculation THM_CALCULATION_DATEDATS8DATUMKEYDATE
CALC_DATEDate of calculation THM_CALCULATION_DATEDATS8DATUMKEYDATE
HR_VERSIONVersion of the hedging relationship THM_HR_VERSIONNUMC3THMHRT_HRTHM_HR_VERSION
CALC_TYPECalculation type THM_CALC_TYPECHAR3THMT_CALC_TYPESTHM_CALC_TYPE
CURRENCY_DELTACurrency Key WAERSCUKY5TCURCWAERSFWS
DELTA_DERIVATIVEDelta in derivative cash flows THM_DELTA_DERIVATIVECURR17(2) WERTV9
SUM_DELTA_DERIVSum of delta in derivatives cash flows THM_SUM_DELTA_DERIVATIVECURR17(2) WERTV9
DELTA_HEDGEDelta in hedge item cash flows THM_DELTA_HEDGECURR17(2) WERTV9
SUM_DELTA_HEDGESum of delta in hedge item cash flows THM_SUM_DELTA_HEDGECURR17(2) WERTV9
EFFECT_RATIOEffectiveness ratio THM_EFFECTIVENESS_RATIODEC10(7) DECV3_7
TEST_RESULTNumeric 1-character NUM1NUMC1NUM1
THRESHOLDThreshold for Effectiveness Calculation in Percent THA_THRESHOLDDEC5(3) PRZ23
TRANS_SPEEDTransition Speed for Effectiveness Calculation THA_TRANS_SPEEDDEC5(2) THA_TRANS_SPEED
LOGUUIDE-HA: Detail Log UUID THA_LOGUUIDRAW16UUID
LOG_ARCHIVEDHas the log been archived? THA_LOG_ARCHIVEDCHAR1FLAG
ARCHIVE_NAMEKey for Archive File ARKEYCHAR20ARKEY
EFF_TEST_REFGlobally Unique Identifier OS_GUIDRAW16SYSUUID

Key field Non-key field



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

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

SELECT SINGLE *
FROM THMHRT_ASS_RETRO
INTO CORRESPONDING FIELDS OF WA_THMHRT_ASS_RETRO
WHERE...

How to access SAP table THMHRT_ASS_RETRO

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