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
Below is a list of transaction codes which are relevant to this SAP report
7KET - Execute Formula Planning
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RCOPCATE - Execute profit center formula planning RCOPCATE - Execute profit center formula planning RCOPCA98 - Allocation Postprocessing Program for Bal. Sheet Accts in Profit Cntrs RCOPCA98 - Allocation Postprocessing Program for Bal. Sheet Accts in Profit Cntrs RCOPCA97_GENERATED - Report for Background Processing RCOPCA97_GENERATED - Report for Background Processing