THMHRT_MEASURE SAP (Effectiveness measurement result) Table details

Dictionary Type: Table
Description: Effectiveness measurement result




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




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

THMHRT_MEASURE is a standard SAP Table which is used to store Effectiveness measurement result data and is available within R/3 SAP systems depending on the version and release level.

The THMHRT_MEASURE table consists of various fields, each holding specific information or linking keys about Effectiveness measurement result data available in SAP. These include BUKRS (Company Code), RFHA (Financial Transaction), HEDGE_ID (Identification Number of Hedge Item), VALUATION_DATE (Valuation date of the hedging relationship).. 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_MEASURE 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
VALUATION_DATEValuation date of the hedging relationship THM_VAL_DATEDATS8DATUM
HR_VERSIONVersion of the hedging relationship THM_HR_VERSIONNUMC3THMHRT_HRTHM_HR_VERSION
CALC_TYPECalculation type THM_CALC_TYPECHAR3THMT_CALC_TYPESTHM_CALC_TYPE
POST_REASONPosting reason for the effectiveness measurement table THM_MEAS_POSTNUMC2THM_MEAS_POST
CURRENCY_DELTACurrency Key WAERSCUKY5Assigned to domainWAERSFWS
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
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

Key field Non-key field



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

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

SELECT SINGLE *
FROM THMHRT_MEASURE
INTO CORRESPONDING FIELDS OF WA_THMHRT_MEASURE
WHERE...

How to access SAP table THMHRT_MEASURE

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