<?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: spool mail in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-mail/m-p/1606610#M272199</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Prabhu,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;In SP01, i click the button "print with changed parameter" from tool box. In that i select the device as mail-printer.&lt;/P&gt;&lt;P&gt;then i give the email address and then when i check the requests send in SAPCONNECT, i see the title takes the value as SYSID+SPOOLNUMBER. And when i get the file in my inbox as a mail attachment I get the name as print data.pdf.&lt;/P&gt;&lt;P&gt;I guess if i can find out the driver program, i can do some settings thre..&lt;/P&gt;&lt;P&gt;thanks for ur help in advance,&lt;/P&gt;&lt;P&gt;Gaurav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Oct 2006 07:41:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-16T07:41:55Z</dc:date>
    <item>
      <title>spool mail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-mail/m-p/1606608#M272197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;I am sending a document to an e-mail address from spool. I have the device configured as mail-printer. Now I have a problem. When the document arrives in the inbox of recepient, it has got the attachment name as print_data.pdf. I want to knw where can i check it out to change this value. Also neone know how to find out the driver program executed which takes the file frm spool and mails it.&lt;/P&gt;&lt;P&gt;thanks in advance,&lt;/P&gt;&lt;P&gt;Gaurav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2006 12:44:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-mail/m-p/1606608#M272197</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-13T12:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: spool mail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-mail/m-p/1606609#M272198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mehta,&lt;/P&gt;&lt;P&gt;in gen , when u send Spool data from SP01 to Any Address it it will send the data OTF format ? So the Att's. Name be based on the Spool number and setttings of the printer.In ur case Ur getting the data in PDF means somewhere u are channging the OTF data into PDF , In can be done thru driver program of the Document which  u are creating ? So first let us know what transaction ur running? then only we can guide ?&lt;/P&gt;&lt;P&gt;the FM which SAP uses is CONVERT_ABAPSPOOLJOB_2_PDF&lt;/P&gt;&lt;P&gt;check the sample program &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;RSTXPDF5&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Oct 2006 06:53:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-mail/m-p/1606609#M272198</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-14T06:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: spool mail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-mail/m-p/1606610#M272199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Prabhu,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;In SP01, i click the button "print with changed parameter" from tool box. In that i select the device as mail-printer.&lt;/P&gt;&lt;P&gt;then i give the email address and then when i check the requests send in SAPCONNECT, i see the title takes the value as SYSID+SPOOLNUMBER. And when i get the file in my inbox as a mail attachment I get the name as print data.pdf.&lt;/P&gt;&lt;P&gt;I guess if i can find out the driver program, i can do some settings thre..&lt;/P&gt;&lt;P&gt;thanks for ur help in advance,&lt;/P&gt;&lt;P&gt;Gaurav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2006 07:41:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-mail/m-p/1606610#M272199</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-16T07:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: spool mail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-mail/m-p/1606611#M272200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi G.M.,&lt;/P&gt;&lt;P&gt;I have similar problem. You have any solution please?&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Mar 2010 05:31:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-mail/m-p/1606611#M272200</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-24T05:31:18Z</dc:date>
    </item>
  </channel>
</rss>

