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
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