FICMIG00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for ..see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter FICMIG00 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
CX0UM - EC-CS: Migration from FI-LC
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 = D Investee unit
Selection Text: SO_DOCT2 = D Document type
Selection Text: SO_DOCTY = D Document type
Selection Text: SO_PERI2 = D Posting period
Selection Text: SO_RAC0 = D Consolidation item
Selection Text: SO_RAC1 = D Consolidation item
Selection Text: SO_RAC10 = D Consolidation item
Selection Text: SO_RMV14 = D Transaction type
Selection Text: SO_RMV15 = D Transaction type
Selection Text: SO_RMV16 = D Transaction type
Selection Text: SO_RMV17 = D Transaction type
Selection Text: SO_RMV18 = D Transaction type
Selection Text: SO_RMV19 = D Transaction type
Selection Text: SO_RMV2 = D Transaction type
Selection Text: SO_RMV20 = D Transaction type
Selection Text: SO_RMV21 = D Transaction type
Selection Text: SO_RMV22 = D Transaction type
Selection Text: SO_RMV23 = D Transaction type
Selection Text: SO_RMV24 = D Transaction type
Selection Text: SO_RMV25 = D Transaction type
Selection Text: SO_RIT7 = D Consolidation item
Selection Text: SO_RIT8 = D Consolidation item
Selection Text: SO_RIT9 = D Consolidation item
Selection Text: SO_RLDN2 = D Ledger
Selection Text: SO_RLDNR = D Ledger
Selection Text: SO_RLEV2 = D Posting level
Selection Text: SO_RLEVL = D Posting level
Selection Text: SO_RMV0 = D Transaction type
Selection Text: SO_RMV1 = D Transaction type
Selection Text: SO_RMV10 = D Transaction type
Selection Text: SO_RMV11 = D Transaction type
Selection Text: SO_RMV12 = D Transaction type
Selection Text: SO_RMV13 = D Transaction type
Selection Text: SO_RMV7 = D Transaction type
Selection Text: SO_RMV8 = D Transaction type
Selection Text: SO_RMV9 = D Transaction type
Selection Text: SO_RVER2 = D Version
Selection Text: PA_VSOLD = Legacy data versions
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_TREE_PUSH * call function 'RS_TREE_PUSH'.
G_CURRENCY_FROM_CT_GET * call function 'G_CURRENCY_FROM_CT_GET' * exporting ct = ls_t881-curt2 * rldnr = ls_t881-rldnr * importing currency = ls_t881-gcurr * exceptions others = 1.
FC_ITGRP_PROPERTIES * call function 'FC_ITGRP_PROPERTIES' * changing ct_itgrp_prop = et_itgrp_prop.
FC_FIELD_PROPERTIES * call function 'FC_FIELD_PROPERTIES' * importing it_fprop = et_fprop * it_fdep = et_fdep * it_fattr = et_fattr.
RS_TREE_POP * call function 'RS_TREE_POP'.
DDUT_DOMVALUES_GET * call function 'DDUT_DOMVALUES_GET' * exporting name = gc_domname_migtask * tables dd07v_tab = lt_dd07v.
RS_TREE_CONSTRUCT * call function 'RS_TREE_CONSTRUCT' * tables nodetab = lt_node.
RS_TREE_LIST_DISPLAY * call function 'RS_TREE_LIST_DISPLAY' * exporting callback_program = gc_program * callback_user_command = 'USR_CONTROL' * callback_gui_status = 'OWN'.
RS_TREE_GET_CURRENT_TREE * call function 'RS_TREE_GET_CURRENT_TREE' * tables nodeinfo = lt_node.
RS_TREE_SET_NODE * call function 'RS_TREE_SET_NODE' * exporting node_info = ls_node.
POPUP_TO_CONFIRM_STEP * call function 'POPUP_TO_CONFIRM_STEP' * exporting defaultoption = 'N' * titel = text-pu1 * textline1 = cs_task-txt * textline2 = text-pu2 * importing answer = ld_answer.
FC_GLOBAL_PARAMETERS_IMPORT * call function 'FC_GLOBAL_PARAMETERS_IMPORT' * importing i_dimen = ld_dimen * i_rvers = ld_rvers * i_ryear = ld_ryear * i_perid = ld_perid * i_rldnr = ld_rldnr * i_itclg = ld_itclg.
FC_GLOBAL_PARAMETERS_EXPORT * call function 'FC_GLOBAL_PARAMETERS_EXPORT' * exporting e_dimen = gs_tfmig10-dimen * e_rvers = gs_tfmig10-rvers * e_congr = space "bal/p9ck54855 * e_bunit = space "bal/p9ck54855 * e_ryear = gs_tfmig10-ryear * e_perid = gs_tfmig10-perid * e_rldnr = ls_tfmig01-rldnr_to * e_itclg = ls_itclg_ritem-itclg.
MESSAGES_INITIALIZE * call function 'MESSAGES_INITIALIZE' * exporting reset = if_reset.
MESSAGE_STORE * call function 'MESSAGE_STORE' * exporting arbgb = id_msgid * msgty = id_msgty * msgv1 = id_msgv1 * msgv2 = id_msgv2 * msgv3 = id_msgv3 * msgv4 = id_msgv4 * txtnr = id_msgno * zeile = id_task.
MESSAGES_STOP * call function 'MESSAGES_STOP' * exceptions others = 0.
MESSAGES_STOP * call function 'MESSAGES_STOP' * exceptions i_message = 1 * w_message = 2.
MESSAGES_SHOW * call function 'MESSAGES_SHOW' * exceptions no_messages = 1.
MESSAGES_GIVE * call function 'MESSAGES_GIVE' * tables t_mesg = lt_msg.
FC_TREE_DISPLAY * call function 'FC_TREE_DISPLAY' * exporting e_title = sy-title * e_tab_struct = 'FC00MIGLST' * e_hlp_struct = 'FC00MIGLFX' * et_data = gt_list_data * et_list = lt_list * et_fdisp = lt_fdisp * et_kdisp = lt_kdisp * et_blist = lt_blist * et_mdata = lt_mdata * changing ct_ffix = lt_ffix * ct_work = lt_work * ct_fused = lt_fused.
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 FICMIG00 or its description.