cancel
Showing results for 
Search instead for 
Did you mean: 

WEBGUI and tool bar status

Former Member
0 Kudos

Hi,

When we use WEBGUI and try to select from to the toolbar status (on the bottom, right side), we canu2019t switch from a option to another option: System/Client/Useru2026

But using SAPGUI, we have this possibility, so, if you have a idea about this please advise...

Regards,

Jade A.K.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello!

This is just a info box (popup) in WebGUI. When clicking on button it has two options: show or hide, but there is no possibility to switch between options inside this box. That's the standard! You can look at gui_statusbar.html - it's just a table with no interactivity.

Best regards,

Rorijs

Former Member
0 Kudos

Hi Rorijs,

OK it's standard, but using SAPGUI we can switch for example from "System" to "Client" and the user can see the information on the status bar (on the bottom) to identify the client number. But for WEBGUI we have only the system name and can't do the same as SAPGUI.

Regards;

Jade

Former Member
0 Kudos

Yes, it's like that. Of course, you can change those standard templates by ourself to achieve needed functionality.

This means that you need to change that gui_statusbar.html - put some onclick events to all of those entries and create a javascript behind to change value on status bar.

I suppose even this value of system (which is shown currently on status bar) is hard-coded. You can hard-code client number there as well. I just haven't look in which template it appears.

But you should decide by your own whether dynamic change of status bar info is worth to implement. And at each update (patching) standard templates will be overwritten - you should keep in mind that if changing something in those templates.

Best regards,

Rorijs

Former Member
0 Kudos

Hi Rorijs,

Many thanks for your advise. I think that we have just to explain to users that it's not like SAPGUI, and we can't compare the 2 interfaces...and I prefer keeping the standard.

Regards,

Jade

Former Member
0 Kudos

Yes, I think it would be the right decision!

Best regards,

Rorijs

Former Member
0 Kudos

Hi,

Another issue linked to Webgui, when we use drill-down list, we have to key but there no option to change to be able to see the label linked to this key as in sapgui:from options/Expert in controls we can flag "show keys in all dropdown lists" and this option is missing in Webgui. Is there another way to use to be able to display the dropdown lists ?

Regards,

Jade

Former Member
0 Kudos

Hi all,

This problem is solved using ;

"webgui_combobox_with_keys" and "webgui_combobox_sorted_by_keys"

Regards,

Jade