cancel
Showing results for 
Search instead for 
Did you mean: 

Execute button missing / F8 not working for ITS in web browser

former_member184111
Active Contributor
0 Kudos

Hi Forum,

We need to display a Z report in portal. Intially I created a Z transaction for this report and kept it as Professional User Transaction with all GUI support check boxes checked.

It was displayed in portal and the user was able to execute but command field and menu buttons like save as variant etc were available to the user.

To hide these buttons took following steps:

1. Created an ITS service (right click on screen number of Z report and others->create template) .

2. Added Parameters to the service node in SICF for the created ITS service

~TRANSACTION ZVENDORBIDHISTORY

~THEME 99

3.Changed the transaction from Professional User Transaction to Easy Web Transaction and provided the corresponding serivce name in Service field.

Now the problem no buttons are visdible not even execute and F8 is also not working.

How to display only the execute button in browser ?

I checked the thread

[Removing Menu Button |]

and added parameter ~WEBTRANSACTIONTYPE EWT but no use. I also tried with ~WEBGUI_SIMPLE_TOOLBAR = 0 and = 1

but still no success.

Please help to display the transaction in browser with only execute button.

Thanks,

Anubhav

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi Anubhav,

Give the following and test

1.Select your service in SICF

2.Go To GUI Configuration in Parameters give the following

~TRANSACTION = ZVENDORBIDHISTORY

~THEME = sl

~WEBGUI = 1

3.Now test the service.

regards

Rajashiva Ramalingam

Edited by: rajashiva on Mar 18, 2011 5:27 PM

Edited by: rajashiva on Mar 18, 2011 5:27 PM

former_member184111
Active Contributor
0 Kudos

Hi Rajashiva,

Execute button is still missing however F8 works now.

Let me know if thers a way to fix this ?

Thanks a lot for the help,

Anubhav .

cris_hansen
Advisor
Advisor
0 Kudos

Hi Anubhav,

It looks like the parameter ~webgui_simple_toolbar is not using the "best" value... You can check SAP note 1010519 for more details/options; you can find a better configuration for your custom t-code.

I hope this helps,

Cristiano

Answers (1)

Answers (1)

Former Member
0 Kudos

hi

i hope you will get a push button with name EXECUTE in top right corner

regards

Rajashiva