THXS_HEDGE_TRL_FLOWS SAP (Structure for trl flows in hedge) Structure details

Dictionary Type: Structure
Description: Structure for trl flows in hedge




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




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

THXS_HEDGE_TRL_FLOWS 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 trl flows in hedge" 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_THXS_HEDGE_TRL_FLOWS TYPE THXS_HEDGE_TRL_FLOWS.

The THXS_HEDGE_TRL_FLOWS table consists of various fields, each holding specific information or linking keys about Structure for trl flows in hedge data available in SAP. These include HREL_NUMBER (Hedging Relationship Number (External/Internal)), HREL_FISCAL_YEAR (Fiscal Year), HREL_DESCR (Hedging Relationship Description), HITEM_OID (Globally Unique Identifier).. 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 THXS_HEDGE_TRL_FLOWS 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
HREL_OIDGlobally Unique Identifier OS_GUIDRAW16SYSUUID
HREL_NUMBERHedging Relationship Number (External/Internal) TPM_HREL_NUMBERCHAR10ALPHATPM_HREL_NUMBER
HREL_FISCAL_YEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
HREL_DESCRHedging Relationship Description TPM_HREL_DESCRCHAR60TPM_HREL_DESCR
HITEM_OIDGlobally Unique Identifier OS_GUIDRAW16SYSUUID
HITEM_NUMBERHedged Item Number TPM_HITEM_NUMBERCHAR10ALPHATPM_HITEM_NUMBER
HITEM_FISCAL_YEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
HITEM_DESCRHedged Item Description TPM_HITEM_DESCRCHAR60TPM_HITEM_DESCR
HINST_OIDGlobally Unique Identifier OS_GUIDRAW16SYSUUID
HINST_NUMBERHedging Instrument Number TPM_HINST_NUMBERCHAR10ALPHATPM_HINST_NUMBER
HINST_FISCAL_YEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
HINST_DESCRHedging Instrument Description TPM_HINST_DESCRCHAR60TPM_HINST_DESCR
TRLDATETreasury Ledger Date TPM_TRLDATEDATS8DATUM
BUSTRANSCATBusiness Transaction Category TPM_BUSTRANSCATNUMC4Assigned to domainTPM_BUSTRANSCAT
BUSTRANSCAT_TName of Business Transaction Category TPM_BUSTRANSCAT_TEXTCHAR60TPM_DESCRIPTION
UNITSUnits TPM_UNITSDEC22(6) TPM_UNITS
NOMINAL_AMTNominal Amount TPM_NOMINAL_AMTCURR21(2) TPM_AMOUNT
NOMINAL_ORG_AMTOriginal Nominal Amount in Position Currency TPM_NOMINAL_ORG_AMTCURR21(2) TPM_AMOUNT
NOMINAL_CURRNominal Currency TPM_NOMINAL_CURRCUKY5Assigned to domainWAERS
BUSTRANSIDIdentifier of the Distributor Business Transaction TPM_BUSTRANSIDRAW16SYSUUID
BOOKING_STATEPosting Status Treasury Ledger Business Transaction TPM_TRL_BOOKINGSTATECHAR1TRLBSTPM_TRL_BOOKINGSTATE
QUANT_CATPosition Change Category: Quantity TPM_QTY_PM_CATCHAR4TPM_QTY_PM_CAT
REFBUSTRANSIDBusiness Transaction ID of Reference Business Transaction TPM_REFBUSTRANSIDRAW16SYSUUID
TRANSACTION_OIDObject Identity in Database Format TPM_DB_OS_GUIDCHAR32TPM_DB_OS_GUID
FLOWNUMBERNumber of a Distributor Flow TPM_TRDFLOWNRINT410TPM_TRDFLOWNR
FLOWTYPEUpdate Type TPM_DIS_FLOWTYPECHAR8Assigned to domainTPM_DIS_FLOWTYPE
FLOWTYPE_TUpdate Type Text TPM_DFT_TEXTCHAR60TPM_DESCRIPTION
VALUATION_AREAValuation Area TPM_VAL_AREACHAR3Assigned to domainTPM_VAL_AREATPM_VAL_AREATRG_VALUATION_AREA

Key field Non-key field



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

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

How to access SAP table THXS_HEDGE_TRL_FLOWS

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