<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: sending spool-list possible with 'virtual' printer ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-spool-list-possible-with-virtual-printer/m-p/6181365#M1373321</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Am not sure if you have a direct option of sending a spool file to email via background scheduling though you can write a program by calling the standard abap program with SUBMIT command and convert the spool to pdf and send the email. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can have a look at this link for a sample coding&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://www.sapdev.co.uk/reporting/rep_spooltopdf.htm]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Oct 2009 08:38:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-01T08:38:05Z</dc:date>
    <item>
      <title>sending spool-list possible with 'virtual' printer ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-spool-list-possible-with-virtual-printer/m-p/6181364#M1373320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there a possibility where i can EMAIL an spoolfile (created in a sap-standard-abap) within a scheduled job ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i know from other systems that there is a possibility to have a special PRINTER defined, where i can email&lt;/P&gt;&lt;P&gt;the created spoolfile directly. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is this possible in SM37 job scheduling ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not: how can i email a spool file directly without touching sap-standard-program ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reg, Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2009 08:30:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-spool-list-possible-with-virtual-printer/m-p/6181364#M1373320</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-01T08:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: sending spool-list possible with 'virtual' printer ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-spool-list-possible-with-virtual-printer/m-p/6181365#M1373321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Am not sure if you have a direct option of sending a spool file to email via background scheduling though you can write a program by calling the standard abap program with SUBMIT command and convert the spool to pdf and send the email. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can have a look at this link for a sample coding&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://www.sapdev.co.uk/reporting/rep_spooltopdf.htm]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2009 08:38:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-spool-list-possible-with-virtual-printer/m-p/6181365#M1373321</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-01T08:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: sending spool-list possible with 'virtual' printer ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-spool-list-possible-with-virtual-printer/m-p/6181366#M1373322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;okay, now i have found the solution:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a possibility for creating emails directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Firstly, I had created one printer (EMAIL-PDF) at transaction SPAD, with:&lt;/P&gt;&lt;P&gt;Device Type : PDF1&lt;/P&gt;&lt;P&gt;Device Class: Standart Printer&lt;/P&gt;&lt;P&gt;Access Method: &lt;STRONG&gt;M&lt;/STRONG&gt; E-Mail to Receiver/Owner&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can enter a email-adress directly in spoolcontrol when defining the job. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it works perfect, BUT: does anybody know how to change the standard text (and the title) of&lt;/P&gt;&lt;P&gt;the email which is created ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reg, Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2009 09:10:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-spool-list-possible-with-virtual-printer/m-p/6181366#M1373322</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-01T09:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: sending spool-list possible with 'virtual' printer ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-spool-list-possible-with-virtual-printer/m-p/6181367#M1373323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i have understood your question correctly then you want to email ur job output.&lt;/P&gt;&lt;P&gt;In that case follow the below steps:&lt;/P&gt;&lt;P&gt;Step 1: Go to SM36.&lt;/P&gt;&lt;P&gt;Step 2: In the General data there is one option: Spool List Request. Click on it.&lt;/P&gt;&lt;P&gt;Step 3: After clicking on it you will find a modal dailog box for Receiver Determination. Give the Recipient name* and if required give he general attributes. Click on 'Copy'.&lt;/P&gt;&lt;P&gt;Step 4: Just save your work. And after saving it whenever that job finished successfully you will receive the outout of ur job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Note: Here you will give any email id; either your internet adress or your organization address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if I am not clear in above steps. Also sorry if I am not understand your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anurag Singh Rathore&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2009 09:28:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-spool-list-possible-with-virtual-printer/m-p/6181367#M1373323</guid>
      <dc:creator>former_member185874</dc:creator>
      <dc:date>2009-10-01T09:28:03Z</dc:date>
    </item>
  </channel>
</rss>

