<?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 to PDF in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-to-pdf/m-p/7327740#M1537735</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bhatti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so sorry you could not find an answser to this brand-new question [here|http://www.google.de/#hl=en&amp;amp;expIds=17259,26644,26993,26994,27007,27014&amp;amp;xhr=t&amp;amp;q=spool&lt;EM&gt;to&lt;/EM&gt;pdf&lt;EM&gt;in&lt;/EM&gt;sap&amp;amp;cp=16&amp;amp;pf=p&amp;amp;sclient=psy&amp;amp;site=&amp;amp;source=hp&amp;amp;aq=f&amp;amp;aqi=&amp;amp;aql=&amp;amp;oq=Spool&lt;EM&gt;to&lt;/EM&gt;PDF++++&amp;amp;gs_rfai=&amp;amp;pbx=1&amp;amp;fp=d950b79c3319a56e]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Oct 2010 22:18:20 GMT</pubDate>
    <dc:creator>Clemenss</dc:creator>
    <dc:date>2010-10-07T22:18:20Z</dc:date>
    <item>
      <title>Spool to PDF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-to-pdf/m-p/7327735#M1537730</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 not an ABAPper but I need to convert many spool files ( invoices) to PDF so that we can then send them to a company that will email, fax or post them depending on the customer.  I know that there is a standard SAP program that will convert a spool to PDF but is there a way to convert many spool files to PDF into one file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to identify spools of a particular type, convert to PDF and download them all into one file. I am sure that this is possibe, has anyone written a program to do this that they could send to me. or is there a standard SAP way to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2010 15:17:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-to-pdf/m-p/7327735#M1537730</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-07T15:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: Spool to PDF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-to-pdf/m-p/7327736#M1537731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can check the link [Merge PDF files|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/404e4dc1-a79c-2d10-a7b5-9a266dfed9cb]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2010 15:25:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-to-pdf/m-p/7327736#M1537731</guid>
      <dc:creator>former_member225631</dc:creator>
      <dc:date>2010-10-07T15:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: Spool to PDF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-to-pdf/m-p/7327737#M1537732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use program &lt;STRONG&gt;RSTXPDFT4&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2010 15:35:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-to-pdf/m-p/7327737#M1537732</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-10-07T15:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: Spool to PDF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-to-pdf/m-p/7327738#M1537733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a Z program with this code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT ZRSTXPDFT4 line-size 80.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Read spool job contents (OTF or ABAP list) and convert&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;to PDF, download PDF&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;B20K8A0IKH replace WS_DOWNLOAD with GUI_DOWNLOAD&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables: tsp01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SELECT-OPTIONS: SPOOLNO FOR TSP01-RQIDENT.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS:&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  DOWNLOAD AS CHECKBOX DEFAULT 'X',&lt;/P&gt;&lt;P&gt;  P_FILE LIKE RLGRAP-FILENAME DEFAULT 'C:\temp\file.pdf'. "#EC NOTEXT&lt;/P&gt;&lt;P&gt;DATA otf like itcoo occurs 100 with header line.&lt;/P&gt;&lt;P&gt;DATA CANCEL.&lt;/P&gt;&lt;P&gt;DATA PDF LIKE TLINE OCCURS 100 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;DATA DOCTAB LIKE DOCS OCCURS 1 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;DATA: NUMBYTES TYPE I,&lt;/P&gt;&lt;P&gt;      ARC_IDX LIKE TOA_DARA,&lt;/P&gt;&lt;P&gt;      pdfspoolid like tsp01-rqident,&lt;/P&gt;&lt;P&gt;      jobname like tbtcjob-jobname,&lt;/P&gt;&lt;P&gt;      jobcount like tbtcjob-jobcount,&lt;/P&gt;&lt;P&gt;      is_otf.&lt;/P&gt;&lt;P&gt;data: client like tst01-dclient,&lt;/P&gt;&lt;P&gt;      name like tst01-dname,&lt;/P&gt;&lt;P&gt;      objtype like rststype-type,&lt;/P&gt;&lt;P&gt;      type like rststype-type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select single * from tsp01 where rqident = spoolno.&lt;/P&gt;&lt;P&gt;if sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;  perform bd_textbox_err(rstxpdft) using 80&lt;/P&gt;&lt;P&gt;   'Spoolauftrag existiert nicht'(003).&lt;/P&gt;&lt;P&gt;  exit.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;client = tsp01-rqclient.&lt;/P&gt;&lt;P&gt;name   = tsp01-rqo1name.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'RSTS_GET_ATTRIBUTES'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            AUTHORITY     = 'SP01'&lt;/P&gt;&lt;P&gt;            CLIENT        = client&lt;/P&gt;&lt;P&gt;            NAME          = name&lt;/P&gt;&lt;P&gt;            PART          = 1&lt;/P&gt;&lt;P&gt;       IMPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          CHARCO        =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          CREATER       =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          CREDATE       =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          DELDATE       =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          MAX_CREDATE   =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          MAX_DELDATE   =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          NON_UNIQ      =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          NOOF_PARTS    =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          RECTYP        =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          SIZE          =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          STOTYP        =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;            TYPE          = type&lt;/P&gt;&lt;P&gt;            OBJTYPE       = objtype&lt;/P&gt;&lt;P&gt;       EXCEPTIONS&lt;/P&gt;&lt;P&gt;            FB_ERROR      = 1&lt;/P&gt;&lt;P&gt;            FB_RSTS_OTHER = 2&lt;/P&gt;&lt;P&gt;            NO_OBJECT     = 3&lt;/P&gt;&lt;P&gt;            NO_PERMISSION = 4.&lt;/P&gt;&lt;P&gt;if objtype(3) = 'OTF'.&lt;/P&gt;&lt;P&gt;  is_otf = 'X'.&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;  is_otf = space.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;if is_otf = 'X'.&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'CONVERT_OTFSPOOLJOB_2_PDF'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        SRC_SPOOLID                    = spoolno&lt;/P&gt;&lt;P&gt;        NO_DIALOG                      = ' '&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      DST_DEVICE                     =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      PDF_DESTINATION                =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      IMPORTING&lt;/P&gt;&lt;P&gt;        PDF_BYTECOUNT                  = numbytes&lt;/P&gt;&lt;P&gt;        PDF_SPOOLID                    = pdfspoolid&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      OTF_PAGECOUNT                  =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        BTC_JOBNAME                    = jobname&lt;/P&gt;&lt;P&gt;        BTC_JOBCOUNT                   = jobcount&lt;/P&gt;&lt;P&gt;      TABLES&lt;/P&gt;&lt;P&gt;        PDF                            = pdf&lt;/P&gt;&lt;P&gt;      EXCEPTIONS&lt;/P&gt;&lt;P&gt;        ERR_NO_OTF_SPOOLJOB            = 1&lt;/P&gt;&lt;P&gt;        ERR_NO_SPOOLJOB                = 2&lt;/P&gt;&lt;P&gt;        ERR_NO_PERMISSION              = 3&lt;/P&gt;&lt;P&gt;        ERR_CONV_NOT_POSSIBLE          = 4&lt;/P&gt;&lt;P&gt;        ERR_BAD_DSTDEVICE              = 5&lt;/P&gt;&lt;P&gt;        USER_CANCELLED                 = 6&lt;/P&gt;&lt;P&gt;        ERR_SPOOLERROR                 = 7&lt;/P&gt;&lt;P&gt;        ERR_TEMSEERROR                 = 8&lt;/P&gt;&lt;P&gt;        ERR_BTCJOB_OPEN_FAILED         = 9&lt;/P&gt;&lt;P&gt;        ERR_BTCJOB_SUBMIT_FAILED       = 10&lt;/P&gt;&lt;P&gt;        ERR_BTCJOB_CLOSE_FAILED        = 11.&lt;/P&gt;&lt;P&gt;  case sy-subrc.&lt;/P&gt;&lt;P&gt;  when 0.&lt;/P&gt;&lt;P&gt;    perform bd_textbox_msg(rstxpdft) using 80&lt;/P&gt;&lt;P&gt;     'Funktion CONVERT_OTFSPOOLJOB_2_PDF erfolgreich'(001).&lt;/P&gt;&lt;P&gt;  when 1.&lt;/P&gt;&lt;P&gt;    perform bd_textbox_err(rstxpdft) using 80&lt;/P&gt;&lt;P&gt;     'Kein OTF- und kein ABAP-Spoolauftrag'(002).&lt;/P&gt;&lt;P&gt;    exit.&lt;/P&gt;&lt;P&gt;  when 2.&lt;/P&gt;&lt;P&gt;    perform bd_textbox_err(rstxpdft) using 80&lt;/P&gt;&lt;P&gt;     'Spoolauftrag existiert nicht'(003).&lt;/P&gt;&lt;P&gt;    exit.&lt;/P&gt;&lt;P&gt;  when 3.&lt;/P&gt;&lt;P&gt;    perform bd_textbox_err(rstxpdft) using 80&lt;/P&gt;&lt;P&gt;     'Keine Berechtigung zum Lesen Spoolauftrag'(004).&lt;/P&gt;&lt;P&gt;    exit.&lt;/P&gt;&lt;P&gt;  when others.&lt;/P&gt;&lt;P&gt;    perform bd_textbox_err(rstxpdft) using 80&lt;/P&gt;&lt;P&gt;     'Fehler bei Funktion CONVERT_OTFSPOOLJOB_2_PDF'(005).&lt;/P&gt;&lt;P&gt;    exit.&lt;/P&gt;&lt;P&gt;  endcase.&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'CONVERT_ABAPSPOOLJOB_2_PDF'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        SRC_SPOOLID                    = spoolno&lt;/P&gt;&lt;P&gt;        NO_DIALOG                      = ' '&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      DST_DEVICE                     =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      PDF_DESTINATION                =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      IMPORTING&lt;/P&gt;&lt;P&gt;        PDF_BYTECOUNT                  = numbytes&lt;/P&gt;&lt;P&gt;        PDF_SPOOLID                    = pdfspoolid&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      LIST_PAGECOUNT                 =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        BTC_JOBNAME                    = jobname&lt;/P&gt;&lt;P&gt;        BTC_JOBCOUNT                   = jobcount&lt;/P&gt;&lt;P&gt;      TABLES&lt;/P&gt;&lt;P&gt;        PDF                            = pdf&lt;/P&gt;&lt;P&gt;      EXCEPTIONS&lt;/P&gt;&lt;P&gt;        ERR_NO_ABAP_SPOOLJOB           = 1&lt;/P&gt;&lt;P&gt;        ERR_NO_SPOOLJOB                = 2&lt;/P&gt;&lt;P&gt;        ERR_NO_PERMISSION              = 3&lt;/P&gt;&lt;P&gt;        ERR_CONV_NOT_POSSIBLE          = 4&lt;/P&gt;&lt;P&gt;        ERR_BAD_DESTDEVICE             = 5&lt;/P&gt;&lt;P&gt;        USER_CANCELLED                 = 6&lt;/P&gt;&lt;P&gt;        ERR_SPOOLERROR                 = 7&lt;/P&gt;&lt;P&gt;        ERR_TEMSEERROR                 = 8&lt;/P&gt;&lt;P&gt;        ERR_BTCJOB_OPEN_FAILED         = 9&lt;/P&gt;&lt;P&gt;        ERR_BTCJOB_SUBMIT_FAILED       = 10&lt;/P&gt;&lt;P&gt;        ERR_BTCJOB_CLOSE_FAILED        = 11.&lt;/P&gt;&lt;P&gt;  case sy-subrc.&lt;/P&gt;&lt;P&gt;  when 0.&lt;/P&gt;&lt;P&gt;    perform bd_textbox_msg(rstxpdft) using 80&lt;/P&gt;&lt;P&gt;     'Funktion CONVERT_ABAPSPOOLJOB_2_PDF erfolgreich'(006).&lt;/P&gt;&lt;P&gt;  when 1.&lt;/P&gt;&lt;P&gt;    perform bd_textbox_err(rstxpdft) using 80&lt;/P&gt;&lt;P&gt;     'Kein OTF- und kein ABAP-Spoolauftrag'(002).&lt;/P&gt;&lt;P&gt;    exit.&lt;/P&gt;&lt;P&gt;  when 2.&lt;/P&gt;&lt;P&gt;    perform bd_textbox_err(rstxpdft) using 80&lt;/P&gt;&lt;P&gt;     'Spoolauftrag existiert nicht'(003).&lt;/P&gt;&lt;P&gt;    exit.&lt;/P&gt;&lt;P&gt;  when 3.&lt;/P&gt;&lt;P&gt;    perform bd_textbox_err(rstxpdft) using 80&lt;/P&gt;&lt;P&gt;     'Keine Berechtigung zum Lesen Spoolauftrag'(004).&lt;/P&gt;&lt;P&gt;    exit.&lt;/P&gt;&lt;P&gt;  when others.&lt;/P&gt;&lt;P&gt;    perform bd_textbox_err(rstxpdft) using 80&lt;/P&gt;&lt;P&gt;     'Fehler bei Funktion CONVERT_ABAPSPOOLJOB_2_PDF'(007).&lt;/P&gt;&lt;P&gt;    exit.&lt;/P&gt;&lt;P&gt;  endcase.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="15" type="ul"&gt;&lt;P&gt;download PDF file ***********&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;check download = 'X'.&lt;/P&gt;&lt;P&gt;if not ( jobname is initial ).&lt;/P&gt;&lt;P&gt;  perform bd_textbox_var2_msg(rstxpdft) using 80&lt;/P&gt;&lt;P&gt;   'Konvertierung per Hintergrundjob'(008)&lt;/P&gt;&lt;P&gt;   jobname&lt;/P&gt;&lt;P&gt;   jobcount.&lt;/P&gt;&lt;P&gt;  exit.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;perform download_w_ext(RSTXPDFT) tables pdf&lt;/P&gt;&lt;P&gt;                                 using p_file&lt;/P&gt;&lt;P&gt;                                       '.pdf'&lt;/P&gt;&lt;P&gt;                                       'BIN'&lt;/P&gt;&lt;P&gt;                                       numbytes&lt;/P&gt;&lt;P&gt;                                       cancel.&lt;/P&gt;&lt;P&gt;if cancel = space.&lt;/P&gt;&lt;P&gt;  data: s(80).&lt;/P&gt;&lt;P&gt;  s = numbytes. condense s.&lt;/P&gt;&lt;P&gt;  concatenate s 'Bytes heruntergeladen in Datei'(009)&lt;/P&gt;&lt;P&gt;    into s separated by space.&lt;/P&gt;&lt;P&gt;  perform bd_textbox_var1_msg(RSTXPDFT) using 80&lt;/P&gt;&lt;P&gt;                                    s&lt;/P&gt;&lt;P&gt;                                    p_file.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2010 15:41:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-to-pdf/m-p/7327738#M1537733</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-07T15:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: Spool to PDF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-to-pdf/m-p/7327739#M1537734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2010 17:22:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-to-pdf/m-p/7327739#M1537734</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-07T17:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: Spool to PDF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-to-pdf/m-p/7327740#M1537735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bhatti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so sorry you could not find an answser to this brand-new question [here|http://www.google.de/#hl=en&amp;amp;expIds=17259,26644,26993,26994,27007,27014&amp;amp;xhr=t&amp;amp;q=spool&lt;EM&gt;to&lt;/EM&gt;pdf&lt;EM&gt;in&lt;/EM&gt;sap&amp;amp;cp=16&amp;amp;pf=p&amp;amp;sclient=psy&amp;amp;site=&amp;amp;source=hp&amp;amp;aq=f&amp;amp;aqi=&amp;amp;aql=&amp;amp;oq=Spool&lt;EM&gt;to&lt;/EM&gt;PDF++++&amp;amp;gs_rfai=&amp;amp;pbx=1&amp;amp;fp=d950b79c3319a56e]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2010 22:18:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-to-pdf/m-p/7327740#M1537735</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2010-10-07T22:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Spool to PDF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-to-pdf/m-p/7327741#M1537736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bhatti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To convert abap spool to pdf use this FM CONVERT_ABAPSPOOLJOB_2_PDF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To send PDF as mail use this FM SO_NEW_DOCUMENT_SEND_API1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR the below classes....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cl_bcs,&lt;/P&gt;&lt;P&gt;cl_document_bcs,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Oct 2010 04:09:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-to-pdf/m-p/7327741#M1537736</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-08T04:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: Spool to PDF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-to-pdf/m-p/7327742#M1537737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Using RSTXPDFT4 we can create only one spool to PDF. I do not think that we can create many spool to one PDF.&lt;/P&gt;&lt;P&gt;But you can &lt;STRONG&gt;try to create  many invoice to single spool&lt;/STRONG&gt;, and after taht you can create spool to single PDF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Oct 2010 05:47:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-to-pdf/m-p/7327742#M1537737</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-08T05:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Spool to PDF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-to-pdf/m-p/7327743#M1537738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We just wrote a new program to do this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 16:08:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-to-pdf/m-p/7327743#M1537738</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-17T16:08:16Z</dc:date>
    </item>
  </channel>
</rss>

