SAPMKPT2 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 SAPMKPT2 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
KP91NI - Delete Planning Data
KP96 - Activate L. Items and Int. Planning
KP90 - Delete Planned Costs
KP90NI - Delete Planned Costs
KP91 - Delete Planned Costs
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: Planning tools: Activate line items and integrated planning
Text Symbol: 001 = Number of objects may not be zero
Text Symbol: 002 = No assignment found for following business transactions:
Text Symbol: 003 = No unknown bus. transactions were selected
Text Symbol: 004 = BusTran
Text Symbol: 005 = Text
Text Symbol: 006 = Object no.
Text Symbol: 007 = Table
Text Symbol: 008 = You want to delete plan values from the database
Text Symbol: 009 = This transaction cannot be reversed
Text Symbol: 010 = Do you really want to delete the data?
Text Symbol: 011 = Caution: The deletion transaction is irreversible
INCLUDE MKPT2TOP.
INCLUDE MKPT2O01.
INCLUDE MKPT2I01.
INCLUDE MKPT2F01.
INCLUDE MKPT2O02.
INCLUDE MKPT2I02.
INCLUDE MKPT2F02.
INCLUDE MKPT2E01.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.