<?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 custom table sort in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-sort/m-p/1790254#M340027</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a custom table in that table can i display the table contents sorted by one particular field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Dec 2006 12:38:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-13T12:38:05Z</dc:date>
    <item>
      <title>custom table sort</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-sort/m-p/1790254#M340027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a custom table in that table can i display the table contents sorted by one particular field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 12:38:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-sort/m-p/1790254#M340027</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T12:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: custom table sort</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-sort/m-p/1790255#M340028</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;u can have it like this, if filed is key field. then system must take care of it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 12:42:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-sort/m-p/1790255#M340028</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T12:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: custom table sort</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-sort/m-p/1790256#M340029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Eshwar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are seeing the contents using SE16, its a ALV grid, so you can sort by whatever field you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you see the contents programmatically, get the data, and use the SORT command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note - Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 12:43:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-sort/m-p/1790256#M340029</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T12:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: custom table sort</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-sort/m-p/1790257#M340030</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;It's a table with plant and date fields as key fields .&lt;/P&gt;&lt;P&gt;Now if i want to sort the table by date only is that possible .&lt;/P&gt;&lt;P&gt;At present it is sorting the table by plant.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 12:50:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-sort/m-p/1790257#M340030</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T12:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: custom table sort</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-sort/m-p/1790258#M340031</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;if plant and date together make the primary key, then at present it must be sorted by by the primary key for example -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     plant      date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     5610      12.10.2006&lt;/P&gt;&lt;P&gt;     5610      18.12.2006&lt;/P&gt;&lt;P&gt;     8510      10.12.2006&lt;/P&gt;&lt;P&gt;     8510      17.12.2006&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it not Ok with you ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 13:12:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-sort/m-p/1790258#M340031</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T13:12:17Z</dc:date>
    </item>
  </channel>
</rss>

