Application Development 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: 

Automatic mail to Plant head

former_member303755
Participant
0 Kudos

Hi,

I want system to forward daily dispatch details reports to plant head email id at specific time i.e., 10:00am.

For example from mb51 we get the daily dispatch details for a particular plant, so we want system to send this report directly to

plant head email id's. Kindly confirm is it possible ?

1 ACCEPTED SOLUTION

marvelmurugan
Explorer
0 Kudos

Hi,

Yes it possible ,

Just build the report to fetch the required data,  and schedule it as back ground job to run daily 10 AM

Check this link to send internal table data to Mail Id.

How to send Internal Table to E_Mail address - Code Gallery - SCN Wiki

Regards,

Vel

1 REPLY 1

marvelmurugan
Explorer
0 Kudos

Hi,

Yes it possible ,

Just build the report to fetch the required data,  and schedule it as back ground job to run daily 10 AM

Check this link to send internal table data to Mail Id.

How to send Internal Table to E_Mail address - Code Gallery - SCN Wiki

Regards,

Vel