Dear experts,
i am getting below ABAP dump when i am trying to execute RRMX tcode to open Analyzer.
Please help me to solve the issue.
Category ABAP Programming Error
Runtime Errors RAISE_EXCEPTION
ABAP Program CL_RSR_EXCEL_LAUNCH===========CP
Application Component BW-WHM-DBA
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|Short text |
| Exception condition "ACCESS_DENIED" raised. |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|What happened? |
| The current ABAP/4 program encountered an unexpected |
| situation. |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|What can you do? |
| Take note of the actions and inputs that lead to the error. |
| |
| Contact your SAP administrator for further processing of the problem. |
| |
| Using transaction ST22 for ABAP short dump analysis you can see and |
| administrate termination messages and retain them for a longer period. |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|Error analysis |
| A RAISE statement in the program "CL_GUI_FRONTEND_SERVICES======CP" raised the |
| exception |
| condition "ACCESS_DENIED". |
| Since the exception was not intercepted by a superior |
| program, processing was terminated. |
| |
| Short description of exception condition: |
| |
| Access to File Denied |
| |
| For detailed documentation of the exception condition, use |
| Transaction SE37 (Function Library)or the transaction SE24 (Class |
| Library). |
| |
| You can extract the called function module or method from the display |
| of active calls. |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|How to correct the error |
| You may able to find an interim solution to the problem |
| in the SAP note system. If you have access to the note system yourself, |
| please use the following search criteria: |
| |
| "RAISE_EXCEPTION" " " |
| "CL_GUI_FRONTEND_SERVICES======CP" bzw. |
| "CL_GUI_FRONTEND_SERVICES======CM012" |
| "GUI_DOWNLOAD" |
| or |
| |
| "CL_GUI_FRONTEND_SERVICES======CP" "ACCESS_DENIED" |
| |
| or |
| |
| "RRMX_START_EXCEL " "ACCESS_DENIED" |
| If you cannot solve the problem yourself, please send the |
| following documents to SAP: |
| |
| 1. A hard copy print describing the problem (short dump). |
| To obtain this, select "System->List->Save->Local File (unconverted)" |
| on the current screen. |
| |
| 2. A suitable hardcopy printout of the system log. |
| To obtain this, call the system log with Transaction SM21 |
| and set the time interval to 10 minutes before and 5 minutes after |
| the short dump. In the display choose "System->List->Save-> |
| Local File (unconverted)" |
| |
| 3. If the programs are your own programs or modified SAP programs, |
| supply the source code. |
| To do this, choose "More Utilities->Upload/Download->Download" in the |
| Editor. |
| |
| 4. Details regarding the conditions under which the error occurred |
| or which actions and input led to the error.
Thanks in Advance,
Ananth.