<?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 Sort Vertical Merging in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-sort-vertical-merging/m-p/897600#M54577</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Serdar thank you for your post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do you suggest I achieve the following for an editable grid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current Display,&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;1400 -------other data -----
1400 -------other data -----
1500 -------other data -----
1500 -------other data -----&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want this,&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;1400 -------other data -----
     -------other data -----
1500 -------other data -----
     -------other data -----
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Jun 2005 15:54:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-06-21T15:54:09Z</dc:date>
    <item>
      <title>ALV Sort Vertical Merging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-sort-vertical-merging/m-p/897598#M54575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to display a table in a subscreen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I have made my sort table and passed it to the set_table_first_display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;lw_sort-spos = '1'.
lw_sort-fieldname = 'KUNNR'.
lw_sort-up = c_x.

* Append Work Area to the Table
APPEND lw_sort TO p_sort.
CLEAR  lw_sort.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. I have also made sure that the No_merging field is not marked in the fieldcatalog and layout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But inspite of all of this, the cells do NOT get vertically merged.&lt;/P&gt;&lt;P&gt;I was under the impression, In ALV Grid Display, the Sort Criterion by default makes the column contents Vertically merged.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically I am getting this as a display,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;1400 -------other data -----
1400 -------other data -----
1500 -------other data -----
1500 -------other data -----&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want this,&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;1400 -------other data -----
     -------other data -----
1500 -------other data -----
     -------other data -----&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I achieve this? Doesnt this generally come default in ALV Grid?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also let me add, my display table is editable, so does this default vertical merge get turned off in any scenario?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone encountered this/something similar?&lt;/P&gt;&lt;P&gt;Would be thrilled to get a solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Prasenjit Guha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Prasenjit Guha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2005 10:53:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-sort-vertical-merging/m-p/897598#M54575</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-21T10:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Sort Vertical Merging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-sort-vertical-merging/m-p/897599#M54576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prasenjit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as I experienced, if you make your ALV grid editable, regardless of the no_merging adjustment, ALV shows lines unmerged.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*--Serdar &amp;lt;a href="https://www.sdn.sap.com:443http://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.sdn.businesscard.sdnbusinesscard?u=qbk%2bsag%2bjiw%3d"&amp;gt;[ BC ]&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2005 12:27:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-sort-vertical-merging/m-p/897599#M54576</guid>
      <dc:creator>ssimsekler</dc:creator>
      <dc:date>2005-06-21T12:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Sort Vertical Merging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-sort-vertical-merging/m-p/897600#M54577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Serdar thank you for your post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do you suggest I achieve the following for an editable grid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current Display,&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;1400 -------other data -----
1400 -------other data -----
1500 -------other data -----
1500 -------other data -----&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want this,&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;1400 -------other data -----
     -------other data -----
1500 -------other data -----
     -------other data -----
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2005 15:54:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-sort-vertical-merging/m-p/897600#M54577</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-21T15:54:09Z</dc:date>
    </item>
  </channel>
</rss>

