RKNMA_KPSI 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 RKNMA_KPSI into the relevant SAP transactions such as SE38 or SE80
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: PKOSTLGR = D Cost center group
Selection Text: PPRZNRGR = D Business process group
Selection Text: P_FROM = D Period
Selection Text: P_GJAHR = D Fiscal year
Selection Text: P_LIST = D Detail lists
Selection Text: P_TEST = D Test run
Selection Text: P_TO = D To
Selection Text: P_VERSN = D Version
Selection Text: RADBUTC1 = D Cost Center Group
Selection Text: RADBUTC2 = D All cost centers
Selection Text: RADBUTC3 = D No cost centers
Selection Text: RADBUTP1 = D Business process group
Selection Text: RADBUTP2 = D All business processes
Selection Text: RADBUTP3 = D No business processes
Title: Plan Reconciliation: Cost Center
Text Symbol: 101 = Parameters
Text Symbol: 102 = Processing options
Text Symbol: 103 = Cost centers
Text Symbol: 104 = Business processes
INCLUDE RKASSEFW.
INCLUDE RKBPSEI0_ITER.
INCLUDE RKNMA001.
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.