cancel
Showing results for 
Search instead for 
Did you mean: 

System message with restrictions

Former Member
0 Kudos

Hi.

Our customer wants to be able to send system messages to users, but being able to restrict the receivers.

program SM02 does not allow to restrict (message to a whole client) and with function TH_POPUP you can only send a message to one user.

Is there a standard way of defining a list/group of users and send a system message or pop-up window message to that list/group?

Thank you in advance.

Javier Gambino - SAP Basis.

Accepted Solutions (0)

Answers (2)

Answers (2)

vincentlim826
Employee
Employee
0 Kudos

Hi Javier.

there is no standard way to send SM02 to specific mass user or group.

You probably need to do some customized abap code with TH_POPUP. For abap issue, please go to abap forum.

Regards,

Vincent

patelyogesh
Active Contributor
0 Kudos

Use function module TH_POPUP.

Goto Transaction code SE37

Enter the function module TH_POPUP name & test run it.

Regards,

Yogesh