cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Tranasaction Iview - Hide Menu bar

Former Member
0 Kudos

Hi,

SAP Portal 7.3,

I have created a Iview from Remote source (Transaction iView).

Iview Properties --> application parameters -->

Application parameters: webgui_simple_toolbar = 1&NOHEADEROKCODE = 1&webTransactionType = EWT

I getting the nemu bar as shown in the below screen shot.

Requirement: I want to HIDE the Menu bar (Menu button, input field for other T-code, Back buton, Cancel, Exit & System Buttons).

I had looked into SAP note: 1010519 - SAP GUI for HTML: Simplified title area w/o menu and OK code

I do NOT undersatnd where to set the webgui_simple_toolbar parameter.

Kindly help in removing the menu bar.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Experts,

We are integrated SAP GUI systems via portal 7.31 and accessing backend systems(SRM, HCM, SCM etc.,)  from portal.

From portal when open/click on the sap systems (SRM, HCM etc..) working fine but If you press F1 key on easy menu, it is showing two popups(help menus), one is for internet explorer help menu and other one for SAP gui help menu.

But requirement is that to show only one help menu, instead of two help menus, wants to hide the internet explorer help menu

How can i disable internet explorer help menu when you press F1 key on systems via portal,

Is it any iview properties to setup in portal like Supported User Agents or any other properties.

(how to disable the internet explorer help menu via portal) any suggestions.

Thanks,

Naveen

Former Member
0 Kudos

Hi Hussain,

Please find the below steps

  1. Go to Tcode SICF
  2. Go to service sap > bc >gui  >sap > its > webgui
  3. Copy the service and paste it in a new folder ex: sap > bc >gui > sap> its >test >webgui
  4. Double click on the service
  5. There you can find create/change service screen.
  6. In that screen you can find the GUI Configuration button click that button.In that you have to set parameter.
  7. There you have to set parameter as ~WEBGUI_SIMPLE_TOOLBAR and a specified value(for values find the step 😎
  8. Values: 0-Hides the entire header(not recommended)

             1-Title & menu bar with Exit , help ( buttons )

             2-Displaying the title line

             4-Displaying the button exit

             8-To display active buttons on the screen ex: Back & Exit

            16-Displaying the system menu

            32-Displaying the application buttons

            64-Displaying main menu button (new)

           128-Deactivating the status bar

           256-Deactivate the status bar

Hope this helps.....

Thanks,

Rahul.

Former Member
0 Kudos

Thanks for the responce Rahul,

But the solution is affecting the other programs.

~WEBGUI_SIMPLE_TOOLBAR= 0 which hide entire  header of  webgui.

Recommended: we should not touch standard GUI configuration

We should hide menu bar only for particular Transactions (only 2).

Is there any other way so that I can hide menu bar only in Portal for selective/required (T-codes) transaction iViews.

Regards

NS

Former Member
0 Kudos

I have exactly same requirements. How do you figured out? Will appreciate a quick response.

Regards Justin

cris_hansen
Advisor
Advisor
0 Kudos

Hello NS,

In this particular case, you should use IAC iViews.

You can copy the WEBGUI internet service in SICF and paste it as a new service (one new service per transaction you want to have a different toolbar).

Then you can set the GUI Configuration with;

~transaction XXXXXXX

where XXXXXXX is the particular transaction you want to change.

In order to avoid the use of the Easy Access Menu, you can set ~singletransaction 1

I hope this helps,

Cris