FICPVF01 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 FICPVF01 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_GET_VERSIONS CALL FUNCTION 'FC_GET_VERSIONS' EXPORTING e_errflg = gd_err_flg e_rvers = pa_rvers IMPORTING i_ctrvs = gd_ctrvs "Umrechnungsversion i_curvs = gd_curvs "Kursversion i_fixvs = gd_fixvs "Fixpositionenversion i_inpvs = gd_inpvs "Erfassungsversion i_ldrvs = gd_ldrvs "Ledgerversion i_strvs = gd_strvs "Strukturversion i_taxvs = gd_taxvs. "Steuersatzversion
FC_COIMETH_HIERARCHY CALL FUNCTION 'FC_COIMETH_HIERARCHY' EXPORTING e_dimen = pa_dimen e_rvers = pa_rvers e_ryear = pa_ryear e_perid = pa_perid e_rollup_cu = con_x "mix023075 e_method_types = con_x e_method_check = gd_ustpflg "mixretrof e_unassigned_meth = con_x "mix100304 e_pcc_cu_assignment = 'X' "mix767968 IMPORTING it_cg = it_cg it_cu = it_cu it_ch = gt_ch_meth "mixretrof it_cg_mhry = it_cg_mhry it_cu_mhry = it_cu_mhry.
FC_COIMETH_HIERARCHY CALL FUNCTION 'FC_COIMETH_HIERARCHY' EXPORTING e_dimen = pa_dimen e_congr = pa_congr e_rvers = pa_rvers e_ryear = pa_ryear e_perid = pa_perid e_method_types = con_x IMPORTING it_cu_mhry = it_bunit_mhry it_cg_mhry = it_congr_mhry.
FC_SELITEM_GET CALL FUNCTION 'FC_SELITEM_GET' EXPORTING es_param = ls_param IMPORTING * is_inherit = ls_sel_inher it_selitem = lt_item.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.