‎2007 Oct 06 4:41 PM
Hello All,
I am executing F110 transaction which triggers standard program RFFOUS_T in background. I have configured a custom script to be called from this print program.
From the script I am calling a subroutine in a separate subroutine pool where in i need to diaply a message.
Since RFFOUS_T is triggered in background, the message is not getting displayed and goes to job log. How to avoid this?
Thanks
Indrajit
‎2007 Oct 06 9:09 PM
Hi Indrajit,
whatever a background job does: There is no connection to the client; the job technically does not know on which client the SAPGUI is running from where it was initiated.
If you need a message for the user, you may trigger an express mail (many examples can be found in this forum and elsewhere).
Regards,
Clemens