‎2007 Sep 26 2:34 PM
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
‎2007 Sep 26 2:38 PM
You can set up a batch job for this in SM36 where you have an option to email the spool.
Arya
‎2007 Sep 26 2:43 PM
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://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