FICC2F15 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 FICC2F15 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_EQU_READ_CG call function 'FC_COI_EQU_READ_CG' " it_bunit-selind irrelevant exporting e_dimen = ld_dimen "jos120603 e_ryear = ld_ryear e_perid = ld_perid et_congr = it_congr et_bunit = it_bunit et_equ = it_equ_all et_equ_db = it_equ_db et_ni = it_ni_all et_ni_db = it_ni_db importing it_equ = it_equ it_ni = it_ni.
FC_COI_GWA_READ call function 'FC_COI_GWA_READ' " it_bunit-selind is relevant exporting " it_gwa should contain only e_dimen = ld_dimen " records for CU's that are e_rldnr = ld_rldnr " treated by C/I in this run, e_itclg = ld_itclg " because all records in e_rvers = ld_rvers " it_gwa, which are not e_ryear = ld_ryear " touched by C/I, are deleted e_frperid = ld_frperid e_perid = ld_perid e_ny = ld_ny e_frnp = ld_frnp e_np = ld_np e_congr = ld_congr et_bunit = it_bunit importing it_gwa = it_gwa.
FC_COI_GWA_LCIE_TRANSLATE CALL FUNCTION 'FC_COI_GWA_LCIE_TRANSLATE' EXPORTING I_DIMEN = ld_dimen I_RVERS = ld_rvers I_RYEAR = ld_ryear I_PERID = ld_perid i_itclg = ld_itclg I_RLDNR = ld_rldnr I_FSCAT = ld_fscat * I_XRIND = i_gcurr = ld_gcurr IT_CU_METH = lT_CU_METH IT_CMETH = IT_CMETH IMPORTING ET_MESSAGE = lt_msg CHANGING CT_GWA = it_gwa.
FC_COI_HRA_READ call function 'FC_COI_HRA_READ' " it_bunit-selind is relevant exporting " et_hra should contain only e_dimen = i_dimen " records for CU's that are e_itclg = i_itclg " treated by C/I in this run, e_rvers = i_rvers " because all records in e_ryear = i_ryear " et_hra, which are not e_frperid = i_frperid " touched by C/I, are deleted e_perid = i_perid * e_ny = is_hrp-ny "STO241100 * e_frnp = is_hrp-frnp "STO241100 * e_np = is_hrp-np "STO241100 E_NY = LD_NY "STO241100 E_FRNP = I_FRNP "STO241100 E_NP = I_NP "STO241100 e_congr = i_congr et_bunit = it_bunit importing it_hra = et_hra.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.