cancel
Showing results for 
Search instead for 
Did you mean: 

To hide standar buttons from the tool bar

Former Member
0 Kudos

Hi, we have an application in ITS, we are trying to hide the standard buttons from the standard tool bar, like Menu, System, Help..., is there any option we can use, or commands we can program to control those buttons, because we don't want the user to have access to the Sap menu.

Accepted Solutions (1)

Accepted Solutions (1)

athavanraja
Active Contributor
0 Kudos

Welcome to SDN.

In your service set the following property.

~webtransactiontype = EWT

alternatively if you just want to hid the command box

~~NOHEADEROKCODE = 1

Regards

Raja

Since you are new to SDN may i introduce you to the points system at SDN.

You assign points to the replies that you have found to be useful. It's a way to say "thanks" for the effort in the replies.

See: /people/mark.finnern/blog/2004/08/10/spread-the-love for directions.

Click on the Yellow Star icon in each reply.

You can give:

1 - 10 pointer (marks it as a solved problem)

2 - 6 pointers (very helpful)

Lots of 2 pointers (helpful)

Former Member
0 Kudos

Thanks to help us, but with the options you gave us, the ITS application has change its view, we would like to find out something like 'NOHEADEROKCODE = 1

' just to hide the menu options, not the view of the application.

Thanks to introduce me in the SDN.

Kind regards

Fran

athavanraja
Active Contributor
0 Kudos

there is nothing equivalent like NOHEADEROKCODE to hide the standard menu. But i have come across another thread in EP content development forum where they talk about deleting something from the standard service file.

have a look at it.

/message/153756#153756 [original link is broken]

(you have to edit the ITS file templatelibrarybasis.html 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.)

Regards

Raja

Former Member
0 Kudos

Thanks Raja , I am gonna try it out.

athavanraja
Active Contributor
0 Kudos

Do share the outcome with us.

Regards

Raja

Former Member
0 Kudos

Such a change will be a modification though, which is not covered by Support. Additionally, it will be reverted everytime you install a patch (as the file you edited will be updated with the patch).

Personally, I would consider this a "hack" at best.

Regards,

Jan

gregorw
Active Contributor
0 Kudos

Hello Fran,

what Version of ITS are you running? I've installed the latest 6.20 Version with the new design it fit's verry good into our portal enviroment.

Regards

Gregor

former_member498918
Participant
0 Kudos

Using ~webtransactiontype = EWT sort of does what I'm after. However, this hides all buttons including execute, get variant etc...

Is there any way of hiding the menu button 'system' and not the other buttons.

There is just one report that I want to make available in the web browser. I don't want the users logging in with their R/3 login and then using the SAP GUI for HTML for their other transactions.

athavanraja
Active Contributor
0 Kudos

If its just one report and you want control over the menu, then i would suggest you go for WEBRFC model.

We will have complete control over look and feel. and its quiet easy to develop .

Regards

Raja

former_member498918
Participant
0 Kudos

The users need to be able to enter multiple project numbers in the selection screen and save and get variants. This is the reason I don't think I can use WEBRFC. Is this correct?

Thanks

Karen

athavanraja
Active Contributor
0 Kudos

Multiple items can be managed, but get and save variants is a tricky one. And you are right, it will be really difficult doing it using WEBRFC .

Regards

Raja

former_member498918
Participant
0 Kudos

How do you mananged multiple project numbers, for example, being entered into the WEBRFC selection screen.

When I've run this it doesn't give you the facility to go into more selections. You can only enter projects from and to.

If this works then I can use WEBRFC and just tell the users that they can't save variants in this report.

athavanraja
Active Contributor
0 Kudos

Hi Karen,

The idea is to use something like BW webquery variables screen, where if you have a filed for multiple values, there will be a button next to it with caption add entry.

Currently i am bit busy, i will post a sample code when time permits.

Regards

Raja

Answers (1)

Answers (1)

Former Member
0 Kudos

Howdy,

Any update of this thread? For testing, i tried to change the templatelibrary and manage to hide the QUIT and HELP menu for EWT but normal R/3 screen in ESS, is there a way to hide the SYSTEM and HELP menu? pls help.

cheers,

Kelvin