THAS_HEDGE_REL SAP (Hedging Relationship Details (for Hedge Documentation)) Structure details

Dictionary Type: Structure
Description: Hedging Relationship Details (for Hedge Documentation)




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




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

THAS_HEDGE_REL is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Hedging Relationship Details (for Hedge Documentation)" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_THAS_HEDGE_REL TYPE THAS_HEDGE_REL.

The THAS_HEDGE_REL table consists of various fields, each holding specific information or linking keys about Hedging Relationship Details (for Hedge Documentation) data available in SAP. These include COMPANYNAME (Name of Company Code or Company), VALUATION_AREA (Valuation Area), VAL_AREA_NAME (Name of the Valuation Area), HEDGE_ID (Identification Number of Hedge Item).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP THAS_HEDGE_REL structure 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
COMPANYCODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
COMPANYNAMEName of Company Code or Company BUTXTCHAR25TEXT25
VALUATION_AREAValuation Area TPM_VAL_AREACHAR3Assigned to domainTPM_VAL_AREATPM_VAL_AREATRG_VALUATION_AREA
VAL_AREA_NAMEName of the Valuation Area TPM_VAL_AREA_NAMECHAR60TPM_DESCRIPTION
HEDGE_IDIdentification Number of Hedge Item THM_HEDGE_IDNUMC10Assigned to domainTHM_HEDGE_IDHEDGEID
HEDGE_CATHedge category THM_HEDGE_CATEGORYNUMC2THM_HEDGE_CATEGORY
HEDGE_CAT_TEXTText (30 Characters) TEXT30CHAR30TEXT30
TARGET_RATIOTarget ratio of the hedge item THM_HEDGE_RATIO_TARGETDEC5(2) THM_RATIO
ACTUAL_RATIOActual ratio of the hedge item THM_HEDGE_RATIO_ACTUALDEC5(2) THM_RATIO
PLANNERIDHedge Plan ID THM_PLANNERIDCHAR13Assigned to domainALPHATHM_PLANNERIDPLN
PLANNER_TEXTText (30 Characters) TEXT30CHAR30TEXT30
RISKCATHedge Risk Category THM_RISKCATNUMC2THM_RISKCAT
RISKCAT_TXTText (30 Characters) TEXT30CHAR30TEXT30
STARTTERMStart of Term of Hedge Plan THM_STARTTERMDATS8DATUM
ENDTERMEnd of Term of Hedge Plan THM_ENDTERMDATS8DATUM
CRUSERHedge Plan Created By THA_HP_CRUSERCHAR12SYCHAR12
CDATEHedge Plan Created on THA_HP_CRDATEDATS8DATUM
UPUSERHedge Plan Updated By THA_HP_UPUSERCHAR12SYCHAR12
UDATEHedge Plan Updated on THA_HP_UPDATEDATS8DATUM
TIMEHedge Plan Updated at THA_HP_UPTIMETIMS6UZEIT
SINGLEHEDGEIndicator: Assign All Exposures to One Single Hedge THM_SINGLEHEDGECHAR1FLAG
NOMINALNominal Amount (E-HA) THM_TRANSAMOUNTCURR17(2) THM_TRANSAMOUNT
CURRENCYNominal Amount Currency THM_TRANSCURRENCYCUKY5Assigned to domainWAERS
LOANS_CONTRACTContract Number RANLCHAR13ALPHARANLRAN
PLAN_STATUSHedge Plan Status THA_PLAN_STATUSNUMC2THA_PLAN_STATUS
HP_GROUPHedge Plan Grouping THA_GROUPCHAR30TEXT30
HP_PROGRAMHedge Plan Program THA_PROGRAMCHAR30TEXT30
VOL_DERIVATIVEDesignated volume of the derivative THM_DES_VOL_DERCURR17(2) WERTV9
CURR_DERIVATIVECurrency of the designated volume of the derivative THM_CURR_DERCUKY5Assigned to domainWAERS
HR_STARTVALDetermine hedged item's value at inception date THM_STARTVALUE_SETNUMC1THM_STARTVALUE_SET
HR_STARTVAL_TEXTText Field TEXT50CHAR50TEXT50
HR_DATEInception date of the current hedge relationship version THM_HR_DATEDATS8DATUM
STRATE-HA: Hedge Strategy THM_HRSTRATEGYNUMC4Assigned to domainTHM_HRSTRATEGY
STRAT_TXTText (30 Characters) TEXT30CHAR30TEXT30
S_DISP_HISTORYOutput Data for a Fixed-Term Deposit (PDF) TB_SDISP_TDCHAR1BOOLE
EXPOSURES 0
TRANSACTIONS 0
HR_HISTORY 0
HEDGE_DES_QTYDesignated quantity of Hedged Item THA_HEDGE_DES_QTYQUAN15(3) THA_QUANTITY
HEDGE_DES_UOMUnit of Measure for the Commodity TPM_CTY_UOMUNIT3Assigned to domainCUNITMEINS
COMMODITY_IDCommodity ID TRCO_COMM_IDCHAR18TPM_CTY_IDCOMMODITY_IDF4_CTY_ID_CORE
DESIG_QUANTITYDesignated quantity THA_DES_QUANTITYQUAN15(3) THA_QUANTITY
UNIT_OF_MEASUREUnit of Measure for the Commodity TPM_CTY_UOMUNIT3Assigned to domainCUNITMEINS
COMM_ID_DERIVCommodity ID TRCO_COMM_IDCHAR18TPM_CTY_IDCOMMODITY_IDF4_CTY_ID_CORE

Key field Non-key field



How do I retrieve data from SAP structure THAS_HEDGE_REL using ABAP code?

As THAS_HEDGE_REL is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on THAS_HEDGE_REL as there is no data to select.

How to access SAP table THAS_HEDGE_REL

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