RS_PRECALC_ADMIN 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 RS_PRECALC_ADMIN into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
RSPRECALCADMIN - Precalculation Server Administration
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: Report RS_PRECALC_ADMIN
Text Symbol: 038 = Retry count
Text Symbol: 039 = Failed settings
Text Symbol: 040 = Restart failed settings
Text Symbol: 041 = Download log
Text Symbol: 043 = Duration
Text Symbol: 044 = Precalculation queue
Text Symbol: 045 = Precalculation ID
Text Symbol: 046 = Open precalculation
Text Symbol: 047 = Actual precalculation
Text Symbol: 048 = Error free precalculation
Text Symbol: 049 = Erroneous precalculation
Text Symbol: 050 = Update list
Text Symbol: 051 = Queue entry date:
Text Symbol: 052 = To:
Text Symbol: 053 = Entries to display
Text Symbol: 054 = Queue entry time
Text Symbol: 055 = Queue entry
Text Symbol: 056 = Queue entry date
Text Symbol: 057 = User name
Text Symbol: 059 = Setting title
Text Symbol: 060 = Add items to timeout list
Text Symbol: 061 = Add items to failed settings
Text Symbol: 062 = Delete selected items
Text Symbol: 065 = Add selected entries to failed settings?
Text Symbol: 066 = Delete entries from precalculation queue?
Text Symbol: 069 = Start worbook
Text Symbol: 070 = Statistics
Text Symbol: 076 = Refresh
Text Symbol: 077 = Overwrite actual entry?
Text Symbol: 078 = Run date from:
Text Symbol: 081 = Restart failed settings
Text Symbol: 082 = Result of restart
Text Symbol: 087 = Close
Text Symbol: 088 = Queue
Text Symbol: 089 = Gateway host
Text Symbol: 037 = Setting ID
Text Symbol: 001 = Description
INCLUDE RS_PRECALC_ADMIN_TOP . " GLOBAL DATA
INCLUDE RS_PRECALC_ADMIN_INIT_SCREENS. "PBO
INCLUDE RS_PRECALC_ADMIN_USER_COMMANDS. "PAI
INCLUDE RS_PRECALC_ADMIN_FORMS. "FORM RUTINES
INCLUDE RS_PRECALC_ADMIN_LCL. "EVENT HANDLER FOR ALV TABLES
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.
The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.
This will then be available for everyone to easily find by simply searching on the report name RS_PRECALC_ADMIN or its description.