<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2175632#M462004</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Again, the total is displayed at the end of the last list....I want the total to be displayed for every list...Plz clarify..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Apr 2007 19:50:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-26T19:50:23Z</dc:date>
    <item>
      <title>alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2175628#M462000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SAP guru's,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am displaying a customer report using alv_list..I am disaplying various list on the same page. When I use Do sum in field catalog, the total is displayed at the end of the last list. I want to display the total after every list..How do i do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 19:29:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2175628#M462000</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T19:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2175629#M462001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use sorting option available on List display func. module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So create sorting table and pass to the func. module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 19:34:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2175629#M462001</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T19:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2175630#M462002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DATA it_sort   TYPE  slis_t_sortinfo_alv WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;INTERNAL TABLE SORT LOGIC&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    it_sort-spos =   l_pos.&lt;/P&gt;&lt;P&gt;    it_sort-fieldname = 'POSID'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    it_sort-tabname = 'IT_FINAL'.&lt;/P&gt;&lt;P&gt;    it_sort-up = 'X'.&lt;/P&gt;&lt;P&gt;    APPEND it_sort.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    l_pos = '2'.&lt;/P&gt;&lt;P&gt;    it_sort-spos =   l_pos.&lt;/P&gt;&lt;P&gt;    it_sort-fieldname = 'POST1'.&lt;/P&gt;&lt;P&gt;    it_sort-tabname = 'IT_FINAL'.&lt;/P&gt;&lt;P&gt;    it_sort-up = 'X'.&lt;/P&gt;&lt;P&gt;    APPEND it_sort.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and pass it_sort to std. func. module you are using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;specify your fieldname, i have given just a example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amey&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Amey Potale&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 19:36:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2175630#M462002</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T19:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2175631#M462003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you plz give the code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 19:36:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2175631#M462003</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T19:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2175632#M462004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Again, the total is displayed at the end of the last list....I want the total to be displayed for every list...Plz clarify..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 19:50:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2175632#M462004</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T19:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2175633#M462005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are displaying multiple lists, woudln't the field catalog be different for each of them? at least I would think so, if you are you using REUSE_ALV_BLOCK_LIST_APPEND. Don't know if it is OO ALV..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 19:58:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2175633#M462005</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2007-04-26T19:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2175634#M462006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The field catalog is the same for all the litss..actually the customer number and name would be displayed first  and then the line items would be displayed in the alv list..So for every customer I need the total for the line items..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 20:17:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2175634#M462006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T20:17:45Z</dc:date>
    </item>
  </channel>
</rss>

