cancel
Showing results for 
Search instead for 
Did you mean: 

How to broadcast message to a specific client ?

Former Member
0 Kudos

Dear all,

I have 10 clients in DEV, I plan to delete one of it and would like to inform the users who belong to that particular client about the deletion.

May I know if there is a way to just broadcast message to users in that particular client ? So that when they login to the client, only them will get the message.

SM02 - this will broadcast message to all users in DEV

SE61 - this will post message at the sign on screen

SMW0 - this will display message on the Easy Access Screen after user logs in.

Comment and advice will be appreciated.

Thanks.

Regards,

Kent

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Just send a system message out in SM02 but put in the client number in client number field..

Mark

Former Member
0 Kudos

Dear Mark & Amber,

I think sm02 will do. I overlooked the client field in sm02.

Dear Anindya Bose, thanks for your option also.

Thanks.

Regards,

Kent

Answers (2)

Answers (2)

former_member198270
Active Contributor
0 Kudos

Hello Kent, You could use the second option SE61 in that you can mention the active clients thereby informing the user if his/her client is available or not.

And to inform the users which were currently logged in you can post a system message in SM02 by keeping Client as *

so that the message goes to all the clients.

Hope it helps.

Regards, Amber S

anindya_bose
Active Contributor
0 Kudos

You can once check function module TH_POPUP. If yu have set of logged on users, you can send them a pop up which will display ur msg. Limitation is , this is only for logged on users at a particular time