SAP Reports / Programs

RS_PRECALC_ADMIN SAP ABAP Report - Report RS_PRECALC_ADMIN







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

RSPRECALCADMIN - Precalculation Server Administration


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RS_PRECALC_ADMIN. "Basic submit
SUBMIT RS_PRECALC_ADMIN AND RETURN. "Return to original report after report execution complete
SUBMIT RS_PRECALC_ADMIN VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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





Text Symbol: 002 = ID
Text Symbol: 003 = Server name
Text Symbol: 004 = Status
Text Symbol: 005 = Current Instances
Text Symbol: 006 = Status graph
Text Symbol: 007 = Show server
Text Symbol: 009 = Server data
Text Symbol: 010 = The precalculation server does not exist
Text Symbol: 011 = No entry selected
Text Symbol: 012 = Precalculation server application log
Text Symbol: 013 = Precalculation server log
Text Symbol: 014 = Change precalculation server
Text Symbol: 015 = Delete precalculation server
Text Symbol: 016 = Are you sure you want to delete the precalculation server
Text Symbol: 017 = Yes
Text Symbol: 018 = No
Text Symbol: 019 = Clear server log
Text Symbol: 020 = Max. lines to display
Text Symbol: 021 = Update log
Text Symbol: 022 = Create precalculation server
Text Symbol: 023 = Test server
Text Symbol: 024 = Display statistics
Text Symbol: 025 = Display log
Text Symbol: 026 = Server statistics
Text Symbol: 027 = Timeouts
Text Symbol: 028 = Workbook Title
Text Symbol: 029 = Workbook ID
Text Symbol: 030 = Timeout
Text Symbol: 031 = Toggle change - display
Text Symbol: 032 = Select entry
Text Symbol: 033 = Save the data to database?
Text Symbol: 034 = Changed data will be lost. Continue?
Text Symbol: 035 = Save change
Text Symbol: 036 = Run date


INCLUDES used within this REPORT RS_PRECALC_ADMIN

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






TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

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.