FICUP189 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 FICUP189 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
CX1C3 - Copy Cons Group Hierarchies
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: Upload Consolidation Group Hierarchies
Text Symbol: F01 = Technical Settings
No SAP DATABASE tables are accessed within this REPORT code!
WS_FILENAME_GET CALL FUNCTION 'WS_FILENAME_GET' EXPORTING mask = ',*.*,*.*.'
FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = gc_filename parameter_1 = sy-cprog CHANGING physical_filename = pa_pfile EXCEPTIONS OTHERS = 1.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = gc_struc_hlp fieldname = id_fieldname TABLES dfies_tab = lt_dfies.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = gc_struc TABLES dfies_tab = lt_dfies.
WS_UPLOAD * CALL FUNCTION 'WS_UPLOAD' * EXPORTING FILENAME = ID_FILE * FILETYPE = 'ASC' * TABLES DATA_TAB = LT_LINE * EXCEPTIONS FILE_OPEN_ERROR = 2 * FILE_READ_ERROR = 3.
FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = gc_filename parameter_1 = sy-cprog CHANGING physical_filename = id_file EXCEPTIONS OTHERS = 1.
FC_COI_SYSTEM_USAGE_GET CALL FUNCTION 'FC_COI_SYSTEM_USAGE_GET' EXPORTING i_dimen = es_param-dimen IMPORTING e_ocflg = ef_ocflg e_hfsflg = ef_hfsflg "jbu140410 e_merflg = ef_merflg. "mix031109
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input =
IMPORTING output = .
FC_GET_VERSIONS CALL FUNCTION 'FC_GET_VERSIONS' EXPORTING e_rvers = cs_param-rvers IMPORTING i_strvs = cs_param-strvs.
CONVERSION_EXIT_INVGJ_INPUT CALL FUNCTION 'CONVERSION_EXIT_INVGJ_INPUT' EXPORTING input = cs_param-ryear IMPORTING output = cs_param-fryear.
CONVERSION_EXIT_INVPR_INPUT CALL FUNCTION 'CONVERSION_EXIT_INVPR_INPUT' EXPORTING input = cs_param-perid IMPORTING output = cs_param-frperid.
FC_HRCHY_TF189 CALL FUNCTION 'FC_HRCHY_TF189' EXPORTING e_dimen = is_param-dimen e_rvers = is_param-rvers e_ryear = is_param-ryear e_perid = is_param-perid e_action = 'S' et_cgcu = lt_cgcu TABLES t_tf189 = lt_tf189 t_tf189_del = lt_tf189_del.
FC_HANDLE_TF189 CALL FUNCTION 'FC_HANDLE_TF189' EXPORTING e_mode = 'D' e_dimen = is_param-dimen e_strvs = is_param-strvs e_ryear_inv = is_param-fryear e_perid_inv = is_param-frperid e_rvers = is_param-rvers TABLES t_tf189 = lt_tf189 t_tf189_del = lt_tf189_del t_tf189_wt = lt_tf189_wt.
FC_HRCHY_TF189 CALL FUNCTION 'FC_HRCHY_TF189' EXPORTING e_dimen = is_param-dimen e_rvers = is_param-rvers e_ryear = is_param-ryear e_perid = is_param-perid e_action = 'C' et_cgcu = lt_cgcu IMPORTING it_msg = ct_message TABLES t_tf189 = lt_tf189 t_tf189_del = lt_tf189_del.
FC_HANDLE_TF189 CALL FUNCTION 'FC_HANDLE_TF189' EXPORTING e_mode = 'P' e_dimen = is_param-dimen e_strvs = is_param-strvs e_ryear_inv = is_param-fryear e_perid_inv = is_param-frperid e_rvers = is_param-rvers e_customizing_object = gc_cust_obj TABLES t_tf189 = lt_tf189 t_tf189_del = lt_tf189_del.
FC_AT_RECORDING_CHECK CALL FUNCTION 'FC_AT_RECORDING_CHECK' EXPORTING e_object = gc_cust_obj IMPORTING i_object_appendable = lf_recording.
FC_AT_REQUEST_APPEND CALL FUNCTION 'FC_AT_REQUEST_APPEND' EXPORTING e_tabname = 'TF192' e_object = gc_cust_obj TABLES it_keylist = lt_tf192.
FC_AT_REQUEST_SAVE CALL FUNCTION 'FC_AT_REQUEST_SAVE'.
CALL FUNCTION 'FC_TREE_DISPLAY' EXPORTING e_title = sy-title e_tab_struct = gc_struc e_hlp_struct = gc_struc_hlp et_data = lt_data et_list = lt_list et_fdisp = lt_fdisp et_blist = lt_blist et_mdata = lt_mdata CHANGING ct_work = lt_work ct_ffix = lt_ffix 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 FICUP189 or its description.