<?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: Create spool number from the report program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-spool-number-from-the-report-program/m-p/6462815#M1415787</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;first get the print parameters fm GET_PRINT_PARAMETERS&lt;/P&gt;&lt;P&gt;change single values of the print parameters if you like&lt;/P&gt;&lt;P&gt;create the output: NEW-PAGE PRINT ON PARAMETERS print_paramters NO DIALOG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Dec 2009 10:37:12 GMT</pubDate>
    <dc:creator>former_member226519</dc:creator>
    <dc:date>2009-12-21T10:37:12Z</dc:date>
    <item>
      <title>Create spool number from the report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-spool-number-from-the-report-program/m-p/6462813#M1415785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know the function module to create the spool request from report program, through which I can write the content of the internal table to spool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lucky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2009 10:21:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-spool-number-from-the-report-program/m-p/6462813#M1415785</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-21T10:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: Create spool number from the report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-spool-number-from-the-report-program/m-p/6462814#M1415786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you schedule the report to be run in a background job, you will directly get the output in spool. Or you want the spool to be generated in foreground? If so please search. There are lots of threads related to this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2009 10:33:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-spool-number-from-the-report-program/m-p/6462814#M1415786</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-21T10:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: Create spool number from the report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-spool-number-from-the-report-program/m-p/6462815#M1415787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;first get the print parameters fm GET_PRINT_PARAMETERS&lt;/P&gt;&lt;P&gt;change single values of the print parameters if you like&lt;/P&gt;&lt;P&gt;create the output: NEW-PAGE PRINT ON PARAMETERS print_paramters NO DIALOG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2009 10:37:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-spool-number-from-the-report-program/m-p/6462815#M1415787</guid>
      <dc:creator>former_member226519</dc:creator>
      <dc:date>2009-12-21T10:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: Create spool number from the report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-spool-number-from-the-report-program/m-p/6462816#M1415788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lucky ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you will have to use 3 function modules in sucession to create a spool request as follows :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JOB_OPEN&lt;/P&gt;&lt;P&gt;JOB_SUBMIT&lt;/P&gt;&lt;P&gt;JOB_CLOSE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case of any problem please get back to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nikhil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2009 10:38:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-spool-number-from-the-report-program/m-p/6462816#M1415788</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-21T10:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: Create spool number from the report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-spool-number-from-the-report-program/m-p/6462817#M1415789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the function module "&lt;STRONG&gt;RSPO_OPEN_SPOOLREQUEST&lt;/STRONG&gt;" .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!!&lt;/P&gt;&lt;P&gt;VEnk@&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2009 10:41:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-spool-number-from-the-report-program/m-p/6462817#M1415789</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-21T10:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Create spool number from the report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-spool-number-from-the-report-program/m-p/6462818#M1415790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank a lot. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That solved my question&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;Lucky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2009 10:48:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-spool-number-from-the-report-program/m-p/6462818#M1415790</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-21T10:48:58Z</dc:date>
    </item>
  </channel>
</rss>

