‎2007 Mar 13 12:44 PM
hi!
Is there a way to issue a popup message to screen during run of background
program?
regards
yifat
‎2007 Mar 13 12:48 PM
Check this FM - 'SO_EXPRESS_FLAG_SET'.
Regards,
Amit
Reward all helpful replies.
‎2007 Mar 13 12:47 PM
‎2007 Mar 13 12:48 PM
Check this FM - 'SO_EXPRESS_FLAG_SET'.
Regards,
Amit
Reward all helpful replies.
‎2007 Mar 13 12:48 PM
‎2007 Mar 13 1:03 PM
HI...
This is not possible.
When a background job is running, it has no connection to a presentation server (SAPGUI). Where would the popup screen be shown? On all users screens? Just because you schedule the job, it does not mean that it is your job and it has a link to your SAPGUI, it is simply a job running under your username which could quite easily still be running long after you have logged off the system.
If you use background debugging (from normal debug -> Settings -> In background task: Do not process), you could probably get a normal popup to work, otherwise you are restricted to messages (I,W,E,A), updating system logs, writing to the spool, or writing to a file.
With these tools you should be able to achieve what you need.
If it helps Reward with points
Regards,
Rk