RSKPI_ADMIN_KPI 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 RSKPI_ADMIN_KPI 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: P_OBJV = D .
Selection Text: S_OWNER = Created By
Selection Text: S_LSTCHN = Last Changed By
Selection Text: S_KPI = Technical Name
Selection Text: P_TXTLG = Description (Search String)
Title: Selection of KPIS
Text Symbol: 022 = Check
Text Symbol: 021 = Display of DB Content
Text Symbol: 020 = Execute
Text Symbol: 017 = Refresh
Text Symbol: 016 = /
Text Symbol: 015 = KPIs Selected
Text Symbol: 014 = Are you sure you want to delete the selected KPIs?
Text Symbol: 013 = Confirmation Prompt
Text Symbol: 012 = Delete Selected Settings
Text Symbol: 011 = Delete
Text Symbol: 010 = Edit KPI
Text Symbol: 009 = Edit
Text Symbol: 008 = Details to Be Determined
Text Symbol: 007 = Last Executed on
Text Symbol: 006 = Last Changed On
Text Symbol: 005 = To
Text Symbol: 004 = Created On
Text Symbol: 003 = Contents
Text Symbol: 002 = DAS Provider Object
Text Symbol: 001 = General Parameters
INCLUDE RSKPI_ADMIN_KPI_TOP . " GLOBAL DATA
INCLUDE RSKPI_ADMIN_KPI_EVENTS.
INCLUDE RSKPI_ADMIN_KPI_START.
INCLUDE RSKPI_ADMIN_KPI_MOD.
INCLUDE RSKPI_ADMIN_KPI_MISC.
INCLUDE RSKPI_ADMIN_KPI_SELECT.
INCLUDE RSKPI_ADMIN_KPI_FILL.
INCLUDE RSKPI_ADMIN_KPI_GRID.
INCLUDE RSKPI_ADMIN_KPI_COMMANDS.
INCLUDE RSKPI_ADMIN_KPI_LOG.
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.