cancel
Showing results for 
Search instead for 
Did you mean: 

webGUI Parameter ~webgui_simple_Toolbar ISSUE - show SAVE button for SM36

Former Member
0 Kudos

Hi,

I am creating a Transaction IVIew for SM36. To customize the buttons on the toolbar, I am using ~webgui_simple_toolbar parameter after reffering to corresponding SAP Note.

I want to remove the 'Back' and 'Cancel' Buttons and only have the Application toolbar buttons . I could do this by setting ~webgui_simple_toolbar = 32 in the webGUI Node in SICF.

However the 'Save' button seems to be linked with the 'Back' and 'Cancel' buttons for SM36 and so even the Save button disappears along with the Back and Cancel...

Is this a Bug ? The Note does not talk anything about the Save Button.

I only want the Application Toolbar buttons and the Save button to save the user entries ....

Any Ideas ?

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member316351
Active Contributor
0 Kudos

Hello,

I don't think the ~webgui_simple_toolbar was developed with the idea that SM* transactions would be utilized for it. Unfortunately the Save button is part of the Back, Exit, Cancel area. You would need to use value "40", but then also have the back and cancel (active system buttons) displayed. The Save button would need to be part of the Application Toolbar for it work the way you want, interestingly tough the CTRL+S still works.

Edgar

Former Member
0 Kudos

Thanks for the reply. I tyhink ur right. The Save button is tied to the Back and Cancel button.

I was thinking of another option.

In the request Handler declared in the WEBGUI service , may be I can try and put a Javascript using the

Response->Set_Cdata( ) statement :

This Javascript will be something like

document.getElementById("back button id").enabled=false

which would exclusively disable the Back Button.

I tried to put this Javascript in the Logon Tab of the "Error Pages" Tab of the WEBGUI service but it did not work.

Will let you know if it works through the Request Handler

Thanks

Former Member
0 Kudos

Hi,

Did u manage to get this working using the javascript code in the request handler method? I have the same requirement and would appreciate your help if you can advise.

Regards,

Gopal.