<?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: Printing duplicates when Spooled in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-duplicates-when-spooled/m-p/2875290#M674843</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My top of page contains abc , &lt;/P&gt;&lt;P&gt;Ok ,, this is what the print out looks like if I spool it 3 times&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;abc&lt;/P&gt;&lt;P&gt;abc &lt;/P&gt;&lt;P&gt;abc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;_________________________________________________&lt;/P&gt;&lt;P&gt;ALV  data here.&lt;/P&gt;&lt;P&gt;________________________________________________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and it should look like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;abc&lt;/P&gt;&lt;P&gt;________________________________________________&lt;/P&gt;&lt;P&gt;ALV data here.&lt;/P&gt;&lt;P&gt;_______________________________________________&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Oct 2007 18:43:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-03T18:43:18Z</dc:date>
    <item>
      <title>Printing duplicates when Spooled</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-duplicates-when-spooled/m-p/2875288#M674841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , I have a ALV grid with top of page event. THis is done entirely in OOPS. Now when I give a print with out creating a spool , then it is fine . If I also check the spool , then the printout has multiple top of page printed , however the ALV remains the same. How can I flush out the top of page and set it to print only once. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 18:11:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-duplicates-when-spooled/m-p/2875288#M674841</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T18:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Printing duplicates when Spooled</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-duplicates-when-spooled/m-p/2875289#M674842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Put a condition in top of page event which will trigger the headings only once. For eg&lt;/P&gt;&lt;P&gt;IF SY-PAGNO = 1.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Paste your logic here&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 18:30:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-duplicates-when-spooled/m-p/2875289#M674842</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T18:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Printing duplicates when Spooled</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-duplicates-when-spooled/m-p/2875290#M674843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My top of page contains abc , &lt;/P&gt;&lt;P&gt;Ok ,, this is what the print out looks like if I spool it 3 times&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;abc&lt;/P&gt;&lt;P&gt;abc &lt;/P&gt;&lt;P&gt;abc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;_________________________________________________&lt;/P&gt;&lt;P&gt;ALV  data here.&lt;/P&gt;&lt;P&gt;________________________________________________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and it should look like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;abc&lt;/P&gt;&lt;P&gt;________________________________________________&lt;/P&gt;&lt;P&gt;ALV data here.&lt;/P&gt;&lt;P&gt;_______________________________________________&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 18:43:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-duplicates-when-spooled/m-p/2875290#M674843</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T18:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: Printing duplicates when Spooled</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-duplicates-when-spooled/m-p/2875291#M674844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did not understand your comment "If i spool it 3 times".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you check if the internal table to store comments is getting refreshed correctly?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 18:46:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-duplicates-when-spooled/m-p/2875291#M674844</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T18:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: Printing duplicates when Spooled</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-duplicates-when-spooled/m-p/2875292#M674845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;spooling 3 times means , I click on the print button in the ALV container  and check the spool option and press continue , then again I click on print button and check the spool option and click continue , finally I click on the spool and the print check boxes and then press continue , &lt;/P&gt;&lt;P&gt;What is happening is that the top of page is being stored in the memory as many times as the spool occured , while the ALV is getting cleared. THis is the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 18:53:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-duplicates-when-spooled/m-p/2875292#M674845</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T18:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: Printing duplicates when Spooled</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-duplicates-when-spooled/m-p/2875293#M674846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you check this program BCALV_TEST_LIST_PRINT provided by SAP to print list. As I will not be able to see your program, i hope this program code will guide further.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 18:56:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-duplicates-when-spooled/m-p/2875293#M674846</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T18:56:12Z</dc:date>
    </item>
  </channel>
</rss>

