SAP Reports / Programs | Financials | Financial Supply Chain Management | Transaction Management(FIN-FSCM-TRM-TM-TR) SAP FIN

IFTR_CL_FTR_FC_FEE_IMP SAP ABAP INCLUDE - IFTRCLFTRFCFEEIMP







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT IFTR_CL_FTR_FC_FEE_IMP. "Basic submit
SUBMIT IFTR_CL_FTR_FC_FEE_IMP AND RETURN. "Return to original report after report execution complete
SUBMIT IFTR_CL_FTR_FC_FEE_IMP VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include IFTR_CL_FTR_FC_FEE_IMP


INCLUDES used within this REPORT IFTR_CL_FTR_FC_FEE_IMP

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name IFTR_CL_FTR_FC_FEE_IMP or its description.