FICSHF01 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 FICSHF01 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.
Title: Include FICSHF01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FC_RCOMP_SELECTION * call function 'FC_RCOMP_SELECTION' * importing it_ra_rcomp = lt_ra_rcomp * it_ra_prctr = lt_ra_prctr.
FC_RCOMP_SELECTION * call function 'FC_RCOMP_SELECTION' * importing it_ra_rcomp = lt_ra_rcomp * it_ra_gsber_kons = lt_ra_gsber_kons.
WS_UPLOAD * call function 'WS_UPLOAD' * exporting filename = id_file * filetype = 'ASC' * tables data_tab = it_gsber_rcomp * exceptions conversion_error = 1 * file_open_error = 2 * file_read_error = 3 * others = 4.
FC_GSBER_RCOMP_ENRICH call function 'FC_GSBER_RCOMP_ENRICH' tables t_gsber_rcomp = it_gsber_rcomp.
FC_BUNIT_CREATE call function 'FC_BUNIT_CREATE' exporting e_dimen = gd_dimen e_rvers = gd_rvers e_ryear = gd_ryear e_perid = gd_perid e_rldnr = gd_rldnr e_contp = v_contp e_flag = space "Upload importing i_action = gd_cghry_action tables it_gsber_rcomp = it_gsber_rcomp t_tf160 = it_tf160 t_tf161 = it_tf161 t_tf162 = it_tf162 t_tf164 = it_tf164 t_tf165 = it_tf165 t_tf166 = it_tf166 t_tf167 = it_tf167 t_tf168 = it_tf168 t_tf169 = it_tf169 t_tfin010 = it_tfin010 t_tf160_del = it_tf160_del t_tf161_del = it_tf161_del t_tf162_del = it_tf162_del t_tf164_del = it_tf164_del t_tf165_del = it_tf165_del t_tf166_del = it_tf166_del t_tf167_del = it_tf167_del t_tf168_del = it_tf168_del t_tf169_del = it_tf169_del t_tfin010_del = it_tfin010_del t_bunit_orguns = it_bunit_orguns exceptions others = 1.
FC_GSBER_RCOMP_FROM_TFIN020 call function 'FC_GSBER_RCOMP_FROM_TFIN020' importing i_number_combinations_2 = ld_counter tables t_gsber_rcomp = it_gsber_rcomp.
FC_GSBER_RCOMP_ENRICH call function 'FC_GSBER_RCOMP_ENRICH' tables t_gsber_rcomp = it_gsber_rcomp.
FC_BUNIT_CREATE call function 'FC_BUNIT_CREATE' exporting e_dimen = gd_dimen e_rvers = gd_rvers e_ryear = gd_ryear e_perid = gd_perid e_rldnr = gd_rldnr e_contp = v_contp "3: PCA, 2: GB, 1: GS e_flag = con_x importing i_action = gd_cghry_action tables it_gsber_rcomp = it_gsber_rcomp t_tf160 = it_tf160 t_tf161 = it_tf161 t_tf162 = it_tf162 t_tf164 = it_tf164 t_tf165 = it_tf165 t_tf166 = it_tf166 t_tf167 = it_tf167 t_tf168 = it_tf168 t_tf169 = it_tf169 t_tfin010 = it_tfin010 t_tf160_del = it_tf160_del t_tf161_del = it_tf161_del t_tf162_del = it_tf162_del t_tf164_del = it_tf164_del t_tf165_del = it_tf165_del t_tf166_del = it_tf166_del t_tf167_del = it_tf167_del t_tf168_del = it_tf168_del t_tf169_del = it_tf169_del t_tfin010_del = it_tfin010_del t_bunit_orguns = it_bunit_orguns exceptions others = 1.
FC_RCOMP_SELECTION * call function 'FC_RCOMP_SELECTION' "bal/elrk235 * importing it_ra_rcomp = lt_ra_rcomp.
FC_BUNIT_CREATE call function 'FC_BUNIT_CREATE' exporting e_dimen = gd_dimen e_rvers = gd_rvers e_ryear = gd_ryear e_perid = gd_perid e_rldnr = gd_rldnr e_contp = '1' "3: PCA, 2: GB, 1: GS e_flag = con_x importing i_action = gd_cghry_action tables it_rcomp = it_t880 t_tf160 = it_tf160 t_tf161 = it_tf161 t_tf162 = it_tf162 t_tf164 = it_tf164 t_tf165 = it_tf165 t_tf166 = it_tf166 t_tf167 = it_tf167 t_tf168 = it_tf168 t_tf169 = it_tf169 t_tfin010 = it_tfin010 t_tf160_del = it_tf160_del t_tf161_del = it_tf161_del t_tf162_del = it_tf162_del t_tf164_del = it_tf164_del t_tf165_del = it_tf165_del t_tf166_del = it_tf166_del t_tf167_del = it_tf167_del t_tf168_del = it_tf168_del t_tf169_del = it_tf169_del t_tfin010_del = it_tfin010_del t_bunit_orguns = it_bunit_orguns exceptions others = 1.
FC_DISMANTLE_HRCHY call function 'FC_DISMANTLE_HRCHY' exporting e_dimen = gd_dimen e_hrchy = ld_hry tables t_tf197 = it_tf197 exceptions not_in_order = 1 cycle = 2.
RS_TREE_EXPAND call function 'RS_TREE_EXPAND' exporting node_id = it_node-id all = space * LIST_SCROLL = * DEPTH = 1 exceptions not_found = 1 others = 2.
WS_UPLOAD * call function 'WS_UPLOAD' * exporting filename = id_file * filetype = 'ASC' * tables data_tab = it_prctr_cocd * exceptions conversion_error = 1 * file_open_error = 2 * file_read_error = 3 * others = 4.
FC_BUNIT_CREATE call function 'FC_BUNIT_CREATE' exporting e_dimen = gd_dimen e_rvers = gd_rvers e_ryear = gd_ryear e_perid = gd_perid e_rldnr = gd_rldnr e_contp = v_contp e_flag = space importing i_action = gd_cghry_action tables it_prctr_cocd = it_prctr_cocd t_tf160 = it_tf160 t_tf161 = it_tf161 t_tf162 = it_tf162 t_tf164 = it_tf164 t_tf165 = it_tf165 t_tf166 = it_tf166 t_tf167 = it_tf167 t_tf168 = it_tf168 t_tf169 = it_tf169 t_tfin010 = it_tfin010 t_tf160_del = it_tf160_del t_tf161_del = it_tf161_del t_tf162_del = it_tf162_del t_tf164_del = it_tf164_del t_tf165_del = it_tf165_del t_tf166_del = it_tf166_del t_tf167_del = it_tf167_del t_tf168_del = it_tf168_del t_tf169_del = it_tf169_del t_tfin010_del = it_tfin010_del t_bunit_orguns = it_bunit_orguns exceptions others = 1.
K_KOKRS_SET call function 'K_KOKRS_SET' exporting * DISPLAY = ' ' * i_kokrs = ld_kokrs popup = '1' importing e_kokrs = ld_kokrs e_action = ld_action exceptions not_found = 1 others = 2.
FC_PRCTR_COCD_FROM_CEPC call function 'FC_PRCTR_COCD_FROM_CEPC' exporting e_kokrs = ld_kokrs e_date = ld_date importing * I_NUMBER_PRCTR = * I_NUMBER_COCD = i_number_combinations = ld_counter tables it_prctr_cocd = it_prctr_cocd exceptions zero_entries = 1 no_rcomp = 2 others = 3.
FC_BUNIT_CREATE call function 'FC_BUNIT_CREATE' exporting e_dimen = gd_dimen e_rvers = gd_rvers e_ryear = gd_ryear e_perid = gd_perid e_rldnr = gd_rldnr e_contp = v_contp "3: PCA, 2: GB, 1: GS e_flag = con_x importing i_action = gd_cghry_action tables it_prctr_cocd = it_prctr_cocd t_tf160 = it_tf160 t_tf161 = it_tf161 t_tf162 = it_tf162 t_tf164 = it_tf164 t_tf165 = it_tf165 t_tf166 = it_tf166 t_tf167 = it_tf167 t_tf168 = it_tf168 t_tf169 = it_tf169 t_tfin010 = it_tfin010 t_tf160_del = it_tf160_del t_tf161_del = it_tf161_del t_tf162_del = it_tf162_del t_tf164_del = it_tf164_del t_tf165_del = it_tf165_del t_tf166_del = it_tf166_del t_tf167_del = it_tf167_del t_tf168_del = it_tf168_del t_tf169_del = it_tf169_del t_tfin010_del = it_tfin010_del t_bunit_orguns = it_bunit_orguns exceptions others = 1.
UPLOAD * call function 'UPLOAD' * exporting * filetype = 'ASC' * item = text-051 * importing * cancel = gd_answer * act_filename = ld_file1 * tables * data_tab = it_pca_hrchy3x * exceptions * conversion_error = 1 * invalid_table_width = 2 * invalid_type = 3 * no_batch = 4 * unknown_error = 5 * gui_refuse_filetransfer = 6 * others = 7.
call function 'RS_TREE_EXPAND' exporting node_id = it_node-id all = lf_expand_all * LIST_SCROLL = * DEPTH = 1 exceptions not_found = 1 others = 2.
FC_HANDLE_TF189 call function 'FC_HANDLE_TF189' exporting e_mode = 'A' e_dimen = gd_dimen e_strvs = gd_strvs e_congr = ld_topcg e_ryear_inv = gd_ryear_inv e_perid_inv = gd_perid_inv e_rvers = gd_rvers e_tlevel = 3 importing i_subrc = gd_subrc tables t_tf189 = it_tf189 t_tf189_del = it_tf189_del t_nodes = it_nodes_hry exceptions others = 1.
K_TRANS_HIGHEST_NODES call function 'K_TRANS_HIGHEST_NODES' exporting i_feld = ld_feld i_searchfld = ld_searchfld i_tab = it_tab i_class = '0106' i_without_stdhier = space "Inklus. Top-Set der Stand.H.
FC_GET_TOP_SET call function 'FC_GET_TOP_SET' * EXPORTING * DISPLAY_ONLY = ' ' * START_COLUMN = 0 * START_ROW = 0 importing setid = ld_setid tables e_setlist = it_setlist exceptions no_set_picked = 1 no_sets = 2 others = 3.
G_SET_SELECT * call function 'G_SET_SELECT' * exporting * class = '0106' * kokrs = v_kokrs * typelist = 'S' * importing * setid = ld_setid * exceptions * no_set_picked = 1 * no_sets = 2 * others = 3.
FC_PRCTR_HIERARCHY call function 'FC_PRCTR_HIERARCHY' exporting e_kokrs = v_kokrs e_topnode = ld_setid tables it_pca_hi = it_pca_hrchy4x exceptions incorrect_coarea = 1 set_not_found = 2 others = 3.
RS_TREE_EXPAND call function 'RS_TREE_EXPAND' exporting node_id = it_node-id all = lf_expand_all * LIST_SCROLL = * depth = ld_depth exceptions not_found = 1 others = 2.
G_SET_FETCH call function 'G_SET_FETCH' exporting * class = '0106' * LANGU = * NO_AUTHORITY_CHECK = ' ' setnr = v_setid * SOURCE_CLIENT = * TABLE = ' ' * NO_TITLES = ' ' * NO_SETID_CONVERSION = 'X' importing set_header = set_header tables formula_lines = formula_lines set_lines_basic = set_lines_basic set_lines_data = set_lines_data set_lines_multi = set_lines_multi set_lines_single = set_lines_single exceptions no_authority = 1 set_is_broken = 2 set_not_found = 3 others = 4.
FC_DISMANTLE_HRCHY call function 'FC_DISMANTLE_HRCHY' exporting e_dimen = gd_dimen e_hrchy = ld_hry tables t_tf197 = it_tf197 exceptions not_in_order = 1 cycle = 2.
FC_CONGR_CREATE call function 'FC_CONGR_CREATE' exporting e_dimen = gd_dimen e_rvers = gd_rvers e_ryear = gd_ryear e_perid = gd_perid e_rldnr = gd_rldnr e_contp = '3' e_condense = '3' e_flag = space "Upload e_kokrs = v_kokrs importing i_action = gd_cghry_action tables t_tf160 = it_tf160 t_tf161 = it_tf161 t_tf162 = it_tf162 t_tf164 = it_tf164 t_tf165 = it_tf165 t_tf166 = it_tf166 t_tf167 = it_tf167 t_tf168 = it_tf168 t_tf169 = it_tf169 t_tf180 = it_tf180 t_tf181 = it_tf181 t_tf182 = it_tf182 t_tf183 = it_tf183 t_tf184 = it_tf184 t_tf189 = it_tf189 t_tfin010 = it_tfin010 t_tf160_del = it_tf160_del t_tf161_del = it_tf161_del t_tf162_del = it_tf162_del t_tf164_del = it_tf164_del t_tf165_del = it_tf165_del t_tf166_del = it_tf166_del t_tf167_del = it_tf167_del t_tf168_del = it_tf168_del t_tf169_del = it_tf169_del t_tf180_del = it_tf180_del t_tf181_del = it_tf181_del t_tf182_del = it_tf182_del t_tf183_del = it_tf183_del t_tf184_del = it_tf184_del t_tf189_del = it_tf189_del t_tfin010_del = it_tfin010_del t_congr_orguns = it_congr_orguns t_prctr_cocd = it_prctr_cocd exceptions others = 0.
FC_CONGR_CREATE call function 'FC_CONGR_CREATE' exporting e_dimen = gd_dimen e_rvers = gd_rvers e_ryear = gd_ryear e_perid = gd_perid e_rldnr = gd_rldnr e_contp = '3' e_condense = '3' e_flag = con_x "Gleicher Server e_kokrs = v_kokrs importing i_action = gd_cghry_action tables t_tf160 = it_tf160 t_tf161 = it_tf161 t_tf162 = it_tf162 t_tf164 = it_tf164 t_tf165 = it_tf165 t_tf166 = it_tf166 t_tf167 = it_tf167 t_tf168 = it_tf168 t_tf169 = it_tf169 t_tf180 = it_tf180 t_tf181 = it_tf181 t_tf182 = it_tf182 t_tf183 = it_tf183 t_tf184 = it_tf184 t_tf189 = it_tf189 t_tfin010 = it_tfin010 t_tf160_del = it_tf160_del t_tf161_del = it_tf161_del t_tf162_del = it_tf162_del t_tf164_del = it_tf164_del t_tf165_del = it_tf165_del t_tf166_del = it_tf166_del t_tf167_del = it_tf167_del t_tf168_del = it_tf168_del t_tf169_del = it_tf169_del t_tf180_del = it_tf180_del t_tf181_del = it_tf181_del t_tf182_del = it_tf182_del t_tf183_del = it_tf183_del t_tf184_del = it_tf184_del t_tf189_del = it_tf189_del t_tfin010_del = it_tfin010_del t_congr_orguns = it_congr_orguns t_prctr_cocd = it_prctr_cocd exceptions others = 0.
FC_DISMANTLE_HRCHY call function 'FC_DISMANTLE_HRCHY' exporting e_dimen = gd_dimen e_hrchy = ld_hry tables t_tf197 = it_tf197 exceptions not_in_order = 1 cycle = 2.
FC_CONGR_CREATE call function 'FC_CONGR_CREATE' exporting e_dimen = gd_dimen e_rvers = gd_rvers e_ryear = gd_ryear e_perid = gd_perid e_rldnr = gd_rldnr e_contp = '3' e_condense = '1' "Nach Gesellschaften e_flag = space "Upload importing i_action = gd_cghry_action tables t_tf160 = it_tf160 t_tf161 = it_tf161 t_tf162 = it_tf162 t_tf164 = it_tf164 t_tf165 = it_tf165 t_tf166 = it_tf166 t_tf167 = it_tf167 t_tf168 = it_tf168 t_tf169 = it_tf169 t_tf180 = it_tf180 t_tf181 = it_tf181 t_tf182 = it_tf182 t_tf183 = it_tf183 t_tf184 = it_tf184 t_tf189 = it_tf189 t_tfin010 = it_tfin010 t_tf160_del = it_tf160_del t_tf161_del = it_tf161_del t_tf162_del = it_tf162_del t_tf164_del = it_tf164_del t_tf165_del = it_tf165_del t_tf166_del = it_tf166_del t_tf167_del = it_tf167_del t_tf168_del = it_tf168_del t_tf169_del = it_tf169_del t_tf180_del = it_tf180_del t_tf181_del = it_tf181_del t_tf182_del = it_tf182_del t_tf183_del = it_tf183_del t_tf184_del = it_tf184_del t_tf189_del = it_tf189_del t_tfin010_del = it_tfin010_del t_congr_orguns = it_orguns t_prctr_cocd = it_prctr_cocd exceptions others = 0.
RS_TREE_EXPAND call function 'RS_TREE_EXPAND' exporting node_id = it_node-id all = lf_expand_all * LIST_SCROLL = * DEPTH = 1 exceptions not_found = 1 others = 2.
FC_DISMANTLE_HRCHY call function 'FC_DISMANTLE_HRCHY' exporting e_dimen = gd_dimen e_hrchy = ld_hry tables t_tf197 = it_tf197 exceptions not_in_order = 1 cycle = 2.
FC_CONGR_CREATE call function 'FC_CONGR_CREATE' exporting e_dimen = gd_dimen e_rvers = gd_rvers e_ryear = gd_ryear e_perid = gd_perid e_rldnr = gd_rldnr e_contp = '2' "GBereiche e_condense = '1' "Nach Gesellschaften importing i_action = gd_cghry_action tables t_tf160 = it_tf160 t_tf161 = it_tf161 t_tf162 = it_tf162 t_tf164 = it_tf164 t_tf165 = it_tf165 t_tf166 = it_tf166 t_tf167 = it_tf167 t_tf168 = it_tf168 t_tf169 = it_tf169 t_tf180 = it_tf180 t_tf181 = it_tf181 t_tf182 = it_tf182 t_tf183 = it_tf183 t_tf184 = it_tf184 t_tf189 = it_tf189 t_tfin010 = it_tfin010 t_tf160_del = it_tf160_del t_tf161_del = it_tf161_del t_tf162_del = it_tf162_del t_tf164_del = it_tf164_del t_tf165_del = it_tf165_del t_tf166_del = it_tf166_del t_tf167_del = it_tf167_del t_tf168_del = it_tf168_del t_tf169_del = it_tf169_del t_tf180_del = it_tf180_del t_tf181_del = it_tf181_del t_tf182_del = it_tf182_del t_tf183_del = it_tf183_del t_tf184_del = it_tf184_del t_tf189_del = it_tf189_del t_tfin010_del = it_tfin010_del t_congr_orguns = it_orguns t_gsber_rcomp = it_gsber_rcomp exceptions others = 0.
RS_TREE_EXPAND call function 'RS_TREE_EXPAND' exporting node_id = it_node-id all = lf_expand_all * LIST_SCROLL = * DEPTH = 1 exceptions not_found = 1 others = 2.
FC_DISMANTLE_HRCHY call function 'FC_DISMANTLE_HRCHY' exporting e_dimen = gd_dimen e_hrchy = ld_hry tables t_tf197 = it_tf197 exceptions not_in_order = 1 cycle = 2.
FC_CONGR_CREATE call function 'FC_CONGR_CREATE' exporting e_dimen = gd_dimen e_rvers = gd_rvers e_ryear = gd_ryear e_perid = gd_perid e_rldnr = gd_rldnr e_contp = '2' e_condense = '2' "Nach Geschäftsbereichen importing i_action = gd_cghry_action tables t_tf160 = it_tf160 t_tf161 = it_tf161 t_tf162 = it_tf162 t_tf164 = it_tf164 t_tf165 = it_tf165 t_tf166 = it_tf166 t_tf167 = it_tf167 t_tf168 = it_tf168 t_tf169 = it_tf169 t_tf180 = it_tf180 t_tf181 = it_tf181 t_tf182 = it_tf182 t_tf183 = it_tf183 t_tf184 = it_tf184 t_tf189 = it_tf189 t_tfin010 = it_tfin010 t_tf160_del = it_tf160_del t_tf161_del = it_tf161_del t_tf162_del = it_tf162_del t_tf164_del = it_tf164_del t_tf165_del = it_tf165_del t_tf166_del = it_tf166_del t_tf167_del = it_tf167_del t_tf168_del = it_tf168_del t_tf169_del = it_tf169_del t_tf180_del = it_tf180_del t_tf181_del = it_tf181_del t_tf182_del = it_tf182_del t_tf183_del = it_tf183_del t_tf184_del = it_tf184_del t_tf189_del = it_tf189_del t_tfin010_del = it_tfin010_del t_congr_orguns = it_orguns t_gsber_rcomp = it_gsber_rcomp exceptions others = 0.
RS_TREE_EXPAND call function 'RS_TREE_EXPAND' exporting node_id = it_node-id all = lf_expand_all * LIST_SCROLL = * DEPTH = 1 exceptions not_found = 1 others = 2.
FC_DISMANTLE_HRCHY call function 'FC_DISMANTLE_HRCHY' exporting e_dimen = gd_dimen e_hrchy = ld_hry tables t_tf197 = it_tf197 exceptions not_in_order = 1 cycle = 2.
FC_CONGR_CREATE call function 'FC_CONGR_CREATE' exporting e_dimen = gd_dimen e_rvers = gd_rvers e_ryear = gd_ryear e_perid = gd_perid e_rldnr = gd_rldnr e_contp = '3' e_condense = '1' "Nach Gesellschaften e_flag = con_x "Gleicher Server importing i_action = gd_cghry_action tables t_tf160 = it_tf160 t_tf161 = it_tf161 t_tf162 = it_tf162 t_tf164 = it_tf164 t_tf165 = it_tf165 t_tf166 = it_tf166 t_tf167 = it_tf167 t_tf168 = it_tf168 t_tf169 = it_tf169 t_tf180 = it_tf180 t_tf181 = it_tf181 t_tf182 = it_tf182 t_tf183 = it_tf183 t_tf184 = it_tf184 t_tf189 = it_tf189 t_tfin010 = it_tfin010 t_tf160_del = it_tf160_del t_tf161_del = it_tf161_del t_tf162_del = it_tf162_del t_tf164_del = it_tf164_del t_tf165_del = it_tf165_del t_tf166_del = it_tf166_del t_tf167_del = it_tf167_del t_tf168_del = it_tf168_del t_tf169_del = it_tf169_del t_tf180_del = it_tf180_del t_tf181_del = it_tf181_del t_tf182_del = it_tf182_del t_tf183_del = it_tf183_del t_tf184_del = it_tf184_del t_tf189_del = it_tf189_del t_tfin010_del = it_tfin010_del t_congr_orguns = it_orguns t_prctr_cocd = it_prctr_cocd exceptions others = 0.
RS_TREE_EXPAND call function 'RS_TREE_EXPAND' exporting node_id = it_node-id all = lf_expand_all * LIST_SCROLL = * DEPTH = 1 exceptions not_found = 1 others = 2.
FC_HANDLE_TF189 call function 'FC_HANDLE_TF189' exporting e_mode = 'U' e_strvs = v_strvs e_ryear_inv = ld_ryear_inv e_perid_inv = ld_perid_inv tables t_tf189 = it_tf189 t_tf189_del = it_tf189_del t_tf189_wt = it_tf189_wt exceptions others = 1.
FC_HANDLE_TF189 call function 'FC_HANDLE_TF189' exporting e_mode = 'U' e_strvs = gd_strvs e_ryear_inv = gd_ryear_inv e_perid_inv = gd_perid_inv tables t_tf189 = it_tf189 t_tf189_del = it_tf189_del t_tf189_wt = it_tf189_wt exceptions others = 1.
RS_TREE_GET_NODE call function 'RS_TREE_GET_NODE' exporting node_id = v_id importing node_info = a_snodetext exceptions id_not_found = 01.
FC_AUTHORITY_CHECK call function 'FC_AUTHORITY_CHECK' exporting e_id = 'CONGR' e_congr = '*' " Berechtigung * notwendig !! e_actvt = '02' " Aendern erlaubt ? e_dimen = v_dimen.
FC_AUTHORITY_CHECK call function 'FC_AUTHORITY_CHECK' exporting e_id = 'CONGR' e_congr = ld_congr e_actvt = '02' " Aendern Kreis erlaubt ? e_dimen = v_dimen.
FC_AUTHORITY_CHECK call function 'FC_AUTHORITY_CHECK' exporting e_id = 'BUNIT' e_bunit = ld_bunit e_actvt = '02' " Aendern Einheit erlaubt ? e_dimen = v_dimen.
FC_T000K_READ call function 'FC_T000K_READ' importing e_periv = ld_periv e_indmc = ld_indmc "wms365128 tables t_ra_contp = ct_ra_contp e_t_contp_trans = lt_contp_trans exceptions others = 1.
FC_ENCODING_INFO_READ call function 'FC_ENCODING_INFO_READ' exporting i_flg_rules_read = space tables i_t_ra_contp = ct_ra_contp i_t_ra_dimen = lt_ra_dimen e_t_tfin000 = lt_tfin000 exceptions no_data_stream = 1 no_act_data_stream = 2 no_rules = 3 no_act_rules = 4 others = 5.
FC_ECCS_MASTER_DATA_UPDATE call function 'FC_ECCS_MASTER_DATA_UPDATE' tables t_tfin000 = lt_tfin000 t_contp_trans = lt_contp_trans i_t_contp_bunit = lt_contp_bunit changing c_periv = ld_periv exceptions eccs_not_active = 1 no_active_constype = 2 no_t000k_entries = 3 no_data_stream = 4 no_active_data_stream = 5 no_eccs_ledger = 6 cu_masschange_error = 7 others = 8.
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 FICSHF01 or its description.
FICSHF01 - Include FICSHF01 FICSGN20 - Alternative Set Generation in Item Hierarchy for Reporting FICSGN20 - Alternative Set Generation in Item Hierarchy for Reporting FICSGN1S - documentation and ABAP source code FICSGN10 - Delete Generated Sets (Units/Items) FICSGN10 - Delete Generated Sets (Units/Items)