SAP Reports / Programs | Enterprise Controlling | Consolidation(EC-CS) SAP EC

FICRCL00F02 SAP ABAP INCLUDE - documentation and ABAP source code







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT FICRCL00F02. "Basic submit
SUBMIT FICRCL00F02 AND RETURN. "Return to original report after report execution complete
SUBMIT FICRCL00F02 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT FICRCL00F02

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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



Contribute (Add Comments)

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 FICRCL00F02 or its description.