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

add emil functionality to Report Painter

Former Member
0 Likes
567

Hi all,

It is tough to explain my requirement but I i am doing my best to make it clear!!1

We have Transaction ZZ007A which calles Report writer Program

My requirement is to add emil functionality to send these reports to clients.

We have one of selection parameter is Profit center Group. I need to call this transaction separately for all profit centers under this grouo and email report to correspndant profit center.

This Report is not ABAP, it is report writer.

How can I do this?

Cheers

Shiva

Title was edited by:

Alvaro Tejada Galindo

2 REPLIES 2
Read only

Former Member
0 Likes
396

You can set up a batch job for this in SM36 where you have an option to email the spool.

Arya

Read only

Former Member
0 Likes
396

Hi

You have to download the out[ut and to send the output file as mail to others.

because you can't write code to send mails in the report painter/writer reports.

check the links

Report Writer functions can be accessed from within the Report Painter.

The difference lies in the GUI of the report painter.

For Report Painter

http://help.sap.com/saphelp_47x200/helpdata/en/66/bc7d2543c211d182b30000e829fbfe/content.htm

For Report Writer

http://help.sap.com/saphelp_47x200/helpdata/en/66/bc7dc143c211d182b30000e829fbfe/content.htm

Refer the following links :

http://www.virtuosollc.com/PDF/Get_Reporter.pdf

http://sap.ittoolbox.com/groups/technical-functional/sap-r3-other/accessing-tables-using-report-pain...

http://help.sap.com/saphelp_47x200/helpdata/en/da/6ada3889432f48e10000000a114084/frameset.htm

http://help.sap.com/saphelp_bw31/helpdata/en/66/bc7d2543c211d182b30000e829fbfe/frameset.htm

Regards

Anji