Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP_Runtime_Error

Former Member
0 Kudos

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.

1 ACCEPTED SOLUTION

martin_voros
Active Contributor
0 Kudos

Hi,

the method GUI_DONWLOAD checks for auth. object S_GUI. So just chekc if you have authorization for it. Anyway, it should not dump. So it seems to be a bug to me and there might be an OSS note for this. So have a look.

Cheers

8 REPLIES 8

martin_voros
Active Contributor
0 Kudos

Hi,

the method GUI_DONWLOAD checks for auth. object S_GUI. So just chekc if you have authorization for it. Anyway, it should not dump. So it seems to be a bug to me and there might be an OSS note for this. So have a look.

Cheers

former_member202471
Participant
0 Kudos

Hello Ananth,

I encourage you to have a look at the following wiki page:

http://wiki.sdn.sap.com/wiki/x/d4DwCg

Especially, with regards to note 1442303.

If this do not help, then I recommend you to change the Security Settings for this specific user which is facing the issue. You can do this through the following path:

SAP GUI > OPTIONS > SECURITY > SECURITY SETTINGS > SECURITY MODULE

Hopefully this information will be helpful.

Best regards,

Felipe Fonseca.

Former Member
0 Kudos

Hi,

we are still getting the same dump though we did provided authorization for S_GUI object.

Interesting thing is only some users are facing this dump when they are working on their own machines.

If they login in other machines, RRMX is working fine.

Please let me know is there any chance that  problem is with any front end  GUI installation or something else in those particular machines.

Thanks in Advance

Ananth.

0 Kudos

Hello,

Please review my last reply.

This seems to be related with Security Settings of these specific users.

Thanks and regards,

Felipe Fonseca.

0 Kudos

Hi Ananth,

Please have a look at the below Thread, I hope it will be very helpful for your problem.

https://scn.sap.com/thread/1968739

Similar issues is resolved.

Thanks & Regards,

Firoz.

Former Member
0 Kudos

Compare the SAP GUI version on machines where RRMX is working and where it is not.

Moreover the root cause may lie in Explore settings rather than GUI settings, let us know if it is not working even after configurations in both systems are similar

0 Kudos

Hello,

The dump may occur when the user does not have a write permission
to the windows folder:

"C:\Documents and Settings\"user"\SapWorkDir"

Please make sure that the user has read/write/delete authorization
for this sapworkdir folder on the affected machine.

Please check by resetting the registry key
[HKEY_LOCAL_MACHINE\Software\SAP
\SAPShared]"SapWorkDir" with any other PC where it works.(Note-1442303)

Thanks.

Jim

fredrik_borlie
Contributor
0 Kudos

This thread handles a similar issue.

http://scn.sap.com/thread/1968739

Basically. Update your sapgui and bex to latest possible.