FTI_LDB_TR_THX_HEDGE_ITEM_INST SAP (Treasury: New hedge, items and instruments details (->LDB)) Structure details

Dictionary Type: Structure
Description: Treasury: New hedge, items and instruments details (->LDB)




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




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

FTI_LDB_TR_THX_HEDGE_ITEM_INST 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 "Treasury: New hedge, items and instruments details (->LDB)" 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_FTI_LDB_TR_THX_HEDGE_ITEM_INST TYPE FTI_LDB_TR_THX_HEDGE_ITEM_INST.

The FTI_LDB_TR_THX_HEDGE_ITEM_INST table consists of various fields, each holding specific information or linking keys about Treasury: New hedge, items and instruments details (->LDB) data available in SAP. These include HREL_NUMBER (Hedging Relationship Number (External/Internal)), TR_ACC_CODE (Accounting Code), FISCAL_YEAR (Fiscal Year), FLAG_HINST_HITEM (New Hedge: Flag to identify Hitem/Hinst ( -> LDB )).. 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 FTI_LDB_TR_THX_HEDGE_ITEM_INST 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
HREL_NUMBERHedging Relationship Number (External/Internal) TPM_HREL_NUMBERCHAR10ALPHATPM_HREL_NUMBER
TR_ACC_CODEAccounting Code TPM_ACC_CODECHAR4Assigned to domainTPM_ACC_CODETPM_TACTRG_ACC_CODE
FISCAL_YEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
FLAG_HINST_HITEMNew Hedge: Flag to identify Hitem/Hinst ( -> LDB ) FTI_LDB_HDG_FLGNUMC1FTI_LDB_HDG_FLG
HINST_NUMBERHedging Instrument Number TPM_HINST_NUMBERCHAR10ALPHATPM_HINST_NUMBER
HITEM_NUMBERHedged Item Number TPM_HITEM_NUMBERCHAR10ALPHATPM_HITEM_NUMBER
HITEM_CATEGORYHedged Item Category TPM_HITEM_CATEGORYCHAR2TPM_HITEM_CATEGORY
STARTDATEHedged Item Start Date TPM_HITEM_START_DATEDATS8DATS
PL_ENDDATEHedged Item Planned End Date TPM_HITEM_PLAN_END_DATEDATS8DATS
ENDDATEHedged Item End Date TPM_HITEM_END_DATEDATS8DATS
POS_UUIDObject Identity in Database Format TPM_DB_OS_GUIDCHAR32TPM_DB_OS_GUID
SUBPOS_UUIDObject Identity in Database Format TPM_DB_OS_GUIDCHAR32TPM_DB_OS_GUID
COMP_CDCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
VAL_AREAValuation Area TPM_VAL_AREACHAR3Assigned to domainTPM_VAL_AREATPM_VAL_AREATRG_VALUATION_AREA
SECIDSecurity ID Number VVRANLWCHAR13Assigned to domainALPHAWP_RANLRANSECURITY_F4
SEC_ACSecurities Account RLDEPOCHAR10Assigned to domainRLDEPODEPACC_CCD_CORE
SEC_AC_GRPSecurities Account Group TPM_SEC_ACCT_GRPCHAR10Assigned to domainTPM_SEC_ACCT_GRPTPM_SHPL_SEC_ACC_GRP
PORTFOLIOPortfolio as Differentiation Characteristic TPM_PORTFOLIO_DIFFCHAR10Assigned to domainRPORTB
DEAL_NUMBERFinancial Transaction TB_RFHACHAR13Assigned to domainALPHAT_RFHAFANVTBA
DES_UNITSUnits TPM_UNITSDEC22(6) TPM_UNITS
DES_NOMINAL_AMTNominal Amount TPM_NOMINAL_AMTCURR21(2) TPM_AMOUNT
DES_NOMINAL_ORG_AMTOriginal Nominal Amount in Position Currency TPM_NOMINAL_ORG_AMTCURR21(2) TPM_AMOUNT
NOMINAL_CURRNominal Currency TPM_NOMINAL_CURRCUKY5Assigned to domainWAERS

Key field Non-key field



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

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

How to access SAP table FTI_LDB_TR_THX_HEDGE_ITEM_INST

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