Register Login

Send Popup Message to a Specific User in SAP

Updated May 18, 2018

How do you send popup message to a specific user in sap by running a function module!

SM02 sends messages to all users, not a specific one

So use function module TH_POPUP

Goto Transaction code SE37 enter the function module name & test run it

the resulting screen is shown below, type the details and execute

The the user will see message like this ( System name is blurred for privacy reasons)


The user must be logged into the system to receive the message


Comments

  • 20 Jun 2012 5:21 am ken Helpful Answer
    hi everyone
    i know SM02 can send message to user, but it's can't send to a special user, TH_POPUP can send messag to special user, but it request the user must logining the system, if the user don't loging system, after the FM : TH_POPUP finished, the user login the system , he will not get the message, so i want to know whether there is another FM which can send a popup message to special user whenever he login the system.
    thanks
  • 22 Dec 2008 11:02 am Kashinath
    This is only for specific user But if I want to send a pop up message to all logged in user than what is the procedure.
  • 06 Mar 2009 10:58 am Zhou Tsui
    Dear Kashinath,

    You need to run transaction code SM02 and then create a new message. Set the expiration and deletion in the correct way and you can send messages to every one logged in.

    Hope this helps.
    -FluX-
  • 11 Aug 2010 7:09 am Guest
    if i want to send mesages to 3 or 4 user then wat is the transaction
  • 18 Jun 2012 7:46 am ken
    hi
    i know the FM: TH_POPUP can send message to seperate user, but there is a condition: the user
    must loging the system, if the usre don't login the system when you send the message , he will not
    get the message, right? but SM02 dont' have this restirction.
    who can tell me which FM can send a message to user whenever he login ths system first time ?
  • 23 Jan 2017 12:33 pm David William

    Login the server then send intro message.


×