cancel
Showing results for 
Search instead for 
Did you mean: 

How to hide the system and help menu from the standard menu bar? Help!

gopalkrishna_baliga
Participant
0 Kudos

Hi Experts,

How to hide the system and help menu from the menu bar? These are are the standard menubar items.

Is there any function module to hide that?

Any other alternative method to hide them?

I am hiding them because I have to ITS enable my ABAP report. The ITS application is then loaded in enterprise portal via

SAP IAC iview.

My customer does not want System and help menus because these do not make much sense to be used in web.

Is there any other alternative solution so that these two menus get hidden only for my program?

Is there any setting from ITS or Portal iview side to handle this issue?

Please help!

Thanks

Gopal

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello Gopal,

please check note 1010519 . I think this will solve your question.

Regarding the restart questions with the internal ITS: It is not possible

and even not necessary to restart the ITS service. Publishing the templates

or - better - the whole service to the side 'internal' is enough.

best regards

Tobias

Former Member
0 Kudos

Hi gopalkrishna,

Check your Transaction which your r using in your IAC.

Change to <b> Easy Web Transaction </b>(EWT) in SE93.

If it doesn't work . let me know.We had handled the same situtation as yours.

Rgds,OP

Do Close the thread if your problem is solved.

gopalkrishna_baliga
Participant
0 Kudos

EWT hides even the application toolbar. That is, toolbar created for the application and ALV grid.

This will not solve my problem.

I have a ALV grid in my application.

Is there anyway else I can hide them?

Thanks

Gopal

Former Member
0 Kudos

In your service set the following property.

~webtransactiontype = EWT

alternatively if you just want to hide the command box

~~NOHEADEROKCODE = 1

you have to edit the ITS file <b>templatelibrarybasis.html </b>directly which is on the A-Gate of your ITS instance under ..\templates\system\dm. There you can delete help and quit. After that you have to restart the SAP ITS Manager Service again to initialize this changed template.)Before modifying backup it.

Rgds,

Jothi.

Former Member
0 Kudos

Hi Jothi,

I tried to modify templatelibrarybasis.html.. I am using integrated ITS.

I did it in the following way. I went service System in se80 and under Topic DM i tried to add some text to onmouseover event for quit button. I published this service. But i do not see that text. If I see that text then i can make those code lines commented and make the menu go away. Can you please tell me if I am missing something? Also do you know how to restart SAP ITS Manager service in integrated service.

Sudha

Former Member
0 Kudos