<?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 sort by multiple column in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sort-by-multiple-column/m-p/12140057#M1975916</link>
    <description>&lt;P&gt;Hello, I am new to ABAP. I'm having the issue of merging multiple rows of the same field with multiple column when display alv ( i use CL_SALV_TABLE) (screenshot below). I tried to search on the internet but still got no clue. Please give me a solution, or sample code would be great. ( sorry for bad english) &lt;/P&gt;
  &lt;P&gt;&lt;A href="https://answers.sap.com/storage/temp/1813805-aaa.png"&gt;aaa.png&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 30 May 2020 10:05:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2020-05-30T10:05:56Z</dc:date>
    <item>
      <title>sort by multiple column</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sort-by-multiple-column/m-p/12140057#M1975916</link>
      <description>&lt;P&gt;Hello, I am new to ABAP. I'm having the issue of merging multiple rows of the same field with multiple column when display alv ( i use CL_SALV_TABLE) (screenshot below). I tried to search on the internet but still got no clue. Please give me a solution, or sample code would be great. ( sorry for bad english) &lt;/P&gt;
  &lt;P&gt;&lt;A href="https://answers.sap.com/storage/temp/1813805-aaa.png"&gt;aaa.png&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 30 May 2020 10:05:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sort-by-multiple-column/m-p/12140057#M1975916</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2020-05-30T10:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: sort by multiple column</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sort-by-multiple-column/m-p/12140058#M1975917</link>
      <description>&lt;P&gt;Hi &lt;SPAN class="mention-scrubbed"&gt;hoangduy2354&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;If I understand your issue correctly your issue is related to merging during sorts. &lt;/P&gt;&lt;P&gt;This can be changed manually in the layout setting or it can be applied using ABAP&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;go_salv_dsp_set = go_salv_table-&amp;gt;get_display_settings( ).
go_salv_dsp_set-&amp;gt;set_no_merging( value = abap_true ).
go_salv_table-&amp;gt;display( ).
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1812667-cma4z.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1812668-ldobu.png" /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bartosz&lt;/P&gt;</description>
      <pubDate>Sat, 30 May 2020 11:19:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sort-by-multiple-column/m-p/12140058#M1975917</guid>
      <dc:creator>ziolkowskib</dc:creator>
      <dc:date>2020-05-30T11:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: sort by multiple column</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sort-by-multiple-column/m-p/12140059#M1975918</link>
      <description>&lt;P&gt;Thanks you for your answer, but i still have a question. Is there anyway to sort and merge multiple column of the internal before display ALV ? &lt;/P&gt;</description>
      <pubDate>Sat, 30 May 2020 12:13:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sort-by-multiple-column/m-p/12140059#M1975918</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2020-05-30T12:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: sort by multiple column</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sort-by-multiple-column/m-p/12140060#M1975919</link>
      <description>&lt;P&gt;&lt;SPAN class="mention-scrubbed"&gt;hoangduy2354&lt;/SPAN&gt; Bartosz has already answered to you about "cell merging" (which works for one or several columns). Sorting can be programmed using method GET_SORTS, ADD_SORT and so on (search the web). Or if your question is different, could you please clarify?&lt;/P&gt;</description>
      <pubDate>Sat, 30 May 2020 12:48:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sort-by-multiple-column/m-p/12140060#M1975919</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-05-30T12:48:15Z</dc:date>
    </item>
  </channel>
</rss>

