‎2009 May 26 10:46 AM
Hi Friends,
I am running a report program in BACK GROUND. This program contains an Internal table with 10 reords.
I'm sending those 10 records an EXCEL sheet as attachment to the USER who executed the program.
After sending mail to the USER, I have to intimate the User, that a email is sent to you.
How can I do this intimaion process while doing in BACK GROUND Execution.
Regards,
Viji
‎2009 May 26 10:51 AM
Hi
U can send an express message to the user by SapOffice: u can use the fm SO_NEW_DOCUMENT_ATT_SEND_API1 (probably the same fm u're using to send the mail)
Max
‎2009 May 26 11:13 AM
Hi,
just more more more quick....and in "smart" way
Use FM TH_POPUP. Put User/Client and message.
Best Regards
Andrea
‎2009 May 26 11:33 AM
Hi,
Thanks for your reply.
Is there any function module other than 'TH_POPUP'.
Regards,
Viji
‎2009 Jul 27 9:58 AM
Hi Friends,
I have used below code to inform the User.
CREATE OBJECT v_evnt.
SET HANDLER v_evnt->top_of_page FOR v_alvgrid.