FICC2F42 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 FICC2F42 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FC_TREE_DISPLAY call function 'FC_TREE_DISPLAY' exporting e_title = sy-title e_tab_struct = 'FC06LIST' e_hlp_struct = 'FC06LISTFX' e_prot = i_flg_prot et_data = cs_output-t_ldata et_list = ls_lctrl-t_list et_fdisp = ls_lctrl-t_fdisp et_kdisp = ls_lctrl-t_kdisp et_kcorr = ls_lctrl-t_kcorr et_blist = ls_lctrl-t_blist et_mdata = cs_output-t_mdata et_rcall = lt_rcall e_callback_user_command = con_callback_user_command e_callback_status = con_callback_status changing c_mcdxsave = ls_lp_mcdxsave "LPMCDX ct_work = lt_lwork ct_ffix = ls_lctrl-t_ffix ct_fused = ls_lctrl-t_fused.
FC_TREE_DISPLAY call function 'FC_TREE_DISPLAY' exporting e_title = sy-title e_hlp_struct = 'FC06LISTFX' et_mdata = cs_output-t_mdata "wes050608 changing c_mcdxsave = ls_lp_mcdxsave "LPMCDX ct_ffix = ls_lctrl-t_ffix.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.