FICRCL00F02 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 FICRCL00F02 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!
SAPGUI_PROGRESS_INDICATOR * CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' "STO070600 * EXPORTING "STO070600 * text = text-100. "STO070600
FC_TOTALS_SELECT CALL FUNCTION 'FC_TOTALS_SELECT' EXPORTING it_sel = it_sel it_fields = it_fields it_kfig = it_kfig e_perid = ld_perid e_rvers = ld_rvers e_ryear = ld_ryear IMPORTING it_data = ld_it_ecmca[].
FC_RCL_RULE_SOLVER CALL FUNCTION 'FC_RCL_RULE_SOLVER' EXPORTING e_dimen = a_params-dimen e_itclg = a_params-itclg e_rvers = a_params-rvers e_ryear = a_params-ryear e_perid = a_params-perid e_cmeth = a_rcl-cmeth e_seqno = v_seqno e_plevl = a_rcl-doctyp-rlevl et_ra_bunit = it_ra_bunit IMPORTING it_sel_export = it_sel TABLES it_tf560a = a_rcl-it_ifield[] EXCEPTIONS exc_no_values = 1 OTHERS = 2.
FC_TOTALS_SELECT_FROM_ITAB CALL FUNCTION 'FC_TOTALS_SELECT_FROM_ITAB' EXPORTING it_sel = it_sel it_fields = it_fields it_kfig = it_kfig e_perid = i_perid "BIK221101 e_rvers = i_rvers "BIK221101 e_ryear = i_ryear "BIK221101 et_ecmca = lt_doc IMPORTING it_data = lt_ecmca[].
FC_COIMETH_HIERARCHY CALL FUNCTION 'FC_COIMETH_HIERARCHY' EXPORTING e_dimen = a_params-dimen et_congr = lt_congr[] e_rvers = a_params-rvers e_ryear = a_params-ryear e_perid = a_params-perid IMPORTING it_cg = it_cg it_cu = it_cu.
FC_ITEM_PROPERTIES CALL FUNCTION 'FC_ITEM_PROPERTIES' EXPORTING e_rvers = a_params-rvers e_itclg = a_params-itclg * IMPORTING it_message = it_msg_dummy CHANGING ct_item_prop = it_iprop[].
FC_GET_VERSIONS CALL FUNCTION 'FC_GET_VERSIONS' "bik021101 EXPORTING "bik021101 e_rvers = a_params-rvers "bik021101 IMPORTING "bik021101 i_taxvs = l_taxvs. "bik021101
FC_EXECUTABILITY_CHECK_RCL CALL FUNCTION 'FC_EXECUTABILITY_CHECK_RCL' EXPORTING i_dimen = is_params-dimen i_rvers = is_params-rvers i_perid = is_params-perid i_ryear = is_params-ryear i_orgcu = i_bunit i_cacti = is_params-cacti IMPORTING e_exec_flg = cf_exec et_message = lt_message.
FC_GET_CU_HFS CALL FUNCTION 'FC_GET_CU_HFS' EXPORTING i_dimen = is_params-dimen i_rvers = is_params-rvers i_ryear = is_params-ryear i_perid = is_params-perid IMPORTING et_cu_hfs = lt_cu_hfs et_cu_dop = lt_cu_dop.
FC_COIMETH_HIERARCHY CALL FUNCTION 'FC_COIMETH_HIERARCHY' EXPORTING e_dimen = is_params-dimen e_congr = is_params-congr e_rvers = is_params-rvers e_ryear = is_params-ryear e_perid = is_params-perid IMPORTING it_cu_mhry = lt_cu_mhry. "list of cons units in hierarchy
FC_GET_CU_HFS CALL FUNCTION 'FC_GET_CU_HFS' EXPORTING i_dimen = is_params-dimen i_rvers = is_params-rvers i_ryear = is_params-ryear i_perid = is_params-perid IMPORTING et_cu_hfs = lt_cu_hfs et_cu_dop = lt_cu_dop.
FC_COIMETH_HIERARCHY CALL FUNCTION 'FC_COIMETH_HIERARCHY' EXPORTING e_dimen = is_params-dimen e_congr = is_params-congr e_rvers = is_params-rvers e_ryear = is_params-ryear e_perid = is_params-perid IMPORTING it_cg_mhry = lt_cg_mhry "list of cons groups in hierarchy it_cu_mhry = lt_cu_mhry. "list of cons units in hierarchy
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.