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

FICC2F21 SAP ABAP INCLUDE - documentation and ABAP source code







FICC2F21 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 FICC2F21 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 FICC2F21. "Basic submit
SUBMIT FICC2F21 AND RETURN. "Return to original report after report execution complete
SUBMIT FICC2F21 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 FICC2F21

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:

FC_COI_OC_CONGR_READ call function 'FC_COI_OC_CONGR_READ' exporting e_dimen = i_dimen e_rvers = i_rvers e_ryear = l_cy e_perid = ls_fscat_p-perid importing it_congr = ls_oc-t_congr.

FC_COI_OC_ORGCH_READ call function 'FC_COI_OC_ORGCH_READ' exporting e_dimen = i_dimen e_rvers = i_rvers e_itclg = i_itclg e_rldnr = ls_cg-rldnr e_ryear = l_cy e_perid = ls_fscat_p-perid e_frperid = ls_fscat_p-frperid "wmsOC0128 e_bunit_def = is_cust-bunit_def "wmsOC018A et_inv = lt_inv[] e_sel_flg = space e_status_flg = space importing it_orgch_congr = ls_oc-t_orgch_congr it_oc_sender_error = lt_oc_error[]. "wmsOC060B

FC_COIMETH_HIERARCHY call function 'FC_COIMETH_HIERARCHY' exporting e_dimen = i_dimen et_congr = lt_congr e_rvers = i_rvers e_ryear = i_cy "i_ryear e_perid = i_cp "i_perid e_mother_check = x e_method_check = x e_method_types = x importing it_cg_cg = lt_cg_cg_meth it_cg = lt_cg_meth it_cu = lt_cu_meth it_ch = lt_ch_meth it_propn = lt_propn_meth.

FC_COI_METH_GET call function 'FC_COI_METH_GET' exporting e_dimen = i_dimen e_itclg = i_itclg changing ct_cmeth = lt_cmeth.

FC_BCF call function 'FC_BCF' exporting e_rvers = ld_rvers e_itclg = ld_itclg e_dimen = ld_dimen e_ryear = ld_ryear et_fields = st_fields et_kfig = st_kfig e_delete_zero = x et_data = it_tot importing it_data = it_tot_tmp.

FC_COI_HR_DATA_READ call function 'FC_COI_HR_DATA_READ' exporting e_dimen = i_dimen e_rldnr = i_rldnr e_itclg = i_itclg e_rvers = i_rvers e_ryear = cs_hrp-ny e_perid = cs_hrp-np e_fryear = 0 e_fperid = 0 et_bunit = lt_bunit importing it_hr = ct_hr.

FC_COI_HR_DATA_CALC call function 'FC_COI_HR_DATA_CALC' exporting e_dimen = i_dimen e_rldnr = i_rldnr e_itclg = i_itclg e_rvers = i_rvers e_ryear = cs_hrp-ny e_perid = cs_hrp-np changing ct_hr = ct_hr ct_hrprop = cs_hrp-t_hr_prop.



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