cancel
Showing results for 
Search instead for 
Did you mean: 

i want to display message on other user's status bar

Former Member
0 Kudos

how i can send message to other user's status bar?

it is like when we get error message on status bar....

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi, Asutosh.

One way would be to have a hidden iGrid object on your page that refreshed at some time interval. Associated with that grid would be a SQLQuery that queried a table listing "messages" for a particular user. Other apps could simply insert a row into the database to "send" a message. There is a session parameter which identifies the currently logged in user's name which you could link to a query parameter.

You could display this in the status bar using the window.status method, or you could make the iGrid visible in the header of the xMII portal as a "message list". Alternatively, you could use the iTicker applet and scroll automatically through all of the users' messages.

Rick

Former Member
0 Kudos

in javascript:


window.status = "some message";

will work.

jcgood25
Active Contributor
0 Kudos

Sorry Ashutosh - Internet Explorer isn't the SAP Gui.

Former Member
0 Kudos

Neither is Firefox, Safari, Opera, Lynx, Netscape, Amaya....