FTI_INT_INSTR_DATA SAP (Interest-Bearing Instr. Analysis: Main ALV Display Structure) Structure details

Dictionary Type: Structure
Description: Interest-Bearing Instr. Analysis: Main ALV Display Structure




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




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

FTI_INT_INSTR_DATA 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 "Interest-Bearing Instr. Analysis: Main ALV Display Structure" 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_INT_INSTR_DATA TYPE FTI_INT_INSTR_DATA.

The FTI_INT_INSTR_DATA table consists of various fields, each holding specific information or linking keys about Interest-Bearing Instr. Analysis: Main ALV Display Structure data available in SAP. These include SBWHR (Position Currency (Currency of Position Amount)), INT_CAT (Interest Category), GSART (Product Type), CNTRY_COMP (Country of Registered Office of Business Partner).. 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_INT_INSTR_DATA 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
ACTIVE_PASSIVEAssets/Liabilities Indicator FTI_ASSLIAB_INDCHAR1FTI_ASSLIAB_IND
SBWHRPosition Currency (Currency of Position Amount) SBWHRCUKY5Assigned to domainWAERS
INT_CATInterest Category FTI_INTTYPECHAR1FTI_INTEREST_TYPE
GSARTProduct Type VVSARTCHAR3Assigned to domainVVSARTSANVVSART_APPL_BAS
CNTRY_COMPCountry of Registered Office of Business Partner FTI_LANDBPCHAR3Assigned to domainLAND1
MED_EFF_INT_RATEAverage Effective Interest Rate (Nominal Weighted) FTI_MED_EFF_INTDEC10(7) DEC3_7
ERR_EFF_INTRelative Excluded Nominal Amount in Percent FTI_ERR_PERCDEC5(2) DEC3_2
ICON_EFF_INTIcon: Relative Excluded Nominal Amount ICON_ERROR_RATECHAR132SYCHAR132
MED_INT_RATEAverage Nominal Interest Rate (Nominal Weighted) FTI_MED_INT_RATEDEC10(7) DECV3_7
ERR_INT_RATERelative Excluded Nominal Amount in Percent FTI_ERR_PERCDEC5(2) DEC3_2
ICON_INT_RATEIcon: Relative Excluded Nominal Amount ICON_ERROR_RATECHAR132SYCHAR132
MED_MAC_DURAverage Macaulay Duration (Nominal Weighted) FTI_MED_MAC_DURATIONDEC12(3) DEC9_3SIGN
ERR_MAC_DURRelative Excluded Nominal Amount in Percent FTI_ERR_PERCDEC5(2) DEC3_2
ICON_MAC_DURIcon: Relative Excluded Nominal Amount ICON_ERROR_RATECHAR132SYCHAR132
MED_MOD_DURAverage Modified Duration (Nominal Weighted) FTI_MED_MOD_DURATIONDEC12(3) DEC9_3SIGN
ERR_MOD_DURRelative Excluded Nominal Amount in Percent FTI_ERR_PERCDEC5(2) DEC3_2
ICON_MOD_DURIcon: Relative Excluded Nominal Amount ICON_ERROR_RATECHAR132SYCHAR132
CLEAN_PRICE_DCClean Price in Display Currency from Position Currency TV_CLEAN_PRICE_DCCURR17(2) T_PRESVAL
ERR_CLN_PRCRelative Excluded Nominal Amount in Percent FTI_ERR_PERCDEC5(2) DEC3_2
ICON_CLN_PRCIcon: Relative Excluded Nominal Amount ICON_ERROR_RATECHAR132SYCHAR132
NPV_DCRM NPV in Display Currency from Position Currency TV_NPV_DCCURR15(2) WERTV8_TR
ERR_NPV_DCRelative Excluded Nominal Amount in Percent FTI_ERR_PERCDEC5(2) DEC3_2
ICON_NPV_DCIcon: Relative Excluded Nominal Amount ICON_ERROR_RATECHAR132SYCHAR132
NOMINAL_AMT_DCNominal Amount in Display Currency FTI_NOMINAL_AMT_DCCURR21(2) TPM_AMOUNT
BOOK_VAL_DCBook Value in Display Currency (From Position Currency) FTI_BOOK_VAL_DCCURR21(2) TPM_AMOUNT
AMAQU_VAL_DCAmortized Acquisition Value in Display Currency (From PC) FTI_AMAQU_VAL_DCCURR21(2) TPM_AMOUNT
AQU_VAL_DCAcquisition Value in Display Currency (From Position Crcy) FTI_AQU_VAL_DCCURR21(2) TPM_AMOUNT
ANZGWDisplay Currency FTI_ANZGWCUKY5Assigned to domainWAERSFFZ
COLOR_LINENot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
ICON_SUBTOTALSubtotal Icon ICON_SUBTOTALCHAR132SYCHAR132

Key field Non-key field



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

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

How to access SAP table FTI_INT_INSTR_DATA

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