cancel
Showing results for 
Search instead for 
Did you mean: 

Status Bar message

Former Member
0 Kudos

Hi All,

I have web Dynpro iviews in portal which are arranged in Worksets and roles. When we click on any role or workset, it is observed that the status bar message is changed accordingly. A long message starts displaying in the status bar due to Loading of the requests and directing to the pages and iViews . I have a requirement where either the status bar can be made to display only some fixed message or Status bar do not display any message at all. This needs to be done in whole portal. Please advice.

Thanks & Regards

Harsimran

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

really not sure if this is possible, however try to set the window status using javascript within the mast head and check if it works.

Thanks,

GLM

Former Member
0 Kudos

Hi All

Any workaround or any solution for this problem would be highly appreciated.

Thanks

Harsimran

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

For disabling the Status bar, just add the below line of code in Masthead (between JS code)(com.sap.portal.navigation.masthead) & redeploy.

window.document.statusbar.enable = false;

For setting default value in status bar, use:

window.status="Welcome";

and remove all occurances of mouseover.

Regards,

Santhosh

Former Member
0 Kudos

Hi All,

Thanks for the help but I have few doubts.

If I implement the javascript code in masthead, then where will I be calling the code. How can I call it on all the events in the portal. The status bar message needs to be fixed for all events in portal. I am confused.

Thanks & regards

Harsimran