cancel
Showing results for 
Search instead for 
Did you mean: 

web gui - hide/deactivate menue/fields

Former Member
0 Kudos

Hello Experts,

we are facing the following Issue:

Our Departments need an web Access to an specific Transaction - in this chase CAT2. We created an URL (with an Redirect for SSO) to the SAP System.

The URL is working so far:

https://RedirectServer-http.accounts.intern:port/RedirectApp/?url=https://SID-http.accounts.intern:p...

With this Link we got the following result (see screenshot):

According to SAP Note 1010519 we configured the Parameter „webgui_simple_toolbar“ in TA rz10 to 8069 (see sheet) to hide every field/menue in the red box and only let the fields "Erfassungsprofil" and "Personalnummer" available for the users. After a restart the Parameterchange is not showing any diffrent result.

Question: How can hide/deactivate the menuebar (red box)?

sheet:

Param. Ges.Bedeutung - webgui_simple_toolbar11: Standard Setting2: Displaying the title line44: Displaying the buttons [Exit] and [Help]8: Displaying the active system buttons on the screen (for example, [Back] and [Cancel])*16: Displaying the system menu32: Displaying the application buttons64: Displaying the main menu button128128: Deactivating the information block in the status bar256256: Deactivating the status bar512512: The help menu is hidden (SAP Note 2091249).10241024 : The system menu is hidden (SAP Note 2091249).20482048 : The command field is hidden (SAP Note 2091249).40964096 : Field help is deactivated (SAP Note 2100820).8069Benötigter Wert

Accepted Solutions (0)

Answers (1)

Answers (1)

cris_hansen
Advisor
Advisor
0 Kudos

Hi Fabian,

Actually you need to set the value of ~webgui_simple_toolbar in the GUI Configuation of the WEBGUI service, via SICF.

Adding the value via RZ10 will not have any effect in the WEBGUI service.

Please navigate to the WEBGUI service:

/default_host/sap/bc/gui/sap/its/webgui

Then edit the service.

You will see a "GUI Configuration" button.

Click on it, then add:

~webgui_simple_toolbar 8069

as parameter/value.


Save the service, then test it. There is no need to restart the system.

Kind regards,

Cris