‎2009 Aug 11 10:53 AM
Hi,
We have a requirement to send a system message to specific users that will be displayed immediately to those in the list who are logged on, or for those not currently logged on, the message should be displayed when they next log-in.
We do not want the message to go to their in-box or to be sent by email. We are looking for something similar to the system message produced by SM02.
Does anyone have any ideas or examples?
Thanks
Jan
‎2009 Aug 11 10:55 AM
check out the taskhandler function modules in tx. SE37. names with TH_ ... careful there, know what you are doing when using them.
‎2009 Aug 11 11:04 AM
Hi Mylene,
We have looked at TH_POPUP.
This works fine if the user is logged in but not if they are not. We need something that will pop up when they do log in.
Thanks for your help tho
Jan
‎2009 Aug 11 11:11 AM
comes down to the same thing ... still taskhandler calls (via kernel), investigate program SAPMSEM1, that's where your SM02 messages come from.