MFMCIF03 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 MFMCIF03 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!
CLFM_CLEAR_CLASSIFICATION CALL FUNCTION 'CLFM_CLEAR_CLASSIFICATION' EXPORTING classtype = '043' object = l_object puffer_only = 'X' table = 'FMCI' EXCEPTIONS OTHERS = 0.
FM_FIPEX_DELETE_ENVIRONMENT CALL FUNCTION 'FM_FIPEX_DELETE_ENVIRONMENT' EXPORTING i_fikrs = u_t_fmmd_fmci-fikrs i_gjahr = u_t_fmmd_fmci-gjahr i_fipex = u_t_fmmd_fmci-fipex IMPORTING e_subrc = c_subrc EXCEPTIONS OTHERS = 0.
FM_COM_ITEM_GET_ALL_VARNT CALL FUNCTION 'FM_COM_ITEM_GET_ALL_VARNT' EXPORTING i_fikrs = g_f_hide-fikrs i_gjahr = g_f_hide-gjahr TABLES e_t_fmcivarnt = l_t_fmcivarnt.
FM_SET_FM_AREA CALL FUNCTION 'FM_SET_FM_AREA' EXPORTING i_flg_process_popup = u_flg_process_popup IMPORTING e_fikrs = ifmcidy-fikrs EXCEPTIONS no_fikrs_selected = 1.
FM00_READ_FM_AREA_TEXT CALL FUNCTION 'FM00_READ_FM_AREA_TEXT' EXPORTING i_fikrs = u_fikrs IMPORTING e_fitxt = c_fitxt EXCEPTIONS OTHERS = 0.
RS_TREE_LIST CALL FUNCTION 'RS_TREE_LIST' EXPORTING node_id = '000001' all = 'X' with_attributes = 'X' TABLES list = l_t_graphic_int.
FM_COM_ITEM_READ_HIER_UP CALL FUNCTION 'FM_COM_ITEM_READ_HIER_UP' EXPORTING i_fikrs = g_fikrs i_varnt = con_std_varnt i_gjahr = g_gjahr i_fipex = g_fipex TABLES t_fmhici = l_t_fmhici EXCEPTIONS error_occured = 1 OTHERS = 2.
FM_COM_ITEM_READ_SINGLE_DATA CALL FUNCTION 'FM_COM_ITEM_READ_SINGLE_DATA' EXPORTING i_fikrs = g_fikrs i_varnt = con_std_varnt i_gjahr = g_gjahr i_fipex = l_t_fmhici-fipex IMPORTING e_f_fmci = l_f_fmci EXCEPTIONS master_data_not_found = 1 hierarchy_data_not_found = 2 input_error = 3 OTHERS = 4.
FM_FIKRS_CHECK_PM_ACTIVE CALL FUNCTION 'FM_FIKRS_CHECK_PM_ACTIVE' EXPORTING i_fikrs = g_fikrs i_date = l_datum IMPORTING e_flg_fmpm_active = c_flg_fmpm_active.
FM_DC_GET_HR_DESTINATION CALL FUNCTION 'FM_DC_GET_HR_DESTINATION' "EC * IMPORTING rfcdest = l_destination.
RH_PM_RELATABLE_BUTYP_TAB_GET CALL FUNCTION 'RH_PM_RELATABLE_BUTYP_TAB_GET' DESTINATION l_destination TABLES butyp_tab = sl_t_butyp EXCEPTIONS communication_failure = 1 MESSAGE l_msg_text system_failure = 2 MESSAGE l_msg_text * NO_ENTRY_FOUND = 3 OTHERS = 4.
FM_COM_ITEM_READ_HIER CALL FUNCTION 'FM_COM_ITEM_READ_HIER' EXPORTING i_fikrs = g_fikrs i_gjahr = g_gjahr i_varnt = g_varnt_assigned i_fipex = g_fipex i_flg_sort = 'X' TABLES e_t_fmhici = l_t_fmmd_fmhici.
FM_COM_ITEM_SHOW CALL FUNCTION 'FM_COM_ITEM_SHOW' EXPORTING i_fikrs = g_f_hide-fikrs i_gjahr = g_f_hide-gjahr i_fipex = g_f_hide-fipex i_flg_no_hierarchy = con_on EXCEPTIONS OTHERS = 1.
RS_TREE_GET_CURRENT_NODE CALL FUNCTION 'RS_TREE_GET_CURRENT_NODE' IMPORTING node_info = l_f_id_snodetext.
RS_TREE_GET_NODE CALL FUNCTION 'RS_TREE_GET_NODE' EXPORTING node_id = l_f_id_snodetext-parent IMPORTING node_info = l_f_id_snodetext_parent.
RS_TREE_SET_LOCK CALL FUNCTION 'RS_TREE_SET_LOCK' EXPORTING node_id = l_f_id_snodetext-id with_subtree = ' '.
RS_TREE_RESET_LOCK CALL FUNCTION 'RS_TREE_RESET_LOCK' EXPORTING node_id = l_f_id_snodetext-id with_subtree = ' '.
RS_TREE_LIST CALL FUNCTION 'RS_TREE_LIST' EXPORTING node_id = u_id all = 'X' with_attributes = 'X' hidden_nodes = 'X' TABLES list = l_t_subtree.
CALL FUNCTION 'RS_TREE_ADD_NODE' EXPORTING new_name = l_f_node-name insert_id = u_moveid relationship = u_relationship display_attributes = l_f_streeattr IMPORTING new_id = l_id_new.
RS_TREE_ADD_NODE CALL FUNCTION 'RS_TREE_ADD_NODE' EXPORTING new_name = u_f_node-name insert_id = u_parent_id relationship = 'CHILD' display_attributes = l_f_streeattr IMPORTING new_id = l_new_id.
RS_TREE_ADD_NODE CALL FUNCTION 'RS_TREE_ADD_NODE' EXPORTING new_name = l_f_node_next-name insert_id = l_last_next_id relationship = 'NEXT' display_attributes = l_f_streeattr IMPORTING new_id = l_new_id.
RS_TREE_SET_NODE CALL FUNCTION 'RS_TREE_SET_NODE' EXPORTING node_info = l_f_subtree_set.
RS_TREE_SET_NODE CALL FUNCTION 'RS_TREE_SET_NODE' EXPORTING node_info = g_t_graphic_names.
RS_TREE_LIST CALL FUNCTION 'RS_TREE_LIST' EXPORTING node_id = 2 all = 'X' with_attributes = 'X' TABLES list = l_t_graphic_last.
RS_TREE_LIST CALL FUNCTION 'RS_TREE_LIST' EXPORTING node_id = u_id all = 'X' with_attributes = ' ' hidden_nodes = 'X' TABLES list = l_t_subtree.
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 MFMCIF03 or its description.