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

LSMW - Sending E-Mail about errors after a batch input has been processed..

mahesh_jagannath
Participant
0 Likes
585

Hi All,

I have a requirement in LSMW. The LSMW has to send an e-mail to a distribution list after all records are read and posted through LSMW i.e, if the method used is Batch Input Session then an e-mail has to be sent to a distribution list after the Batch Input Session has been processed. Kindly help me regarding this..

Regards,

Mahesh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
481

Hi ,

Use workflow which can capture the batch input session completion and trigger a workflow which can read session details and send a mail.

Cheers

Sarfaraz

Hi All,

I have a requirement in LSMW. The LSMW has to send an e-mail to a distribution list after all records are read and posted through LSMW i.e, if the method used is Batch Input Session then an e-mail has to be sent to a distribution list after the Batch Input Session has been processed. Kindly help me regarding this..

Regards,

Mahesh

2 REPLIES 2
Read only

Former Member
0 Likes
482

Hi ,

Use workflow which can capture the batch input session completion and trigger a workflow which can read session details and send a mail.

Cheers

Sarfaraz

Read only

Former Member
0 Likes
481

Hi,

You can trigger an event once all the records are being processed and use that event to start the workflow. From workflow you can send mails to the initiator of the Batch session.

Regards,

Sumalatha