RWP_RUNTIME_CACHE_RELOAD_LOCAL 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 RWP_RUNTIME_CACHE_RELOAD_LOCAL 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.
Title: Reload Runtime Information for the Workplace Server
Text Symbol: DRD = Drag&Drop/Drag&Relate data
Text Symbol: END = Processing is complete
Text Symbol: LSY = Logical systems
Text Symbol: MAP = MiniApp catalog
Text Symbol: MOD = Data transfer
Text Symbol: STA = Processing begins for following selection of logical systems:
Text Symbol: TCL = System data, classification data, etc.
INCLUDE SURL_GLOBAL_INCLUDE.
No SAP DATABASE tables are accessed within this REPORT code!
WP_RUNTIME_CACHE_RELOAD CALL FUNCTION 'WP_RUNTIME_CACHE_RELOAD' EXPORTING batch_mode = c_cross force_code = force_code usage_mode = c_url_generation_local EXCEPTIONS no_reload_done = 1 reload_failed = 2 logsys_offline = 3 OTHERS = 5.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RWP_RUNTIME_CACHE_RELOAD_LOCAL - Reload Runtime Information for the Workplace Server RWP_RUNTIME_CACHE_RELOAD_LOCAL - Reload Runtime Information for the Workplace Server RWP_RUNTIME_CACHE_RELOAD_FULL - Reload Runtime Information for the Workplace Server RWP_RUNTIME_CACHE_RELOAD_FULL - Reload Runtime Information for the Workplace Server RWP_RUNTIME_CACHE_RELOAD - Reload Runtime Information for the Workplace Server RWP_RUNTIME_CACHE_RELOAD - Reload Runtime Information for the Workplace Server