IFTR_CL_FTR_FC_FEE_IMP is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter IFTR_CL_FTR_FC_FEE_IMP into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: Include IFTR_CL_FTR_FC_FEE_IMP
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TB_PRODUCTTYPE_CHECK call function 'TB_PRODUCTTYPE_CHECK' exporting application = appl_mm producttype = pi_producttype producttype_int = pcat_fc exceptions application = 1 producttype = 2 producttype_int = 3 others = 4.
TB_DEALTYPE_CHECK call function 'TB_DEALTYPE_CHECK' exporting dealtype = pi_transactiontype producttype = pi_producttype importing at10_entry = l_at10 exceptions dealtype = 1 dealtype_int = 2 others = 3.
TB_CURRENCY_CHECK call function 'TB_CURRENCY_CHECK' exporting currency = pi_currency exceptions currency = 1 others = 2.
TB_PRODUCTTYPE_CHECK call function 'TB_PRODUCTTYPE_CHECK' exporting application = a_oref_appl_ctrl->a_application producttype = a_oref_appl_ctrl->a_producttype producttype_int = a_oref_appl_ctrl->a_productcategory importing tzpa_entry = l_ptype exceptions others = 1.
DD_DOMVALUE_TEXT_GET call function 'DD_DOMVALUE_TEXT_GET' exporting domname = 'T_PROFILECAT' value = l_dd_descr-domvalue_l importing dd07v_wa = l_dd_descr.
TB_AT11_SELECT call function 'TB_AT11_SELECT' exporting application = appl_mm dealtype = a_oref_appl_ctrl->a_transactiontype group = group_fc producttype = a_oref_appl_ctrl->a_producttype tables selected_values = l_tab_condtype types = l_tab_condcat.
FTR_CONDCAT_GET_TEXT call function 'FTR_CONDCAT_GET_TEXT' exporting pi_condclass = bkklas_trans pi_condcat = pi_condcat importing pe_condcat_text = l_condcat_text exceptions others = 0.
TB_AT13_GET_VALUES call function 'TB_AT13_GET_VALUES' exporting pi_application = a_oref_appl_ctrl->a_application pi_transactiontype = a_oref_appl_ctrl->a_transactiontype pi_producttype = a_oref_appl_ctrl->a_producttype pi_flowclassification = bkklas_trans tables pi_tab_flowcat_id = l_tab_flowcat pe_tab_flowtype = l_tab_flowtype exceptions no_flowtype_found = 1.
FTR_CONDCAT_GET_TEXT call function 'FTR_CONDCAT_GET_TEXT' exporting pi_condclass = bkklas_trans pi_condcat = pi_flowcat importing pe_condcat_text = l_flowcat_text exceptions others = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
IFTR_CL_FTR_FC_FEE_IMP - IFTRCLFTRFCFEEIMP IFTR_CL_FTR_FC_FEE_DEF - IFTRCLFTRFCFEEDEF IFTR_CL_FTR_FC_APPL_IMP - Include IFTR_CL_FTR_FC_APPL_IMP IFTR_CL_FTR_FC_APPL_DEF - Include IFTR_CL_FTR_FC_APPL_DEF IFTR_CL_FTR_CF_MMIRATE_IMP - Include IFTR_CL_FTR_CF_MMIRATE_IMP IFTR_CL_FTR_CF_MMIRATE_DEF - Include IFTR_CL_FTR_CF_MMIRATE_DEF