RECPCVF2 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 RECPCVF2 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.
Title: EC-PCA: Forms for Preliminary Steps to CO Plan Data Transfer
INCLUDE IFRE_BEGIN_OF_RE_CLASSIC.
INCLUDE IFRE_END_OF_RE_CLASSIC.
INCLUDE IFRE_BEGIN_OF_RE_EA_FIN.
INCLUDE IFRE_END_OF_RE_EA_FIN.
No SAP DATABASE tables are accessed within this REPORT code!
K_KOKRS_SET * call function 'K_KOKRS_SET' * exporting * display = ' ' * i_kokrs = ' ' * popup = '0' * importing * e_kokrs = p_kokrs.
K_KOKRS_SET * call function 'K_KOKRS_SET' * exporting * display = ' ' * i_kokrs = ' ' * popup = ' ' * importing * e_kokrs = p_kokrs * e_action = action.
COPCA_ACTIVE_PLAN call function 'COPCA_ACTIVE_PLAN' exporting gjahr = p_gjahr kokrs = p_kokrs pcrch = gc-buch rvers = p_versn importing epskz = gv-epskz lmona = gv-lmona pcacur = gv-pcacur pcacurtp = gv-pcacurtp pcatrcur = gv-pcatrcur vspkz = gv-vspkz pcbel = gv-pcbel dprct = gv-dprct exceptions copca_not_active = 01.
G_ADMI_AUTHORITY_CHECK call function 'G_ADMI_AUTHORITY_CHECK' exporting activity = '13' "Datenübernahme exceptions not_authorized = 04.
COPCA_FIX_GLEDGER call function 'COPCA_FIX_GLEDGER' importing f_gledger = gf_gledger.
COPCA_PRCTR_PLAN_VORGAENGE call function 'COPCA_PRCTR_PLAN_VORGAENGE' tables vorgaenge = t_rel.
FIRST_DAY_IN_PERIOD_GET call function 'FIRST_DAY_IN_PERIOD_GET' exporting i_gjahr = p_gjahr i_periv = tka01-lmona i_poper = '001' importing e_date = kostl_datum exceptions others = 1.
OBJECTS_GET_FOR_KOKRS_PRCTR_EO call function 'OBJECTS_GET_FOR_KOKRS_PRCTR_EO' exporting kokrs = p_kokrs versi = p_versn gjahr = p_gjahr tables ecoiob = ieobjn exceptions kokrs_not_found = 01 operating_concern_not_assigned = 02.
READ_NETWORK_FOR_PRCTR call function 'READ_NETWORK_FOR_PRCTR' exporting kokrs = p_kokrs tables sel_network = iselopt coiob_exp = inetzpl.
K_KOKRS_READ call function 'K_KOKRS_READ' exporting gjahr = p_gjahr kokrs = p_kokrs importing * E_TKA00 = e_tka01 = i_tka01 exceptions not_found = 1 not_found_gjahr = 2 others = 3.
FIRST_AND_LAST_DAY_IN_YEAR_GET call function 'FIRST_AND_LAST_DAY_IN_YEAR_GET' exporting i_gjahr = p_gjahr i_periv = i_tka01-lmona importing e_first_day = date_from e_last_day = date_to exceptions input_false = 1 t009_notfound = 2 t009b_notfound = 3 others = 4.
K_PROCESSES_SELECT call function 'K_PROCESSES_SELECT' exporting kokrs = p_kokrs bp_from = p_prznr-low bp_to = p_prznr-high * BP_GROUP = BP_GROUP = p_bpgrp "RDI "4.6a
REEX_PLAN_CB_GET_OBJECT_TYPES CALL FUNCTION 'REEX_PLAN_CB_GET_OBJECT_TYPES' IMPORTING et_objtype = lt_objtype.
CONVERSION_EXIT_OBART_OUTPUT call function 'CONVERSION_EXIT_OBART_OUTPUT' exporting input = lth_obart-obart importing output = convert_obart.
OBJECTS_GET_FOR_KOKRS_IA call function 'OBJECTS_GET_FOR_KOKRS_IA' exporting kokrs = p_kokrs tables onrtab = iimmo exceptions others = 0.
OBJECTS_GET_FOR_KOKRS_IB call function 'OBJECTS_GET_FOR_KOKRS_IB' exporting kokrs = p_kokrs tables onrtab = iimmo exceptions others = 0.
OBJECTS_GET_FOR_KOKRS_IC call function 'OBJECTS_GET_FOR_KOKRS_IC' exporting kokrs = p_kokrs tables onrtab = iimmo exceptions others = 0.
OBJECTS_GET_FOR_KOKRS_IG call function 'OBJECTS_GET_FOR_KOKRS_IG' exporting kokrs = p_kokrs tables onrtab = iimmo exceptions others = 0.
call function 'OBJECTS_GET_FOR_KOKRS_IM' exporting kokrs = p_kokrs tables onrtab = iimmo exceptions others = 0.
OBJECTS_GET_FOR_KOKRS_IV call function 'OBJECTS_GET_FOR_KOKRS_IV' exporting kokrs = p_kokrs tables onrtab = iimmo exceptions others = 0.
OBJECTS_GET_FOR_KOKRS_IW call function 'OBJECTS_GET_FOR_KOKRS_IW' exporting kokrs = p_kokrs tables onrtab = iimmo exceptions others = 0.
REEX_CB_OBJECTS_GET_FOR_KOKRS call function 'REEX_CB_OBJECTS_GET_FOR_KOKRS' exporting id_kokrs = p_kokrs id_objtype = 'IS' tables ct_onrtab = iimmo exceptions others = 0.
REMD_DECODE_IMKEY_RFVIPOS call function 'REMD_DECODE_IMKEY_RFVIPOS' exporting i_objnr = iimmo-objnr importing e_rfvipos = l_rfvipos exceptions object_does_not_exist = 1 object_key_inconsistent = 2 others = 3.
FIRST_AND_LAST_DAY_IN_YEAR_GET call function 'FIRST_AND_LAST_DAY_IN_YEAR_GET' exporting i_gjahr = p_gjahr i_periv = tka01-lmona importing e_first_day = help_date_from e_last_day = help_date_to.
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 RECPCVF2 or its description.
RECPCVF2 - EC-PCA: Forms for Preliminary Steps to CO Plan Data Transfer RECPCV20 - EC-PCA: CO Plan Data Transfer: Preliminary Steps RECPCST2 - EC-PCA: Post CO Plan Data: Control RECPCSL2 - EC-PCA: Data Selection for CO Plan Data Transfer RECPCSF2 - EC-PCA: Data Selection for CO Plan Data Transfer RECPCSC2 - EC-PCA: Post CO Plan Data: Selection Screen