FTI_TEMPL_TR_DEAL_MAIN SAP (Treasury: Transaction Reporting, Main Data (-> LDB)) Structure details

Dictionary Type: Structure
Description: Treasury: Transaction Reporting, Main Data (-> LDB)




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




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

FTI_TEMPL_TR_DEAL_MAIN 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: Transaction Reporting, Main Data (-> 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_TEMPL_TR_DEAL_MAIN TYPE FTI_TEMPL_TR_DEAL_MAIN.

The FTI_TEMPL_TR_DEAL_MAIN table consists of various fields, each holding specific information or linking keys about Treasury: Transaction Reporting, Main Data (-> LDB) data available in SAP. These include COMPANYCODE (Company Code), DEAL_NUMBER (Position-Generating Financial Transaction), SIDE (Direction of Transaction), PRODUCT_TYPE (Product Type).. 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_TEMPL_TR_DEAL_MAIN 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 MANDTCLNT3T000MANDT
COMPANYCODECompany Code BUKRSCHAR4T001BUKRSBUKC_T001
DEAL_NUMBERPosition-Generating Financial Transaction FTI_POSRFHACHAR13Assigned to domainALPHAT_RFHAFANVTBA
SIDEDirection of Transaction TB_RKONDGRNUMC1T_RKONDGR
PRODUCT_TYPEProduct Type VVSARTCHAR3TZPAVVSARTSANVVSART_APPL_BAS
TRANSACTION_TYPEFinancial Transaction Type TB_SFHAARTCHAR3AT10T_SFHAARTT02C_AT10
START_TERMStart of Term FTI_DBLFZ_DEALDATS8DATUM
END_TERMEnd of Term FTI_DELFZ_DEALDATS8DATUM
SECURITY_IDSecurity ID Number VVRANLWCHAR13Assigned to domainALPHAWP_RANLRANSECURITY_F4
EFF_INTEffective Interest Rate TB_PYIELDDEC10(7) DECV3_7
EFF_INT_METHODEffective Interest Method (Financial Mathematics) SEFFMETHNUMC1SEFFMETH

Key field Non-key field



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

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

How to access SAP table FTI_TEMPL_TR_DEAL_MAIN

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