<?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 Editing Spool in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/editing-spool/m-p/6989247#M1493744</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;After a spool is created , how can it be edited ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Requirement :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP standard report is executed and a spool is created for generating a PDF . The new requirement is that , page numbers needs to be shown on the PDF , ie it needs to be there in spool. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can we edit a spool and insert page numbers ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we get the spool into an internal table and insert one line in each page and create a new spool? If yes, How?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Paul.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Jun 2010 05:57:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-06-11T05:57:40Z</dc:date>
    <item>
      <title>Editing Spool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/editing-spool/m-p/6989247#M1493744</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;After a spool is created , how can it be edited ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Requirement :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP standard report is executed and a spool is created for generating a PDF . The new requirement is that , page numbers needs to be shown on the PDF , ie it needs to be there in spool. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can we edit a spool and insert page numbers ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we get the spool into an internal table and insert one line in each page and create a new spool? If yes, How?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Paul.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jun 2010 05:57:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/editing-spool/m-p/6989247#M1493744</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-11T05:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: Editing Spool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/editing-spool/m-p/6989248#M1493745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;call function 'RSPO_RETURN_SPOOLJOB'&lt;/P&gt;&lt;P&gt;      exporting&lt;/P&gt;&lt;P&gt;        rqident                    = i_spool_nr&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  FIRST_LINE                  = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  LAST_LINE                   = 1000000000000&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;       desired_type             = 'RAW'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  REAL_TYPE                  =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  SP_LANG                    =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      tables&lt;/P&gt;&lt;P&gt;        buffer                     = it_raw&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  BUFFER_PDF                 =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; exceptions&lt;/P&gt;&lt;P&gt;   no_such_job                = 1&lt;/P&gt;&lt;P&gt;   job_contains_no_data       = 2&lt;/P&gt;&lt;P&gt;   selection_empty            = 3&lt;/P&gt;&lt;P&gt;   no_permission              = 4&lt;/P&gt;&lt;P&gt;   can_not_access             = 5&lt;/P&gt;&lt;P&gt;   read_error                 = 6&lt;/P&gt;&lt;P&gt;   type_no_match              = 7&lt;/P&gt;&lt;P&gt;   others                     = 8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this function module will return spool as raw text , append page no and then convert to pdf.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jun 2010 06:04:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/editing-spool/m-p/6989248#M1493745</guid>
      <dc:creator>JoffyJohn</dc:creator>
      <dc:date>2010-06-11T06:04:49Z</dc:date>
    </item>
  </channel>
</rss>

