THMHRT_HI_MEAS SAP (Fair value change of the hedge comp. in an effective hedge) Table details

Dictionary Type: Table
Description: Fair value change of the hedge comp. in an effective hedge




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




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

THMHRT_HI_MEAS is a standard SAP Table which is used to store Fair value change of the hedge comp. in an effective hedge data and is available within R/3 SAP systems depending on the version and release level.

The THMHRT_HI_MEAS table consists of various fields, each holding specific information or linking keys about Fair value change of the hedge comp. in an effective hedge data available in SAP. These include BUKRS (Company Code), RFHA (Financial Transaction), HEDGE_ID (Identification Number of Hedge Item), VALUATION_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_HI_MEAS 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_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 WAERSCUKY5Assigned to domainWAERSFWS
HI_VERSIONVersion of the measurement of a hedged item THM_REV_VERSIONNUMC3THM_HR_VERSION
CRDATECreate date of the measurment entry for the hedged item THM_HI_DATEDATS8DATUM
CRUSEREntered by TB_CRUSERCHAR12SYCHAR12
VALUATION_TIMEValuation time of the hedged item in a fair value hedge THM_HI_TIMETIMS6TIME
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
TRANSChange in fair value of the hedged item has been transferred THM_HI_TRANSINT13THM_HI_TRANS
TRANS_DATEDate of transferral of change in f.v. of hedged item THM_TRANS_DATEDATS8DATUM
TRANS_USERUser for the change in fair value of the hedged item THM_TRANS_USERCHAR12SYCHAR12
STATUSFinal transferral of THM_HI_STATUSINT13THM_HI_STATUS
STATUS_DATEDiss. date of hr. THM_DISS_DATEDATS8DATUM
FISC_YRFiscal year of document THM_FISCAL_YEARNUMC4GJAHRGJAHR
DOCNRExternal document number THM_EXT_DOCUMENTCHAR10ALPHABELNR

Key field Non-key field



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

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

SELECT SINGLE *
FROM THMHRT_HI_MEAS
INTO CORRESPONDING FIELDS OF WA_THMHRT_HI_MEAS
WHERE...

How to access SAP table THMHRT_HI_MEAS

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