FTI_INT_INSTR_OUTPUT_FIELDS SAP (Output Fields for Analysis of Interest-Bearing Instruments) Structure details

Dictionary Type: Structure
Description: Output Fields for Analysis of Interest-Bearing Instruments




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




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

FTI_INT_INSTR_OUTPUT_FIELDS 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 "Output Fields for Analysis of Interest-Bearing Instruments" 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_OUTPUT_FIELDS TYPE FTI_INT_INSTR_OUTPUT_FIELDS.

The FTI_INT_INSTR_OUTPUT_FIELDS table consists of various fields, each holding specific information or linking keys about Output Fields for Analysis of Interest-Bearing Instruments data available in SAP. These include BUKRS (Company Code), DEAL_NUMBER (Position-Generating Financial Transaction), SECURITY_ID (Security ID Number), LOANS_CONTRACT (Contract Number).. 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: Cannot Be Enhanced


SAP FTI_INT_INSTR_OUTPUT_FIELDS 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
DEAL_NUMBERPosition-Generating Financial Transaction FTI_POSRFHACHAR13Assigned to domainALPHAT_RFHAFANVTBA
SECURITY_IDSecurity ID Number VVRANLWCHAR13Assigned to domainALPHAWP_RANLRANSECURITY_F4
LOANS_CONTRACTContract Number RANLCHAR13ALPHARANLRAN
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
PKONDInterest rate TV_PKONDDEC10(7) DECV3_7
PEFFZINSEffective Interest Rate FTI_EFFZINSDEC10(7) DEC3_7
SEFFMETHEffective Interest Method (Financial Mathematics) SEFFMETHNUMC1SEFFMETH
SEFFMETH_TXTText for Effective Interest Method FTI_SEFFMETH_TXTCHAR132CHAR132
SHWHRLocal Currency TB_SHWHRCUKY5Assigned to domainWAERS
SBWHRPosition Currency (Currency of Position Amount) SBWHRCUKY5Assigned to domainWAERS
ANZGWDisplay Currency FTI_ANZGWCUKY5Assigned to domainWAERSFFZ
MAC_DURATIONMacaulay Duration TV_MAC_DURATIONDEC12(3) DEC9_3SIGN
MOD_DURATIONFisher/Weil Duration TV_FISHER_WEIL_DURATIONDEC12(3) DEC9_3SIGN
CLEAN_PRICE_DCClean Price in Display Currency from Position Currency TV_CLEAN_PRICE_DCCURR17(2) T_PRESVAL
NPV_DCRM NPV in Display Currency from Position Currency TV_NPV_DCCURR15(2) WERTV8_TR
AQU_VAL_PCAcquisition Value in Position Currency FTI_AQU_VAL_PCCURR21(2) TPM_AMOUNT
AQU_VAL_LCAcquisition Value in Local Currency FTI_AQU_VAL_LCCURR21(2) TPM_AMOUNT
BOOK_VAL_PCBook Value in Position Currency FTI_BOOK_VAL_PCCURR21(2) TPM_AMOUNT
BOOK_VAL_LCBook Value in Local Currency FTI_BOOK_VAL_LCCURR21(2) TPM_AMOUNT
AMAQU_VAL_PCAmortized Acquisition Value in Position Currency FTI_AMAQU_VAL_PCCURR21(2) TPM_AMOUNT
AMAQU_VAL_LCAmortized Acquisition Value in Local Currency FTI_AMAQU_VAL_LCCURR21(2) TPM_AMOUNT
NOMINAL_AMT_PCNominal Amount in Position Currency FTI_NOMINAL_AMT_PCCURR21(2) TPM_AMOUNT
NOMINAL_AMT_DCNominal Amount in Display Currency FTI_NOMINAL_AMT_DCCURR21(2) TPM_AMOUNT
VALUATION_AREAValuation Area TPM_VAL_AREACHAR3Assigned to domainTPM_VAL_AREATPM_VAL_AREATRG_VALUATION_AREA
VALUATION_CLASSValuation Class TPM_VAL_CLASSNUMC4Assigned to domainTPM_VAL_CLASS
SECURITY_ACCOUNTSecurities Account RLDEPOCHAR10Assigned to domainRLDEPODEPACC_CCD_CORE

Key field Non-key field



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

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

How to access SAP table FTI_INT_INSTR_OUTPUT_FIELDS

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