THAS_HEDGE_FROM_FX SAP (Structure for Data Collection When Creating Hedge from FX) Structure details

Dictionary Type: Structure
Description: Structure for Data Collection When Creating Hedge from FX




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




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

THAS_HEDGE_FROM_FX 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 "Structure for Data Collection When Creating Hedge from FX" 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_FROM_FX TYPE THAS_HEDGE_FROM_FX.

The THAS_HEDGE_FROM_FX table consists of various fields, each holding specific information or linking keys about Structure for Data Collection When Creating Hedge from FX data available in SAP. These include TEXT (Description of Hedge Plan), RISKCAT (Hedge Risk Category), STARTTERM (Start of Term of Hedge Plan), ENDTERM (End of Term of Hedge Plan).. 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 (character-type or numeric)


SAP THAS_HEDGE_FROM_FX 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
PLANNERIDHedge Plan ID THM_PLANNERIDCHAR13Assigned to domainALPHATHM_PLANNERIDPLN
TEXTDescription of Hedge Plan THA_PLANNERTEXTCHAR50TEXT50
RISKCATHedge Risk Category THM_RISKCATNUMC2THM_RISKCAT
STARTTERMStart of Term of Hedge Plan THM_STARTTERMDATS8DATUM
ENDTERMEnd of Term of Hedge Plan THM_ENDTERMDATS8DATUM
TEXT50Description of the Exposure Transaction THA_TRANSTEXTCHAR50TEXT50
EXPOSUREIDExposure ID THM_EXPOSUREIDNUMC5Assigned to domainTHM_EXPOSUREID
TRANSCATTransaction Category (E-HA) THM_TRANSCATNUMC2Assigned to domainTHM_TRANSCAT
TRANSACTIVITYTransaction Activity (E-HA) THM_TRANSACTNUMC2Assigned to domainTHM_TRANSACT
TRANSDATEE-HA: Date the Transaction is Related to THM_TRANS_DUEDATEDATS8TPM_POSITION_DATE
AMOUNTNominal Amount (E-HA) THM_TRANSAMOUNTCURR17(2) THM_TRANSAMOUNT
CURRENCYNominal Amount Currency THM_TRANSCURRENCYCUKY5Assigned to domainWAERS
VALID_FROMValid-From Date of the Transaction (E-Hedge Accounting) THM_TRANS_VALIDFROMDATS8TPM_POSITION_DATE
HEDGE_CATHedge category THM_HEDGE_CATEGORYNUMC2THM_HEDGE_CATEGORY
TARGET_RATIOTarget ratio of the hedge item THM_HEDGE_RATIO_TARGETDEC5(2) THM_RATIO
HEDGE_ID_ROLLRolled hedge ID THM_HED_ID_ROLLNUMC10Assigned to domainTHM_HEDGE_ID
HRSTRATEGYE-HA: Hedge Strategy THM_HRSTRATEGYNUMC4Assigned to domainTHM_HRSTRATEGY
HR_STARTVALDetermine hedged item's value at inception date THM_STARTVALUE_SETNUMC1THM_STARTVALUE_SET
VOL_HEDGE_ITEMDesignated volume of the hedge item THM_DES_VOL_HEDGECURR17(2) WERTV9
H_RFHAHypothetical transaction (hedge accounting) GE_HYPTRANSCHAR13Assigned to domainALPHAT_RFHAFANVTBA

Key field Non-key field



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

As THAS_HEDGE_FROM_FX 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_FROM_FX as there is no data to select.

How to access SAP table THAS_HEDGE_FROM_FX

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