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

FICPVF01 SAP ABAP INCLUDE - documentation and ABAP source code







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


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

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_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.



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