<?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 file - Print Paramaters in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-file-print-paramaters/m-p/4367687#M1039312</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;you can check the below URL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="624768"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks,&lt;/P&gt;&lt;P&gt;Raghu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Aug 2008 03:32:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-20T03:32:54Z</dc:date>
    <item>
      <title>SPOOL file - Print Paramaters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-file-print-paramaters/m-p/4367686#M1039311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am creating a SPOOL file from my Z prog. with the following code,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA wa_param TYPE pri_params.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     NEW-PAGE PRINT ON&lt;/P&gt;&lt;P&gt;     PARAMETERS wa_param&lt;/P&gt;&lt;P&gt;     NO DIALOG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     NEW-PAGE PRINT OFF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its creating fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but, I wanna to assign/give a NAME to this SPOOL file, which is here creating.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so, let me know that, How to give a name to the spool file from my Z prog.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2008 03:25:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-file-print-paramaters/m-p/4367686#M1039311</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-20T03:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: SPOOL file - Print Paramaters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-file-print-paramaters/m-p/4367687#M1039312</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;you can check the below URL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="624768"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks,&lt;/P&gt;&lt;P&gt;Raghu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2008 03:32:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-file-print-paramaters/m-p/4367687#M1039312</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-20T03:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: SPOOL file - Print Paramaters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-file-print-paramaters/m-p/4367688#M1039313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you have to use the GET_PRINT_PARAMETERS to get the print parameters. and using the PRTXT you can set the title.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA wa_param TYPE pri_params.

call function 'GET_PRINT_PARAMETERS'
....
...
....

wa_praram-PRTXT = 'Title here'.
NEW-PAGE PRINT ON
PARAMETERS wa_param
NO DIALOG.

NEW-PAGE PRINT OFF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2008 03:40:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-file-print-paramaters/m-p/4367688#M1039313</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-20T03:40:32Z</dc:date>
    </item>
  </channel>
</rss>

