cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Exception condition "ILLEGAL_EVENT_COMBINATION" raised with Web GUI

Former Member
0 Likes
868

Hi gurus,

I am facing Exception condition "ILLEGAL_EVENT_COMBINATION" dump during executing tcode SPRO->SAP Reference IMG and SUIM with Web GUI but with SAP Logon, it's working fine.

Please help me to solve this issue.

Thanks in advance!

With regards,

Abhishek Pant

Accepted Solutions (0)

Answers (4)

Answers (4)

Alwin_vd_Put
Explorer
0 Likes

When you debug it, you probably see the problem.
Alwin_vd_Put_0-1720704286832.png

So in this case I cannot use the event SelectionChanged in combination with
- a selection mode different than single mode or
- item selection is 'X'.

So this is correct:

CREATE OBJECT go_alv_tree
EXPORTING
parent = go_custom_container
node_selection_mode = cl_gui_column_tree=>node_sel_mode_single
item_selection = ''
Former Member
0 Likes

Hi Sriram/Ashvin,

I checked this SAP Notes but unfortunately these not solve this issue. This issue Related to GUI for HTTP(Web GUI). I am getting "Illegal_Event_Combination" raised error while running SUIM tcode.

Please find the below error screenshot for reference.

Thanks in Advance!

With regards,

Abhideep

S_Sriram
Active Contributor
0 Likes

Hi Adhideep

Better you can raise the support ticket to SAP

BR

SS

Former Member
0 Likes

Hey Abhideep,

We're getting the same error in WEBGUI only.  did you ever get this figured out?

Thanks,

NICK

Former Member
0 Likes

I think we got this figured out.  If you apply this note via SNOTE:

1767225 - External Drop Functionality in SPRO

now you can view SPRO and SUIM via WEBGUI (SAP gui for HTML) with no dumps...

--NICK

Former Member
0 Likes

Thanks for the tip, it worked for me to solve an issue in Screen Personas.

Former Member
0 Likes

cool !  Glad it helped!

Former Member
0 Likes
Former Member
0 Likes

Hi Santarshi/Nanreshsing,

I already checked SAP Note 1834690. This is for Windows GUI or SAP Logon. when I am working with Windows GUI, it's working fine for SPRO->SAP Reference IMG and SUIM t codes.

How can check for Web GUI or Upgrade? Please help me, I am new in Web GUI.

Thanks for understanding.

with regards,

Abhishek

Former Member
0 Likes

Abhideet,

Can you confirm that you are using SAP GUI(windows) 7.20 Patch level 4 or higher or SAP GUI (Java) 7.20 Revision 9.1 or higher?

If yes, please refer to SAP note 619208.

I hope this helps you.

Regards,

Ashvin

S_Sriram
Active Contributor
0 Likes

Hi

In Which browser ? Could you paste / attach the dump?

BR

former_member189925
Active Contributor
0 Likes

Hi Abhishek

Refer to the below SAP Note, it deals with the similar issue as to what you are facing.

1834690 - ILLEGAL_EVENT_COMBINATION short dump in transaction SPRO or SUIM

Regards

Santarshi Samanta