SAP Reports / Programs | Enterprise Controlling | Profit Center Accounting(EC-PCA) SAP EC

RECPCP20 SAP ABAP INCLUDE - EC-PCA: Data Selection for CO Plan Data: Log







RECPCP20 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 RECPCP20 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 RECPCP20. "Basic submit
SUBMIT RECPCP20 AND RETURN. "Return to original report after report execution complete
SUBMIT RECPCP20 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: EC-PCA: Data Selection for CO Plan Data: Log


INCLUDES used within this REPORT RECPCP20

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:

PCA_1KE0_READ_PROT CALL FUNCTION 'PCA_1KE0_READ_PROT' EXPORTING i_kokrs = p_kokrs i_kwaers = tka01-waers i_gjahr = p_gjahr i_plan_version = p_versn i_header_text = ld_header_text i_co_area_text = tka01-bezei.

COPCA_DISPLAY_ALV_PROTOCOLL CALL FUNCTION 'COPCA_DISPLAY_ALV_PROTOCOLL' EXPORTING i_report = 'RKEPCU20' i_structure_name1 = 'PCA_COPLAN_ALV' i_structure_name2 = 'PCA_COPLAN_ALV' i_co_area = p_kokrs i_year = p_gjahr i_plan_version = p_versn i_ledger = t_ledger i_testrun = p_test i_line_items = 'O' i_co_area_text = tka01-bezei i_header_text = ld_header_text i_prot = '2' TABLES it_data1 = lt_pca_coplan_alv it_data2 = lt_pca_coplan_alv2 * IT_TOP_OF_PAGE = EXCEPTIONS insufficient_input = 1 OTHERS = 2.

REMD_IMKEY_TO_EMPGE CALL FUNCTION 'REMD_IMKEY_TO_EMPGE' EXPORTING i_imkey = l_imkey IMPORTING e_empge = l_empge e_konty = l_konty EXCEPTIONS not_found = 1 OTHERS = 2.

RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING CURR_REPORT = sy-repid TABLES SELECTION_TABLE = lt_rsparams.

G_UPDATE_T800HIST CALL FUNCTION 'G_UPDATE_T800HIST' EXPORTING I_OBJNAME = sy-repid TABLES T_RSPARAMS = lt_rsparams.



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