RKPSEIS2 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 RKPSEIS2 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
CJSB - Select Key Figure and Characteristic
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: P_ACC = Costs, revenues, payments
Selection Text: P_ERB = Master data inherited
Selection Text: P_LOG = Work, deadlines, duration
Text Symbol: 002 = Costs and revs
Text Symbol: 003 = Accrual and incoming orders
Text Symbol: 004 = Budget
Text Symbol: 005 = Vendor payments
Text Symbol: 006 = Customer payments
Text Symbol: 007 = Key fields
Text Symbol: 008 = Work
Text Symbol: 009 = Duration
Text Symbol: 010 = Dates
Text Symbol: 011 = Buffer
Text Symbol: 012 = User fields
Text Symbol: 014 = Master data inherited
Text Symbol: 016 = Key figure
Text Symbol: 017 = Changed by:
Text Symbol: 018 = Changed on:
INCLUDE RKPS2TOP.
INCLUDE RKPS2F01.
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.