Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Send system message to specific users

Former Member
0 Likes
749

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

3 REPLIES 3
Read only

Former Member
0 Likes
658

check out the taskhandler function modules in tx. SE37. names with TH_ ... careful there, know what you are doing when using them.

Read only

Former Member
0 Likes
658

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

Read only

0 Likes
658

comes down to the same thing ... still taskhandler calls (via kernel), investigate program SAPMSEM1, that's where your SM02 messages come from.