cancel
Showing results for 
Search instead for 
Did you mean: 

ESS 50.4 with Internal ITS

Former Member
0 Kudos

We are using ECC6, ITS 6.20 and ESS 50.4

In PZ02 Address when a using right clicks in the background the sap gui context menu pops up. We do not want that menu to popup. Any suggestions on how to prevent that - does it have something to do with the ~WEBGUI_SIMPLE_TOOLBAR=128? The reason for WEBGUI_SIMPLE_TOOLBAR=128 is to hide the top toolbar of the SAP GUI for HTML screen.

SICF Parameters are set to:

~autoscroll=0

~generateddynpro=0

~listscrolling=0

~popups=1

~style=DHTML

~THEME=99

~TRANSACTION=PZ02

~SINGLETRANSACTION=1

~WEBGUI=1

~WEBGUI_SIMPLE_TOOLBAR=128

Thanks for any assistance.

D. Maupin

University of Kentucky

Accepted Solutions (1)

Accepted Solutions (1)

former_member316351
Active Contributor
0 Kudos

Hello Donna,

Please try ~webgui_contextmenu = 0 to turn off the context menu (right click menu).

I would also recommend removing the following:

~autoscroll=0

~generateddynpro=0

~listscrolling=0

~popups=1

~style=DHTML

Especially the ~generateddynpro = 0, if it was spelled correctly it would be a contradiction to the ~webgui=1. The rest are all covered with ~webgui=1.

Edgar

Former Member
0 Kudos

Is it ~webgui_controlcontextmenu =0 or as you suggest ~webgui_contextmenu =0

The generateddynpro was just a typo.

Thanks,

D. Maupin

former_member316351
Active Contributor
0 Kudos

Hello Donna,

It should be ~webgui_contextmenu with a value of 0.

So your service file should have:

~THEME 99

~TRANSACTION PZ02

~SINGLETRANSACTION 1

~WEBGUI 1

~WEBGUI_SIMPLE_TOOLBAR 128

~webgui_contextmenu 0

Edgar

Former Member
0 Kudos

Thank you for this information. It solved the issue of the context menu appearing when the user right clicked.

Answers (0)