<?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 Grouping in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grouping/m-p/1971374#M398562</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks but this is is not what I want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I do this it will group the usernames, but not remove the duplicate dates or anything else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I sort the dates aswell, all of the dates will be grouped and you will not be able to see the dates for different usernames&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Feb 2007 15:50:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-07T15:50:10Z</dc:date>
    <item>
      <title>ALV Grouping</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grouping/m-p/1971372#M398560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guys I have a table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;username | last login    | user locked | Activity group&lt;/P&gt;&lt;P&gt;DALEX     | 01.01.2007 | X                | XYZ1&lt;/P&gt;&lt;P&gt;DALEX     | 01.01.2007 | X                | XYZ2&lt;/P&gt;&lt;P&gt;SHERB    | 01.01.2007 | X                  | XYZ1&lt;/P&gt;&lt;P&gt;SHERB    | 01.01.2007 | X                  | XYZ2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i want to have it to be outputted into groups like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DALEX     | 01.01.2007 | X   | XYZ1&lt;/P&gt;&lt;P&gt;*&lt;STRONG&gt;empty&lt;/STRONG&gt;&lt;STRONG&gt;|&lt;/STRONG&gt;&lt;STRONG&gt;empty&lt;/STRONG&gt;&lt;STRONG&gt;|&lt;/STRONG&gt;&lt;STRONG&gt;empty&lt;/STRONG&gt;*| XYZ2&lt;/P&gt;&lt;P&gt;SHERB    | 01.01.2007 | X    | XYZ3&lt;/P&gt;&lt;P&gt;*&lt;STRONG&gt;empty&lt;/STRONG&gt;&lt;STRONG&gt;|&lt;/STRONG&gt;&lt;STRONG&gt;empty&lt;/STRONG&gt;&lt;STRONG&gt;|&lt;/STRONG&gt;&lt;STRONG&gt;empty&lt;/STRONG&gt;*| XYZ4 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried sorting across multiple fields but it hides the 01.01.2007 for SHERB as it is the same data as DALEX. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know of a way to only output data in an ALV grid that is different from the first row for each username?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2007 15:42:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grouping/m-p/1971372#M398560</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-07T15:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Grouping</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grouping/m-p/1971373#M398561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;have you given like this

it_sort-fieldname = 'USERNAME'.
it_sort-spos = '1'.
it_sort-up = 'X'.
append it_sort.&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2007 15:45:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grouping/m-p/1971373#M398561</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-07T15:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Grouping</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grouping/m-p/1971374#M398562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks but this is is not what I want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I do this it will group the usernames, but not remove the duplicate dates or anything else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I sort the dates aswell, all of the dates will be grouped and you will not be able to see the dates for different usernames&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2007 15:50:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grouping/m-p/1971374#M398562</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-07T15:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Grouping</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grouping/m-p/1971375#M398563</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 try in this way, but the report can not be sorted after we get the ALV output.&lt;/P&gt;&lt;P&gt;  Populate the final internal table with spaces.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; loop at &amp;lt;itab&amp;gt;.&lt;/P&gt;&lt;P&gt;  abc |  def |  pqr  |10&lt;/P&gt;&lt;P&gt;        |       |        | 20&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  at new &amp;lt;f1&amp;gt;.&lt;/P&gt;&lt;P&gt;   populate 4 fields&lt;/P&gt;&lt;P&gt;  endat.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;//  clear first 3 fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  append final.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  endloop.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sailaja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2007 16:02:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grouping/m-p/1971375#M398563</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-07T16:02:42Z</dc:date>
    </item>
  </channel>
</rss>

