SAP Reports / Programs | Enterprise Controlling | Executive Information System | Data Collection(EC-EIS-DCM) SAP EC

SAPMKCPL2 SAP ABAP dialog Program - Automatic Planning







SAPMKCPL2 is a standard Module pool for a dialog screen ABAP Program 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 SAPMKCPL2 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

KCP22 - Automatic Planning: Forecast
KCP2 - Automatic Planning: Forecast
KCPA - Automatic Planning: Copy
KCPA2 - Copy
KCP0 - Automatic Planning
KCPT2 - Automatic Planning: Top-Down
KCPL - Automatic Planning: Change
KCPT - Automatic planning: top-down distr.
KCPL2 - Automatic Planning: Change


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


Text pool values


Title: Automatic Planning
Text Symbol: 031 = Planng run concluded
Text Symbol: 032 = Name of plan aid for revaluation:
Text Symbol: 033 = Name of plan aid for seasonal distribn.:
Text Symbol: 034 = Name of plan aid for forecast:
Text Symbol: 035 = Number of data records read from the database:
Text Symbol: 036 = Planning run started:
Text Symbol: 037 = Planning run ended:
Text Symbol: 040 = Planning run ended without action
Text Symbol: 041 = No distribution data found. Planning run ended without action.
Text Symbol: 042 = Last entry
Text Symbol: 043 = Parameters of current planning run
Text Symbol: 044 = Target aspect:
Text Symbol: 045 = Version of target aspect:
Text Symbol: 046 = Start period of target aspect:
Text Symbol: 047 = End period of target aspect:
Text Symbol: 048 = Source aspect:
Text Symbol: 049 = Version of source aspect:
Text Symbol: 050 = Start period of source aspect:
Text Symbol: 051 = End period of source aspect:
Text Symbol: 052 = Technical Variant Name
Text Symbol: 053 = Text of Variants
Text Symbol: 054 = Selection Characteristic 1
Text Symbol: 055 = Selection Characteristic 2
Text Symbol: 056 = Selection Characteristic 3
Text Symbol: 057 = Selection Key Figure 1
Text Symbol: 058 = Selection Key Figure 2
Text Symbol: 059 = Calculate
Text Symbol: 030 = No. of data records deleted:
Text Symbol: 001 = Last entry
Text Symbol: 002 = Parameterization
Text Symbol: 003 = Copy
Text Symbol: 004 = Change
Text Symbol: 005 = Forecast
Text Symbol: 006 = Top-down
Text Symbol: 007 = Not assigned
Text Symbol: 008 = Start period of source aspect:
Text Symbol: 009 = End period of source aspect:





Text Symbol: 010 = Plan/Act. indicator of source aspect:
Text Symbol: 011 = Overwrite target aspect area:
Text Symbol: 012 = Add values to target aspect area:
Text Symbol: 013 = Name of default reval. factor:
Text Symbol: 014 = Name of default seasonal distrib:
Text Symbol: 015 = Default forecast profile name:
Text Symbol: 016 = Direct update activated:
Text Symbol: 017 = Update with transfer rules:
Text Symbol: 018 = Forecast calc. activated:
Text Symbol: 019 = Background processing activated:
Text Symbol: 020 = Write log:
Text Symbol: 021 = Test run, no updating:
Text Symbol: 022 = Direct update:
Text Symbol: 023 = Nr of newly updated data records:
Text Symbol: 024 = Data transfer ended before all rules applied. Check log
Text Symbol: 025 = Planning run concl. with errors.
Text Symbol: 027 = Forecast module messages
Text Symbol: 028 = Current key fig.:
Text Symbol: 029 = Number of modified data records:


INCLUDES used within this REPORT SAPMKCPL2

INCLUDE MKCPL2TOP . "
INCLUDE MKCPL2D01.
INCLUDE MKCPL2D02.
INCLUDE MKCPL2I01.
INCLUDE MKCPL2F01.
INCLUDE MKCPL2O01.
INCLUDE MKCPL2F02.


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:

No SAP FUNCTION MODULES are executed within this report code!



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