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

BACKGROUND execution - Intimation

Former Member
0 Likes
620

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

4 REPLIES 4
Read only

Former Member
0 Likes
589

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

Read only

0 Likes
589

Hi,

just more more more quick....and in "smart" way

Use FM TH_POPUP. Put User/Client and message.

Best Regards

Andrea

Read only

0 Likes
589

Hi,

Thanks for your reply.

Is there any function module other than 'TH_POPUP'.

Regards,

Viji

Read only

Former Member
0 Likes
589

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.