Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Displaying message

Former Member
0 Likes
309

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

1 REPLY 1
Read only

Clemenss
Active Contributor
0 Likes
281

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