cancel
Showing results for 
Search instead for 
Did you mean: 

How to hide system and help menu from the menu bar in SAP Webdynpro ABAP.

Former Member
0 Kudos


Hi Experts,

I am looking for the below functionality.

Explanation:

     I am opening an SAP Customized transaction code in the browser with SAP Webdynpro using IFrame UI element. (As shown below)

Challenge faced:

     The GUI screen is getting displayed in the browser when we click on the above said link. (This is fine)

     But the screen is being displayed with "Help Menu" and "System".

     My customer doesn't want the above options (Highlighted in the screen) to be displayed in the screen.

Could somebody explain about the possibility in either hiding / disabling both of them (Help Menu and System).

Thanks in advance.

Regards,

Sagar.

Accepted Solutions (0)

Answers (3)

Answers (3)

ramakrishnappa
Active Contributor
0 Kudos

Hi Sagar,

You can follow the steps suggested by Katrice.

Also refer to the below wiki, which guides you through the steps involved in the settings

Article - Employ SAP GUI for HTML instead of an Internet service - Wiki - SCN Wiki

Hope this helps you.

Regards,

Rama

Former Member
0 Kudos

Hi Sagar,

You need to do settings in SICF (transportable change)  - I had a similar requirement and the below note worked like a charm !

Refer the SAP Note 1010519 - SAP GUI for HTML: Simplified title area w/o menu and OK code.

In SICF under the BASIS TREE -> GUI -> SAP -> ITS -> Web GUI (SAP GUI for HTML) -> GUI Configuration ->  Maintain below param values -

~WEBGUI = 1

~THEME = sl

~NOHEADEROKCODE = 1

~WEBGUI_SIMPLE_TOOLBAR =0

~SINGLETRANSACTION =1

Hope this helps you .



Thanks

KH

former_member184578
Active Contributor
0 Kudos

Hi,

Try this, pass the parameter webgui_simple_toolbar=0 to the ITS url in Iframe

Ex:


http://domain:port/sap/bc/gui/sap/its/webgui?~Transaction=TCODE&~webgui_simple_toolbar=0

hope this helps u,

Regards,

Kiran