cancel
Showing results for 
Search instead for 
Did you mean: 

Exception condition "ICM_NOT_AUTHORIZED" raised

mohitsahu
Participant
0 Kudos

Hi All,

We have recently performed patching on our ECC system. After patching we are getting the dump  RAISE_EXCEPTION with short text  Exception condition "ICM_NOT_AUTHORIZED" raised.

I checked the dump and it is stating call destination : Unknown (screen attached). Can anyone please suggest.

Regards,

Mohit

Accepted Solutions (1)

Accepted Solutions (1)

former_member185239
Active Contributor
0 Kudos

Hi Mohit,

Checked the sapnote    1956896 - Authorization check in FM ICM_GET_INFO2 is too strict

With Regards

Ashutosh Chaturvedi

mohitsahu
Participant
0 Kudos

Hello Ashutosh,

Thank you for your reply.

I tried to install the SAP note on DEV system but it is showing the dependency of other notes

1882417 External exam for Remote Function Call BC-MID-RFC in progress

1928291 to strict authorization check in package SICM BC-CST-IC in progress

1956896 Authorization check in FM ICM_GET_INFO2 is too strict BC-CST-IC in progress

1882417 External exam for Remote Function Call BC-MID-RFC in progr

So can you confirm that these are relevant and need to be implemented?

Regards,

Mohit

former_member185239
Active Contributor
0 Kudos

Hi Mohit,

If it is asking for the other note , then it is applicable to your release.

Just cross checked the sapnotes , if some of them required a manual correction as well.

Also let me know your current SAP_BASIS level.

With Regards

Ashutosh

mohitsahu
Participant
0 Kudos

Hello Ashutosh,

SAP_BASIS release is 701 SP level 0014.

For manual correction, can i check it in SAP note or i have to check it somewhere else?

Regards,

Mohit

former_member185239
Active Contributor
0 Kudos

Hi Mohit,

Can you paste error here.

With Regards

Ashutosh Chaturvedi

mohitsahu
Participant
0 Kudos

Hello Ashutosh,

Here is the dump detail

------------------------------------------------------------------------------------

Runtime Errors         RAISE_EXCEPTION

Date and Time          21.07.2014 11:43:10

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|Short text                                                                                        |

|    Exception condition "ICM_NOT_AUTHORIZED" raised.                                              |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|What happened?                                                                                    |

|    The current ABAP/4 program encountered an unexpected                                          |

|    situation.                                                                                    |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|What can you do?                                                                                  |

|    Note down which actions and inputs caused the error.                                          |

|                                                                                                  |

|                                                                                                  |

|    To process the problem further, contact you SAP system                                        |

|    administrator.                                                                                |

|                                                                                                  |

|    Using Transaction ST22 for ABAP Dump Analysis, you can look                                   |

|    at and manage termination messages, and you can also                                          |

|    keep them for a long time.                                                                    |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|Error analysis                                                                                    |

|    A RAISE statement in the program "SAPLSICM" raised the exception                              |

|    condition "ICM_NOT_AUTHORIZED".                                                               |

|    Since the exception was not intercepted by a superior                                         |

|    program, processing was terminated.                                                           |

|                                                                                                  |

|    Short description of exception condition:                                                     |

|                                                                                                  |

|                                                                                                  |

|    For detailed documentation of the exception condition, use                                    |

|    Transaction SE37 (Function Library). You can take the called                                  |

|    function module from the display of active calls.                                             |

|    -                                                                                             |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|How to correct the error                                                                          |

|                                                                                                  |

|    If the error occures in a non-modified SAP program, you may be able to                        |

|    find an interim solution in an SAP Note.                                                      |

|    If you have access to SAP Notes, carry out a search with the following                        |

|    keywords:                                                                                     |

|                                                                                                  |

|    "RAISE_EXCEPTION" " "                                                                         |

|    "SAPLSICM" or "LSICMU26"                                                                      |

|    "ICM_GET_INFO2"                                                                               |

|                                                                                                  |

|    or                                                                                            |

|                                                                                                  |

|    "SAPLSICM" "ICM_NOT_AUTHORIZED"                                                               |

