<?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: ALV method and spool method in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-method-and-spool-method/m-p/1607944#M272836</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks my problem is solved&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Philippe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Oct 2006 21:28:51 GMT</pubDate>
    <dc:creator>philippe_gauthier</dc:creator>
    <dc:date>2006-10-10T21:28:51Z</dc:date>
    <item>
      <title>ALV method and spool method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-method-and-spool-method/m-p/1607942#M272834</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;We have created a report with financial data by using method   CL_GUI_ALV_GRID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We want to print it by include a separator between each new value of the Account.&lt;/P&gt;&lt;P&gt;So I would like to print it in the same spool order but when there is a new value into the account to create a new spool using the last spool order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not find any method to do it and I don't want to use forms to do it. There is someone can help me ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Philippe&lt;/P&gt;&lt;P&gt;NB: is_print gives only information for the header of the document or page and it_special_group not permittes to do it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2006 10:57:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-method-and-spool-method/m-p/1607942#M272834</guid>
      <dc:creator>philippe_gauthier</dc:creator>
      <dc:date>2006-10-10T10:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: ALV method and spool method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-method-and-spool-method/m-p/1607943#M272835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do this by filling the IT_SORT parameter in set_table_for_first_display function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data :&lt;/P&gt;&lt;P&gt;wa_sort type LVC_S_SORT,&lt;/P&gt;&lt;P&gt;it_sort type LVC_T_SORT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_sort-FIELDNAME = &amp;lt;Account field name&amp;gt;.&lt;/P&gt;&lt;P&gt;wa_sort-GROUP     = '*' "New page is triggered&lt;/P&gt;&lt;P&gt;wa_sort-UP        = 'X'.&lt;/P&gt;&lt;P&gt;append wa_sort to it_sort&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will trigger a new page for each new value of the account.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2006 11:15:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-method-and-spool-method/m-p/1607943#M272835</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-10T11:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: ALV method and spool method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-method-and-spool-method/m-p/1607944#M272836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks my problem is solved&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Philippe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2006 21:28:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-method-and-spool-method/m-p/1607944#M272836</guid>
      <dc:creator>philippe_gauthier</dc:creator>
      <dc:date>2006-10-10T21:28:51Z</dc:date>
    </item>
  </channel>
</rss>

