cancel
Showing results for 
Search instead for 
Did you mean: 

Hide Buttons of a report ABAP published in the portal

Former Member
0 Kudos

Dear Experts.

I have a report created in ABAP that display a report ALV. The Team ABAP created a t.code for this report for publish in the portal.

The problem that i have in this moment is that i want hide several buttons that are in the this report and display a button called Display Form that call a Smarforms .

I Found the following wiki:

http://wiki.sdn.sap.com/wiki/display/HOME/Article-EmploySAPGUIforHTMLinsteadofanInternet+service

But I can not do this.

Someone can help me with suggestion for solve the issue.

Thank in advance for your help ,

Regards.

Juan.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You can use ~webgui_simple_toolbar=34 or ~webgui_simple_toolbar=132 to hide the buttons of inernet services published on to ITS(internal or external) as mentioned in the wiki

If you have already created a service add the ~webgui_simple_toolbar in the properties by hitting GUIConfiguration button of that service,which hides buttons for that particular service.

You can use ~webgui_simple_toolbar for webgui service which hides buttons for all the tranaction iviews which run using SAP GUI for HTML only.

You can find webgui service using SICF transaction link(sap->bc->gui->sap->its->webgui). Add the property by hitting the GUI configuration button

If you already tried this.let me know the issue u r facing,In general the above stuff shud work.if your transaction iviews are not using SAP GUI for windows

Hope it helps

Edited by: Santhosh Edla on Jun 3, 2010 3:36 PM

Former Member
0 Kudos

Hi I tried this. But This hide some buttons.

I want hide all the buttons and want only can display the button display form(F9).

Best Ragards

cris_hansen
Advisor
Advisor
0 Kudos

Hello Juan,

The best bet here is to play with ~webgui_simple_toolbar values and find one that fit your needs. ~webgui_simple_toolbar = 0 might be a solution, but it is not recommended, as you can see in SAP note 1010519.

I hope this helps.

All the best,

Cristiano