IFTR_CL_CF_NOMFLOW_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_CF_NOMFLOW_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_CF_NOMFLOW_IMP
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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 = flowclass_nom TABLES pi_tab_flowcat_id = l_tab_flowcat pe_tab_flowtype = l_tab_flowtype pi_tab_group = l_tab_group EXCEPTIONS OTHERS = 0.
TB_AT13_CHECK CALL FUNCTION 'TB_AT13_CHECK' EXPORTING application = a_oref_appl_ctrl->a_application dealtype = a_oref_appl_ctrl->a_transactiontype flowtype = l_flowtype group = a_oref_cf->a_cf-rkondgr producttype = a_oref_appl_ctrl->a_producttype IMPORTING entry_at19 = l_at19 TABLES types = l_tab_flowcat EXCEPTIONS flowtype_not_assigned = 1 flowtype_not_defined = 2 flowtype_wrong_group = 3 flowtype_wrong_type = 4 OTHERS = 5.
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 = flowclass_nom TABLES pi_tab_flowcat_id = l_tab_flowcat pe_tab_flowtype = l_tab_flowtype pi_tab_group = l_tab_group EXCEPTIONS no_flowtype_found = 1 OTHERS = 2.
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_CF_NOMFLOW_IMP - Include IFTR_CL_CF_NOMFLOW_IMP IFTR_CL_CF_NOMFLOW_DEF - Include IFTR_CL_CF_NOMFLOW_DEF IFTR_CL_CF_IRATE_IMP - Treasury Finanzgeschäft: Klasse für die Bearbeitung von Zinsen (Imp.) IFTR_CL_CF_IRATE_DEF - Treasury Finanzgeschäft: Klasse für die Bearbeitung von Zinsen IFTR_CL_CF_IDX_IMP - IFTRCLCFIDXIMP IFTR_CL_CF_IDX_DEF - IFTRCLCFIDXDEF