cancel
Showing results for 
Search instead for 
Did you mean: 

Removing Menu Button

Former Member
0 Kudos

Hi,

How do i remove the Menu button only from a published transaction.

Thanks & Regards,

Vijith

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi you have to set the parameter ~noheaderokcode as 1 in your service settings created in sicf transaction.

Regards,

Lakshmi.

Former Member
0 Kudos

Hi,

I had already done that but that does not remove the Menu button it removes only the command field.

I want to remove the Menu Button, Save as Variant button .etc.,

Thanks & Regards,

Vijith

Former Member
0 Kudos

Hi Vijith,

You will have to modify the template and republish it...

BR,

Disha.

Pls reward points for helpful answers.

Former Member
0 Kudos

Hi,

Disha can you help me with the modification.

Can the requirement be met by changing the parameters in SSM_CUST.

Thanks & Regards,

Vijith

Former Member
0 Kudos

Hi Vijith,

Have you found the template in the Service where the logic for this button is written?

BR,

Disha.

Former Member
0 Kudos

Hi,

No i couldnt find how to remove the back button.

Regards,

Vijith

Former Member
0 Kudos

Hi,

Just right click on the ITS screen(in IE) and say "View Source"....there you can find the corresponding temaplate and Service name.

Then in SE80,go to that Internet Service and in that ,the corr template and locate the code wherein the Button is displayed...jsut comment the code specific to that button...Hope this helps..

BR,

Disha.

Pls reward points for helpful answers

Former Member
0 Kudos

Hi Disha,

But the Menu button is a standard functionality of ITS right???

`include(~service="system", ~language="", ~theme="dm", ~name="TemplateLibraryDHTML.html")`

`SAP_TopInclude()`

<html>

<head>

`SAP_PageTitle()`

`SAP_Stylesheet()`

`SAP_JavaScript()`

</head>

This is the code i have in the header part.

In body it is only custom UI elements.I want to remove the standard button.

Also i had a problem with the back button which i had posted in this forum.

Kindly help.

Thanks & Regards,

Vijith

Former Member
0 Kudos

Hi Vijith,

You need to search the template "TemplateLibraryDHTML" in the service "SERVICE"..for the logic for the appropriate buttons....

Regards,

Disha.

Pls reward points for helpful answers

gbergheim
Explorer
0 Kudos

Add the following parameter to the service using SICF

~webTransactionType = EWT

Regards

Gavin