FICMIGF1 is a standard ABAP INCLUDE 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 FICMIGF1 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_FIELD_PROPERTIES * call function 'FC_FIELD_PROPERTIES' * importing it_fprop = gt_fprop * it_fdep = gt_fdep * it_fattr = gt_fattr.
FC_ECCS_ORGUNITS_ENCODE * call function 'FC_ECCS_ORGUNITS_ENCODE' * exporting i_dimen = gd_dimen * i_csorgun = '1' "cu * i_contp = '1' "rcomp * tables t_orguns = lt_orgun * i_t_tfin001 = lt_tfin001 * exceptions others = 1.
FC_ECCS_ORGUNITS_ENCODE * call function 'FC_ECCS_ORGUNITS_ENCODE' * exporting i_dimen = gd_dimen * i_csorgun = '1' "cu * i_contp = '2' "gsber * tables t_orguns = lt_orgun * i_t_tfin001 = lt_tfin001 * exceptions others = 1.
FC_ECCS_ORGUNITS_ENCODE * call function 'FC_ECCS_ORGUNITS_ENCODE' * exporting i_dimen = gd_dimen * i_csorgun = '2' "cg * i_contp = '2' "gsber * i_condense = ld_condense * tables t_orguns = lt_orgun * i_t_tfin001 = lt_tfin001 * exceptions others = 1.
FC_CHAR_PROPERTIES * call function 'FC_CHAR_PROPERTIES' * exporting e_fieldname = gs_tfmig10-scrit1 * changing ct_char = lt_attr1.
FC_CHAR_PROPERTIES * call function 'FC_CHAR_PROPERTIES' * exporting e_fieldname = gs_tfmig10-scrit2 * changing ct_char = lt_attr2.
FC_CHAR_PROPERTIES * call function 'FC_CHAR_PROPERTIES' * exporting e_fieldname = gs_tfmig10-scrit3 * changing ct_char = lt_attr3.
OWN_LOGICAL_SYSTEM_GET * call function 'OWN_LOGICAL_SYSTEM_GET' * importing * own_logical_system = ld_logsys * exceptions * own_logical_system_not_defined = 1 * others = 2.
G_CURRENCY_FROM_CT_GET * call function 'G_CURRENCY_FROM_CT_GET' * exporting * ct = ls_t881-curt2 * rldnr = ls_t881-rldnr * importing * currency = lt_t881_fields-gcurr.
FC_CONGR_DISMANTLE_RESET * call function 'FC_CONGR_DISMANTLE_RESET' * exporting e_dimen = gd_dimen * e_rvers = ls_reset-rvers * e_ryear = ls_reset-ryear * e_perid = ls_reset-perid.
FC_ITGRP_PROPERTIES * call function 'FC_ITGRP_PROPERTIES' * changing ct_itgrp_prop = gt_itgrp_prop.
RS_TREE_PUSH * call function 'RS_TREE_PUSH'.
FC_GLOBAL_PARAMETERS_EXPORT * call function 'FC_GLOBAL_PARAMETERS_EXPORT' * exporting e_dimen = gs_tfmig10-dimen * e_congr = space "bal/p9ck54855 * e_bunit = space "bal/p9ck54855 * e_itclg = ls_itclg_ritem-itclg * e_rldnr = ls_tfmig01-rldnr_to * e_rvers = gs_tfmig10-rvers * e_ryear = gs_tfmig10-ryear * e_perid = gs_tfmig10-perid.
FC_ITCLG_EXPORT * call function 'FC_ITCLG_EXPORT' * exporting e_itclg = ls_itclg_ritem-itclg * et_node = lt_node.
FCXL_050_GET_HIERARCHY_VALUES ** call function 'FCXL_050_GET_HIERARCHY_VALUES' ** exporting char_id = 'RACCT' ** hier_id = ld_hier_id ** tables i_dependent_bindings = lt_depvl ** e_hierarchy_values = ls_ritem-t_hirvl ** e_message = lt_messg ** exceptions others = 0.
FC_ITCLG_EXPORT ** call function 'FC_ITCLG_EXPORT' ** exporting e_itclg = ld_itclg ** et_node = lt_node.
FC_ITCLG_IMPORT ** call function 'FC_ITCLG_IMPORT' ** exporting e_itclg = ld_itclg ** importing it_node = lt_node.
RS_TREE_CONSTRUCT * call function 'RS_TREE_CONSTRUCT' * tables nodetab = lt_node_tc[].
* call function 'RS_TREE_ADD_NODE' * exporting new_name = ls_tf100-item * insert_id = ls_node-id * relationship = 'BABY' * new_type = 'ITEM'.
RS_TREE_GET_CURRENT_TREE * call function 'RS_TREE_GET_CURRENT_TREE' * tables nodelist = lt_nodelist.
FC_ITCLG_EXPORT * call function 'FC_ITCLG_EXPORT' * exporting e_itclg = ld_itclg * et_node = lt_node.
RS_TREE_POP * call function 'RS_TREE_POP'.
NUMBER_RANGE_INTERVAL_MAINTAIN * call function 'NUMBER_RANGE_INTERVAL_MAINTAIN' * exporting object = fc00_c_nr_object_doc * subobject = gd_dimen * processing = 'D' * exceptions others = 0.
G_SET_TREE_IMPORT * call function 'G_SET_TREE_IMPORT' * exporting setid = ls_set_lc-id * tables set_hierarchy = lt_sethier * set_values = lt_setvalues * exceptions set_not_found = 1.
G_SET_TREE_DELETE * call function 'G_SET_TREE_DELETE' * exporting set = ls_set-id * subclassmask = fc00_setclass-itclg * blocking_check = 'X' * exceptions not_found = 1 * no_authority = 2 * set_is_used = 3 * set_is_blocked = 4.
G_GENERATE_BASIC_SET * call function 'G_GENERATE_BASIC_SET' * exporting set_header = ls_setheader * tables set_lines =
.
FC_ITEM_PROPERTIES * call function 'FC_ITEM_PROPERTIES' * exporting e_rvers = gs_tfmig10-rvers * importing it_message = lt_message * changing ct_item_prop = lt_item.
DDIF_FIELDINFO_GET * call function 'DDIF_FIELDINFO_GET' * exporting tabname = 'RLEVL_KK' * all_types = 'X' * importing dfies_wa = ls_dfies.
DDUT_DOMVALUES_GET * call function 'DDUT_DOMVALUES_GET' * exporting name = 'RLEVL_KK' * tables dd07v_tab = lt_dd07v.
DDIF_FIELDINFO_GET * call function 'DDIF_FIELDINFO_GET' * exporting tabname = 'FC_COIAC' * all_types = 'X' * importing dfies_wa = ls_dfies.
DDUT_DOMVALUE_TEXT_GET * call function 'DDUT_DOMVALUE_TEXT_GET' * exporting name = 'FC_COIAC' * value = ls_dd07v-domvalue_l * texts_only = 'X' * importing dd07v_wa = ls_dd07v.
CONVERSION_EXIT_BFIMC_OUTPUT * call function 'CONVERSION_EXIT_BFIMC_OUTPUT' * exporting input = ls_tf100-item * importing output = ld_item.
CONVERSION_EXIT_BFIMC_INPUT * call function 'CONVERSION_EXIT_BFIMC_INPUT' * exporting input = ld_item * importing output = ls_tf100-item.
RS_TREE_PUSH * call function 'RS_TREE_PUSH'.
FC_ITCLG_IMPORT * call function 'FC_ITCLG_IMPORT' * exporting e_itclg = ls_itclg_ritem-itclg * importing it_node = lt_node.
RS_TREE_CONSTRUCT * call function 'RS_TREE_CONSTRUCT' * tables nodetab = lt_node_tc[].
RS_TREE_ADD_NODE * call function 'RS_TREE_ADD_NODE' * exporting new_name = ls_tf100-item * insert_id = ls_node-id * relationship = 'BABY' * new_type = 'ITEM'.
RS_TREE_GET_CURRENT_TREE * call function 'RS_TREE_GET_CURRENT_TREE' * tables nodelist = lt_nodelist.
FC_ITCLG_EXPORT * call function 'FC_ITCLG_EXPORT' * exporting e_itclg = ls_itclg_ritem-itclg * et_node = lt_node.
RS_TREE_POP * call function 'RS_TREE_POP'.
G_GENERATE_BASIC_SET * call function 'G_GENERATE_BASIC_SET' * exporting set_header = ls_setheader * tables set_lines = lt_setline.
G_GENERATE_BASIC_SET * call function 'G_GENERATE_BASIC_SET' * exporting set_header = ls_setheader * tables set_lines = lt_setline.
DDIF_FIELDINFO_GET * call function 'DDIF_FIELDINFO_GET' * exporting tabname = 'RITEM_BTL' * all_types = 'X' * importing dfies_wa = ls_dfies.
FC_CONGR_DISMANTLE * call function 'FC_CONGR_DISMANTLE' * exporting e_dimen = gd_dimen * e_congr = ld_congr * e_rvers = ls_t858-rvers * e_ryear = gs_tfmig10-ryear * e_perid = gs_tfmig10-perid * e_rollup_cu = space * e_tf160 = gc_true * importing it_tf160 = lt_tf160_tmp * exceptions others = 1.
FC_COI_SHARE_UPDATE * call function 'FC_COI_SHARE_UPDATE' * exporting e_rldnr = ls_tfmig01-rldnr_to * e_dimen = gd_dimen * e_congr = ld_congr * e_itclg = ls_itclg_ritem-itclg * e_rvers = ld_rvers * e_ryear = ls_t852u_-ryear * e_perid = ls_t852u_-perid * et_share = lt_share * exceptions error_message = 1.
FC_ITEM_PROPERTIES ** call function 'FC_ITEM_PROPERTIES' ** exporting e_rvers = gs_tfmig10-rvers ** importing it_message = lt_message ** changing ct_item_prop = lt_item_prop.
G_MC_FIX_POSTING ** call function 'G_MC_FIX_POSTING' ** tables ** int_ecmct = lt_ecmct.
DB_COMMIT ** call function 'DB_COMMIT' ** exceptions ** others = 1.
G_MC_FIX_POSTING ** call function 'G_MC_FIX_POSTING' ** tables int_ecmct = lt_ecmct.
DB_COMMIT ** call function 'DB_COMMIT' ** exceptions others = 1. " sy-subrc auswerten !?
FC_ITEM_PROPERTIES ** call function 'FC_ITEM_PROPERTIES' ** exporting e_rvers = gs_tfmig10-rvers ** importing it_message = lt_message ** changing ct_item_prop = lt_item_prop.
FC_TOTALS_SELECT * call function 'FC_TOTALS_SELECT' * exporting it_sel = lt_sel * it_fields = lt_fields * e_kfig_all = 'X' * importing it_data = lt_totals.
FC_TOTALS_SELECT * call function 'FC_TOTALS_SELECT' * exporting it_sel = lt_sel_hist * it_fields = lt_fields * e_kfig_all = 'X' * importing it_data = lt_totals_hist.
FC_DB_DOCUMENT_POST * call function 'FC_DB_DOCUMENT_POST' * exporting e_update_task = con_x * changing ct_ecmca = lt_totals.
FC_TOTALS_SELECT * call function 'FC_TOTALS_SELECT' * exporting it_sel = lt_sel * it_fields = lt_fields * e_kfig_all = 'X' * importing it_data = lt_totals.
FC_DB_DOCUMENT_POST * call function 'FC_DB_DOCUMENT_POST' * exporting e_update_task = con_x * changing ct_ecmca = lt_round.
FC_CONSISTENCY_CHECK1 * call function 'FC_CONSISTENCY_CHECK1' * exporting it_ra_dimen = lt_ra_dimen * it_ra_rvers = lt_ra_rvers * it_ra_ryear = lt_ra_ryear * it_ra_item = lt_ra_item * i_itclg = ls_itclg_ritem-itclg * i_flg_wait = gc_true * exceptions others = 1.
FC_GLOBAL_PARAMETERS_IMPORT * call function 'FC_GLOBAL_PARAMETERS_IMPORT' * importing i_rvers = ld_rvers * i_rldnr = ld_rldnr * i_itclg = ld_itclg.
FC_GLOBAL_PARAMETERS_EXPORT * call function 'FC_GLOBAL_PARAMETERS_EXPORT' * exporting e_rvers = ls_tf200-rvers * e_dimen = gd_dimen * e_congr = space "bal/p9ck54855 * e_bunit = space "bal/p9ck54855 * e_rldnr = ld_rldnr * e_itclg = ld_itclg * e_ryear = gs_tfmig10-ryear * e_perid = gs_tfmig10-perid.
FC_GLOBAL_PARAMETERS_EXPORT * call function 'FC_GLOBAL_PARAMETERS_EXPORT' * exporting e_rvers = ld_rvers * e_dimen = gd_dimen * e_congr = space "bal/p9ck54855 * e_bunit = space "bal/p9ck54855 * e_rldnr = ld_rldnr * e_itclg = ld_itclg * e_ryear = gs_tfmig10-ryear * e_perid = gs_tfmig10-perid.
FC_GLOBAL_PARAMETERS_EXPORT * call function 'FC_GLOBAL_PARAMETERS_EXPORT' * exporting e_dimen = gs_tfmig10-dimen * e_congr = space "bal/p9ck54855 * e_bunit = space "bal/p9ck54855 * e_itclg = ls_itclg_ritem-itclg * e_rldnr = ls_tfmig01-rldnr_to * e_rvers = ls_t858-rvers * e_ryear = gs_tfmig10-ryear * e_perid = gs_tfmig10-perid.
DDIF_FIELDINFO_GET * call function 'DDIF_FIELDINFO_GET' * exporting tabname = 'FC_DTEQII' * all_types = 'X' * importing dfies_wa = ls_dfies.
DDIF_FIELDINFO_GET * call function 'DDIF_FIELDINFO_GET' * exporting tabname = 'FC_DTEQINI' * all_types = 'X' * importing dfies_wa = ls_dfies.
DDIF_FIELDINFO_GET * call function 'DDIF_FIELDINFO_GET' * exporting tabname = 'FC_DTEQINC' * all_types = 'X' * importing dfies_wa = ls_dfies.
DDIF_FIELDINFO_GET * call function 'DDIF_FIELDINFO_GET' * exporting tabname = &2 * tables dfies_tab = lt_dfies_tmp.
FC_GLOBAL_PARAMETERS_EXPORT * call function 'FC_GLOBAL_PARAMETERS_EXPORT' * exporting e_dimen = gs_tfmig10-dimen * e_congr = space "bal/p9ck54855 * e_bunit = space "bal/p9ck54855 * e_itclg = ls_itclg_ritem-itclg * e_rldnr = ls_tfmig01-rldnr_to * e_rvers = ls_t858-rvers * e_ryear = gs_tfmig10-ryear * e_perid = gs_tfmig10-perid.
LC_TOTALS_SELECT *** call function 'LC_TOTALS_SELECT' "wms068863 *** exporting it_sel = lt_sel_lc "wms068863 *** it_fields = lt_fields_lc "wms068863 *** it_kfig = lt_kfig_lc "wms068863 *** e_sel_rlevl = 'X' "wms068863 *** importing it_data = lt_totals_lc.
FC_TOTALS_SELECT ** call function 'FC_TOTALS_SELECT' ** exporting it_sel = lt_sel ** it_fields = lt_fields ** it_kfig = lt_kfig ** importing it_data = lt_totals.
G_CURRENCY_FROM_CT_GET ** call function 'G_CURRENCY_FROM_CT_GET' ** exporting ** ct = ls_t881-curt2 ** rldnr = ls_t881-rldnr ** importing ** currency = ld_rgcur.
G_CURRENCY_FROM_CT_GET ** call function 'G_CURRENCY_FROM_CT_GET' ** exporting ** ct = ls_t881-curt2 ** rldnr = ls_t881-rldnr ** importing ** currency = ld_rgcur.
FC_GET_CURR_FROM_RLDNR ** call function 'FC_GET_CURR_FROM_RLDNR' ** exporting e_rldnr = ls_tf620_-rldnr ** importing i_gcurr = ls_list-rgcur ** exceptions others = 0.
NUMBER_GET_NEXT ** call function 'NUMBER_GET_NEXT' ** exporting object = 'FIMC_COINR' ** nr_range_nr = '01' ** importing number = ls_tf650-coinr ** exceptions others = 1.
LC_TOTALS_SELECT *** call function 'LC_TOTALS_SELECT' "wms068863 *** exporting it_sel = lt_sel_lc "wms068863 *** it_fields = lt_fields_lc "wms068863 *** it_kfig = lt_kfig_lc "wms068863 *** e_sel_rlevl = 'X' "wms068863 *** importing it_data = lt_totals_lc.
FC_GET_CURR_FROM_RLDNR ** call function 'FC_GET_CURR_FROM_RLDNR' ** exporting e_rldnr = ls_tf630_-rldnr ** importing i_gcurr = ls_list-rgcur ** exceptions others = 0.
FC_SET_DECRYPT_SETID ** call function 'FC_SET_DECRYPT_SETID' ** exporting e_setid = ls_set-id ** importing i_sityp = ld_sityp_cap_1st.
FC_SET_DECRYPT_SETID ** call function 'FC_SET_DECRYPT_SETID' ** exporting e_setid = ls_set-id ** importing i_sityp = ld_sityp_cap_seq.
FC_COIMETH_HIERARCHY ** call function 'FC_COIMETH_HIERARCHY' ** exporting e_dimen = gs_tfmig10-dimen ** e_rvers = ls_tf200-rvers ** e_ryear = gs_tfmig10-ryear ** e_perid = gs_tfmig10-perid ** e_method_types = 'X' ** importing it_cu = lt_cu_eq.
NUMBER_GET_NEXT ** call function 'NUMBER_GET_NEXT' ** exporting object = 'FIMC_COINR' ** nr_range_nr = '01' ** importing number = ls_tf650-coinr ** exceptions others = 1.
NUMBER_GET_NEXT ** call function 'NUMBER_GET_NEXT' ** exporting object = 'FIMC_COINR' ** nr_range_nr = '01' ** importing number = ls_tf650_2-coinr ** exceptions others = 1.
FC_GET_CURR_FROM_RLDNR ** call function 'FC_GET_CURR_FROM_RLDNR' ** exporting e_rldnr = ls_tf660_-rldnr ** importing i_gcurr = ls_list-rgcur ** exceptions others = 0.
NUMBER_GET_NEXT ** call function 'NUMBER_GET_NEXT' ** exporting object = 'FIMC_COINR' ** nr_range_nr = '01' ** importing number = ls_tf650-coinr ** exceptions others = 1.
FC_GET_CURR_FROM_RLDNR ** call function 'FC_GET_CURR_FROM_RLDNR' ** exporting e_rldnr = ls_tf630-rldnr ** importing i_gcurr = ls_list-rgcur ** exceptions others = 0.
DDIF_FIELDINFO_GET * call function 'DDIF_FIELDINFO_GET' * exporting tabname = 'FC_ITCLG' * all_types = 'X' * importing dfies_wa = ls_dfies.
DDIF_FIELDINFO_GET * call function 'DDIF_FIELDINFO_GET' * exporting tabname = 'FC_RVERS' * all_types = 'X' * importing dfies_wa = ls_dfies.
FC_CUSTOMIZING_CHECK_COI * call function 'FC_CUSTOMIZING_CHECK_COI' * exporting e_dimen = gd_dimen * e_itclg = ls_check-itclg * e_rvers = ls_check-rvers * e_ryear = gs_tfmig10-ryear * e_perid = gs_tfmig10-perid * e_global_check_only = space * changing ct_message = lt_msg.
FC_GET_VALID_PERTP * call function 'FC_GET_VALID_PERTP' * exporting e_perid = gs_tfmig10-perid * importing i_sel_pertp = lt_ra_pertp * exceptions error = 1.
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 FICMIGF1 or its description.