RSR_CACHE_SWITCH_EXPORT_MODE 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 RSR_CACHE_SWITCH_EXPORT_MODE 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: Program RSR_CACHE_SWITCH_EXPORT_MODE
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
AUTHORITY_CHECK_C_FUNCTION CALL FUNCTION 'AUTHORITY_CHECK_C_FUNCTION' EXPORTING activity = sabc_act_call function = 'C_SAPGPARAM' EXCEPTIONS no_authority = 1 activity_unknown = 2.
TH_SERVER_LIST CALL FUNCTION 'TH_SERVER_LIST' TABLES list = g_t_servers EXCEPTIONS OTHERS = 0.
RSR_CACHE_CLEAR_ALL_CACHES CALL FUNCTION 'RSR_CACHE_CLEAR_ALL_CACHES' DESTINATION g_server_name.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSR_CACHE_SWITCH_EXPORT_MODE - Program RSR_CACHE_SWITCH_EXPORT_MODE RSR_CACHE_SWITCH_EXPORT_MODE - Program RSR_CACHE_SWITCH_EXPORT_MODE RSR_CACHE_RSRV_CHECK_ENTRIES - Program RSR_CACHE_RSRV_CHECK_ENTRIES RSR_CACHE_RSRV_CHECK_ENTRIES - Program RSR_CACHE_RSRV_CHECK_ENTRIES RSR_CACHE_LOG_MACROS - Include RSR_CACHE_LOG_MACROS RSR_CACHE_FULL_RESET - Report RSR_CACHE_FULL_RESET