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
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!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.