FICC2F81 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 FICC2F81 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_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 = ls_hra_all-cyear e_p_cur = ls_hra_all-cperi e_interval = l_interval e_start = l_start e_rest = l_rest importing i_diff = ls_hra_all-valdn i_rest = ls_hra_all-valen.
FC_COI_DEPRECIATE call function 'FC_COI_DEPRECIATE' exporting e_type = is_hr_prop-dmeth e_pcnt = is_hr_prop-dpcnt e_y_life = is_hr_prop-ddyrs e_p_life = is_hr_prop-ddper e_y_create = 0 e_p_create = 0 e_y_begin = is_hr_prop-byear e_p_begin = is_hr_prop-bperi e_y_cur = cs_hra_all-cyear e_p_cur = cs_hra_all-cperi e_interval = s_interval e_start = s_start e_rest = s_rest importing i_diff = cs_hra_all-valdn i_rest = cs_hra_all-valen.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.