FICCOI40 is a standard Executable ABAP Report 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 FICCOI40 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
CX6F1 - Match Activity Numbers f. Inv./Eqty
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.
Selection Text: SO_COICU = Investee unit
Selection Text: SO_COIAC = Activity
Selection Text: PA_TEST = Test run
Selection Text: PA_RYEAR = Fiscal year
Selection Text: PA_RVERS = Version
Selection Text: PA_PERID = Period
Selection Text: PA_ITCLG = Cons chart of accounts
Selection Text: PA_DIMEN = Dimension
Selection Text: PA_CONGR = Consolidation group
Title: Match Activity Numbers for Investment/Equity
Text Symbol: B24 = Message
Text Symbol: B23 = Changes in investments
Text Symbol: B22 = Save before exiting?
Text Symbol: B21 = Activity match was changed
Text Symbol: B20 = Match activity numbers for investments/equity
Text Symbol: B19 = Matched activities were not saved
Text Symbol: B18 = Investment
Text Symbol: B17 = Act.# Sequence
Text Symbol: B16 = Act.# C/I
Text Symbol: B14 = Changes in investee equity
Text Symbol: B13 = Equity
Text Symbol: B12 = Investment
Text Symbol: B10 = Activity number marked
Text Symbol: B09 = Activity number not matched
Text Symbol: B08 = Activity number matched
Text Symbol: B07 = Activity
Text Symbol: B06 = Consolidation unit
Text Symbol: B05 = Consolidation group
Text Symbol: B04 = Technical settings
Text Symbol: B03 = Further settings
Text Symbol: B02 = Version/Time period
Text Symbol: B01 = Organizational units
FICCOI4S,
FICCON00,
FICCON20,
FICALV00,
FICLPF00.
No SAP DATABASE tables are accessed within this REPORT code!
RS_TREE_PUSH call function 'RS_TREE_PUSH'.
RS_TREE_POP call function 'RS_TREE_POP'.
FC_AUTHORITY_CHECK call function 'FC_AUTHORITY_CHECK' exporting e_id = 'CACTT' e_dimen = pa_dimen e_rvers = pa_rvers e_cactt = '02' e_actvt = '16' e_itclg = pa_itclg.
FC_AUTHORITY_CHECK call function 'FC_AUTHORITY_CHECK' exporting e_id = 'CACTT' e_dimen = pa_dimen e_congr = pa_congr e_rvers = pa_rvers e_cactt = '02' e_actvt = '16' e_itclg = pa_itclg.
DDUT_DOMVALUES_GET call function 'DDUT_DOMVALUES_GET' exporting name = 'FC_COIAC' langu = sy-langu tables dd07v_tab = it_ac exceptions illegal_input = 1 others = 2.
FC_COI_SYSTEM_USAGE_GET CALL FUNCTION 'FC_COI_SYSTEM_USAGE_GET' EXPORTING i_dimen = pa_dimen IMPORTING e_merflg = l_merflg.
FC_GLOBAL_PARAMETERS_IMPORT call function 'FC_GLOBAL_PARAMETERS_IMPORT' importing i_rldnr = gd_rldnr.
FC_CG_CU_PROPERTIES call function 'FC_CG_CU_PROPERTIES' exporting e_dimen = pa_dimen e_rvers = pa_rvers e_ryear = pa_ryear e_perid = pa_perid changing ct_cg_prop = it_procg.
FC_GET_VERSIONS call function 'FC_GET_VERSIONS' exporting e_rvers = pa_rvers importing i_invvs = gd_invvs i_equvs = gd_equvs.
FC_CONGR_DISMANTLE call function 'FC_CONGR_DISMANTLE' exporting e_dimen = pa_dimen e_congr = pa_congr e_rvers = pa_rvers e_ryear = pa_ryear e_perid = pa_perid e_cu_prop = gc_x importing it_cu_prop = it_bunit.
FC_HEADER_LIST call function 'FC_HEADER_LIST' exporting e_length = 80 e_title = sy-title e_dimen = pa_dimen e_itclg = pa_itclg e_rvers = pa_rvers e_ryear = pa_ryear e_perid = pa_perid.
FC_HEADER_LIST call function 'FC_HEADER_LIST' exporting e_length = 80 e_title = sy-title e_dimen = pa_dimen e_itclg = pa_itclg e_rvers = pa_rvers e_ryear = pa_ryear e_perid = pa_perid e_hlp_struct = 'FC06TAB' changing ct_ffix = it_ffix.
CONVERSION_EXIT_AFIMC_OUTPUT call function 'CONVERSION_EXIT_AFIMC_OUTPUT' exporting input = ls_data-coicu importing output = ld_conv_coicu.
CONVERSION_EXIT_AFIMC_OUTPUT call function 'CONVERSION_EXIT_AFIMC_OUTPUT' exporting input = ls_data-coinr importing output = ld_conv_coinr.
CONVERSION_EXIT_AFIMC_OUTPUT call function 'CONVERSION_EXIT_AFIMC_OUTPUT' exporting input = ls_matched-equ-coinr importing output = ld_conv_coinr.
RS_TREE_CONSTRUCT call function 'RS_TREE_CONSTRUCT' tables nodetab = it_node exceptions tree_failure = 1 id_not_found = 2 wrong_relationship = 3 others = 4.
RS_TREE_GET_CURRENT_TREE call function 'RS_TREE_GET_CURRENT_TREE' tables nodeinfo = gd_nodetext.
CONVERSION_EXIT_AFIMC_OUTPUT call function 'CONVERSION_EXIT_AFIMC_OUTPUT' " set cons group as exporting input = pa_congr " top node importing output = ld_conv_congr.
call function 'RS_TREE_SET_CURRENT_LAYOUT' exporting cursor_column = 1 cursor_line = 7.
RS_TREE_SET_CURRENT_LAYOUT call function 'RS_TREE_SET_CURRENT_LAYOUT' exporting cursor_column = 1 cursor_line = 9.
RS_TREE_LIST_DISPLAY call function 'RS_TREE_LIST_DISPLAY' exporting callback_program = 'FICCOI40' callback_user_command = 'USER_COMMAND' callback_text_display = 'TEXT_DISPLAY' callback_color_display = 'COLOR_DISPLAY' callback_top_of_page = 'TOP_OF_PAGE' status = 'OWN' importing f15 = gd_flg.
RS_TREE_SET_NODE call function 'RS_TREE_SET_NODE' exporting node_info = ls_inv_node.
RS_TREE_SET_NODE call function 'RS_TREE_SET_NODE' exporting node_info = ls_equ_node.
RS_TREE_GET_NODE call function 'RS_TREE_GET_NODE' exporting node_id = ld_id importing node_info = ls_node exceptions id_not_found = 1 others = 2.
RS_TREE_SET_NODE call function 'RS_TREE_SET_NODE' exporting node_info = ls_node.
RS_TREE_MOVE call function 'RS_TREE_MOVE' exporting destination = gs_sel_mat-id move_id = ls_id relationship = stree_reltype_next exceptions destination_not_found = 1 source_not_found = 2 others = 3.
RS_TREE_SET_NODE call function 'RS_TREE_SET_NODE' exporting node_info = ls_node.
RS_TREE_SET_NODE call function 'RS_TREE_SET_NODE' exporting node_info = ls_inv_node.
RS_TREE_SET_NODE call function 'RS_TREE_SET_NODE' exporting node_info = ls_equ_node.
RS_TREE_SET_NODE call function 'RS_TREE_SET_NODE' exporting node_info = ls_node.
CONVERSION_EXIT_ALPHA_INPUT call function 'CONVERSION_EXIT_ALPHA_INPUT' exporting input = ld_coinr importing output = ld_coinr.
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting textline1 = text-b21 textline2 = text-b22 titel = text-b20 importing answer = ld_answer.
RS_TREE_GET_NODE call function 'RS_TREE_GET_NODE' exporting node_id = i_node_id importing node_info = c_node_info exceptions id_not_found = 1 others = 2.
RS_TREE_GET_PREDECESSOR call function 'RS_TREE_GET_PREDECESSOR' exporting node_id = i_id importing predecessor_info = ls_node exceptions id_not_found = 1 no_predecessor = 2 others = 3.
RS_TREE_GET_PREDECESSOR call function 'RS_TREE_GET_PREDECESSOR' exporting node_id = i_id importing predecessor_info = ls_node exceptions id_not_found = 1 no_predecessor = 2 others = 3.
FC_GET_MEMORY_ID call function 'FC_GET_MEMORY_ID' exporting e_cu_flag = gc_x importing i_memory_id = gd_memid.
FC_GET_MEMORY_ID call function 'FC_GET_MEMORY_ID' exporting e_cu_flag = gc_x importing i_memory_id = gd_memid.
FC_ALV_LIST_DISPLAY call function 'FC_ALV_LIST_DISPLAY' exporting i_tab_struct = 'FC06COI40LSV' i_hlp_struct = 'FC06TAB' it_sort = it_sort is_layout = ls_layout i_save = space changing ct_ffix = it_ffix ct_fieldcat = it_fieldcat ct_data = it_alv.
FC_ALV_LIST_DISPLAY call function 'FC_ALV_LIST_DISPLAY' exporting i_tab_struct = 'FC06COI40LSV2' i_hlp_struct = 'FC06TAB' it_sort = it_sort i_save = space changing ct_ffix = it_ffix ct_fieldcat = it_fieldcat ct_data = it_alv2.
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 FICCOI40 or its description.