KWSTAT_PROJECT_MAN 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 KWSTAT_PROJECT_MAN into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
KWSTAT - KW Statistics Functions
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: Program KWSTAT_PROJECT_MAN
Text Symbol: 001 = Project saved successfully
Text Symbol: 002 = Operation canceled
Text Symbol: 003 = First select a sub-structure
Text Symbol: 004 = First select a project
Text Symbol: 005 = Project has been deleted
Text Symbol: 006 = No changes have been made
Text Symbol: 007 = Changes have been accepted
Text Symbol: 008 = Are you sure you want to cancel?
Text Symbol: 009 = Select a sub-structure
Text Symbol: 00T = Project Manager
Text Symbol: 010 = Project has been deleted
Text Symbol: 011 = Do you want to continue?
Text Symbol: 012 = Select a PROD_DOCU sub-structure valid for this context
Text Symbol: 013 = Do you want to save the new changes first?
Text Symbol: 014 = Confirmation
Text Symbol: 015 = Project has not been created
Text Symbol: 016 = Project has been created, but not scheduled
Text Symbol: 017 = Project has been scheduled
Text Symbol: 018 = Program active
Text Symbol: 019 = Product Selection
INCLUDE KWSTAT_PROJECT_TOP.
INCLUDE PROJECT_MAN_STATUS_0100.
INCLUDE PROJECT_MAN_F4_INC.
INCLUDE PROJECT_MAN_SUBROUTINES.
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.