<?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 HEading in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-heading/m-p/3519913#M846575</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Go through the standard program 'BCALV_TREE_DEMO' . you will get idea about display the heading...&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arun.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Dec 2009 04:55:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-12-08T04:55:34Z</dc:date>
    <item>
      <title>ALV HEading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-heading/m-p/3519911#M846573</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;I have an ALV using OOPS where I have to display heading.&lt;/P&gt;&lt;P&gt;E.g:&lt;/P&gt;&lt;P&gt;Customer Name   material qty&lt;/P&gt;&lt;P&gt;ABC	     1        2&lt;/P&gt;&lt;P&gt;ABC             W	 1&lt;/P&gt;&lt;P&gt;ABC             E	 3&lt;/P&gt;&lt;P&gt;DEF	    2	 1&lt;/P&gt;&lt;P&gt;DEF             R        2&lt;/P&gt;&lt;P&gt;DEF             P        1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to display the above in ALV as:&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;                       1     2&lt;/P&gt;&lt;P&gt;	       W     1&lt;/P&gt;&lt;P&gt;	       E     3&lt;/P&gt;&lt;P&gt;DEF&lt;/P&gt;&lt;P&gt;	       2     1&lt;/P&gt;&lt;P&gt;	       R     2&lt;/P&gt;&lt;P&gt;                        P     1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone suggest me how I woud be able to do the above?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 17:04:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-heading/m-p/3519911#M846573</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-05T17:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: ALV HEading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-heading/m-p/3519912#M846574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This is very simple to do. Enable the subtotals and add the field which you want to be shown in the sorting table.&lt;/P&gt;&lt;P&gt;Your alv will be shown like this:&lt;/P&gt;&lt;P&gt;ABC_____1_____ww&lt;/P&gt;&lt;P&gt;_________2_____qq&lt;/P&gt;&lt;P&gt;_________3_____aa&lt;/P&gt;&lt;P&gt;DEF______1_____uu&lt;/P&gt;&lt;P&gt;_________2_____ee&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To add sort you need to use lvc_t_sorts and subtotals can be enabled in the lvc_s_layout.&lt;/P&gt;&lt;P&gt;I think this is what you want then just add sorting criteria and turn on subtotals.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: manish21 on Dec 8, 2009 5:37 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: manish21 on Dec 8, 2009 5:38 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2009 04:36:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-heading/m-p/3519912#M846574</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-08T04:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: ALV HEading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-heading/m-p/3519913#M846575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Go through the standard program 'BCALV_TREE_DEMO' . you will get idea about display the heading...&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arun.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2009 04:55:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-heading/m-p/3519913#M846575</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-08T04:55:34Z</dc:date>
    </item>
  </channel>
</rss>