|                                                                                                  |

|    or                                                                                            |

|                                                                                                  |

|    "SAPMSSY1 " "ICM_NOT_AUTHORIZED"                                                              |

|    If you cannot solve the problem yourself and want to send an error                            |

|    notification to SAP, include the following information:                                       |

|                                                                                                  |

|    1. The description of the current problem (short dump)                                        |

|                                                                                                  |

|       To save the description, choose "System->List->Save->Local File                            |

|    (Unconverted)".                                                                               |

|                                                                                                  |

|    2. Corresponding system log                                                                   |

|                                                                                                  |

|       Display the system log by calling transaction SM21.                                        |

|       Restrict the time interval to 10 minutes before and five minutes                           |

|    after the short dump. Then choose "System->List->Save->Local File                             |

|    (Unconverted)".                                                                               |

|                                                                                                  |

|    3. If the problem occurs in a problem of your own or a modified SAP                           |

|    program: The source code of the program                                                       |

|       In the editor, choose "Utilities->More                                                     |

|    Utilities->Upload/Download->Download".                                                        |

|                                                                                                  |

|    4. Details about the conditions under which the error occurred or which                       |

|    actions and input led to the error.                                                           |

|                                                                   

-------------------------

Regards,

Mohit

former_member185239
Active Contributor
0 Kudos

Hi Mohit,

Can you run the function module CM_GET_INFO2 in se37.

Share the output of the function module.

With Regards

Ashutosh Chaturvedi

mohitsahu
Participant
0 Kudos

Hello Ashutosh,

It is stating that the function does not exist.

Regards,

Mohit

former_member185239
Active Contributor
0 Kudos

Hi Mohit,

Apply the sapnote above sapnote and share the result.

With Regards

Ashutosh Chaturvedi

Answers (2)

Answers (2)

former_member182657
Active Contributor
0 Kudos

Hi,

Try to implement SAP Note 1956896 Authorization check in FM ICM_GET_INFO2 is too strict BC-CST-IC in progress

Regards,

Gaurav

mohitsahu
Participant
0 Kudos

Hello All,

Issue was resolved simply by adding authorization to the user and after that it was working, i also reset the ICM buffer before connecting.

Thank you for your answer and enjoy SCN community

Regards,

Mohit

former_member182657
Active Contributor
0 Kudos

Hi Mohit,

Nice to hear your issue has been resolved.Kindly close the thread.

Regards,

Gaurav

divyanshu_srivastava3
Active Contributor
0 Kudos

Yes, I said it was security

Former Member
0 Kudos

Hi Mohit,

We are facing a similar issue.
Can you please let us know what authorization needs to be added.

FYI.

1. User was able to access it before, now he is getting this dump.
2. Checked with R&A team, there's no recent role deletion/addition to his profile in recent time.

Thanks in advance.

Regards,

Prathik Mutgikar

0 Kudos

Hi Mohit,

i have faced the same issue in the production system, can you please let us know the missing authorisation object so that we can proceed further.

divyanshu_srivastava3
Active Contributor
0 Kudos

Hi Mohit,

When are you getting this error ?

What are you doing before getting the dump ?

Divyanshu

mohitsahu
Participant
0 Kudos

Hello Divyanshu,

We just finished with the support packages implementation and after that end users are getting this ICM error.

Ashutosh: Will try to get approval to implement this note then will share the result with you.

Regards,

Mohit

divyanshu_srivastava3
Active Contributor
0 Kudos

What was your source and target SP levels ?

divyanshu_srivastava3
Active Contributor
0 Kudos

I think this comes when user tries to use sm04 or sm50 or killing some session. Right ??

This is the source:

AUTHORITY-CHECK OBJECT 'S_ADMI_FCD'

     ID 'S_ADMI_FCD' FIELD 'PADM'.

   IF SY-SUBRC <> 0.

     RAISE ICM_NOT_AUTHORIZED.

   ENDIF.


Now it looks a security issue to me.


Divyanshu



divyanshu_srivastava3
Active Contributor
0 Kudos

Can you upload the complete dump

Goto the short dump. choose "System->List->Save->Local File    (Unconverted)/HTML"