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: 

How to send mail containing Excel as attachment via Query SQ00

Former Member
0 Kudos

Hello,

I want to know how to send mail (via Outlook) containing an Excel output generated by an SAP ABAP Query - SQ00.

I want to send this email daily at 5pm to four users.

I am on 4.7.

I am aware of points system and do reward them accordingly...

Thanks

Naved

Message was edited by: Naved Rehman

Message was edited by: Naved Rehman

2 REPLIES 2

Former Member
0 Kudos

Is it really that involved...

Please provide suggestions...

Message was edited by: Naved Rehman

0 Kudos

Hi,

You first need to store the resulting excel file from the query into some folders and run another program to pick up the file and mail it. (you could do that within the main program itself by storing the excel in a temp file and after mailing it deleting the same)

For sending email please read the below given weblog by Thomas.

/people/thomas.jung3/blog/2004/09/08/sending-e-mail-from-abap--version-610-and-higher--bcs-interface

Regards

Raja