SAP Reports / Programs

RCOPCATE SAP ABAP Report - Execute profit center formula planning







RCOPCATE is a standard Executable ABAP Report 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 RCOPCATE into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

7KET - Execute Formula Planning


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


Text pool values


Selection Text: BATCH = D Background Processing
Selection Text: BUKRS_RG = D Company Code
Selection Text: DETAIL = D Detail lists
Selection Text: KOKRS = D Controlling area
Selection Text: PCGROUP = D Profit center group
Selection Text: PER_FROM = D Posting period
Selection Text: PER_TO = D Posting period
Selection Text: PRCTR_RG = D Profit center
Selection Text: TEST = D Test run
Selection Text: VERSN = D Version
Selection Text: YEAR = D Fiscal year
Title: Execute profit center formula planning
Text Symbol: 001 = Or
Text Symbol: 002 = Parameters
Text Symbol: 003 = Processing options
Text Symbol: 004 = To
Text Symbol: 005 = Period
Text Symbol: 006 = To


INCLUDES used within this REPORT RCOPCATE

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:

ECPCA_RPMAX_VALUE_REQUEST CALL FUNCTION 'ECPCA_RPMAX_VALUE_REQUEST' EXPORTING i_kokrs = kokrs i_ryear = year IMPORTING e_rpmax = per_from.

ECPCA_RPMAX_VALUE_REQUEST CALL FUNCTION 'ECPCA_RPMAX_VALUE_REQUEST' EXPORTING i_kokrs = kokrs i_ryear = year IMPORTING e_rpmax = per_to.

K_GROUP_SELECT CALL FUNCTION 'K_GROUP_SELECT' EXPORTING CLASS = '0106' FIELD_NAME = 'RPRCTR' TABLE = 'GLPCT' KOKRS = kokrs IMPORTING SET_NAME = pcgroup EXCEPTIONS NO_SET_PICKED = 1 OTHERS = 2.

K_PCA_TEMPLATE_EVAL_RUN CALL FUNCTION 'K_PCA_TEMPLATE_EVAL_RUN' EXPORTING i_kokrs = kokrs i_prctr_group = pcgroup i_versn = versn i_period_from = per_from i_period_to = per_to i_year = year i_batch = space i_test = test i_detail = detail TABLES i_prctr_range = prctr_rg i_bukrs_range = bukrs_rg.



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