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

FICC2F80 SAP ABAP INCLUDE - documentation and ABAP source code







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

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_SYSTEM_USAGE_GET call function 'FC_COI_SYSTEM_USAGE_GET' exporting i_dimen = is_param-dimen importing e_hfsflg = l_hfsflg.

FC_GET_CU_HFS call function 'FC_GET_CU_HFS' exporting i_dimen = is_param-dimen i_rvers = is_param-rvers i_ryear = is_param-year i_perid = is_param-cur_period importing et_cu_hfs = lt_cu_hfs.

FC_COI_DEPRECIATE call function 'FC_COI_DEPRECIATE' exporting e_type = ls_hr_prop-dmeth e_pcnt = ls_hr_prop-dpcnt e_y_life = ls_hr_prop-ddyrs e_p_life = ls_hr_prop-ddper e_y_create = 0 e_p_create = 0 e_y_begin = ls_hr_prop-byear e_p_begin = ls_hr_prop-bperi e_y_cur = is_param-year e_p_cur = is_param-cur_period e_interval = l_interval e_start = ls_hr_utd-start e_rest = ls_hr_utd-rest importing i_rest = ls_hr_utd-rest.



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