<?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: Adding Sort Functionality in a standard report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-sort-functionality-in-a-standard-report/m-p/1961665#M395289</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 should create a copy of that trx in order to show the data by ALV functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Feb 2007 10:48:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-28T10:48:54Z</dc:date>
    <item>
      <title>Adding Sort Functionality in a standard report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-sort-functionality-in-a-standard-report/m-p/1961664#M395288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas on how I can add sort functionality in report V_RA? Like sort ascending and sort descending in the application toolbar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Helpful answers will be awarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;LM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 10:41:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-sort-functionality-in-a-standard-report/m-p/1961664#M395288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T10:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Sort Functionality in a standard report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-sort-functionality-in-a-standard-report/m-p/1961665#M395289</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 should create a copy of that trx in order to show the data by ALV functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 10:48:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-sort-functionality-in-a-standard-report/m-p/1961665#M395289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T10:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Sort Functionality in a standard report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-sort-functionality-in-a-standard-report/m-p/1961666#M395290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Leo, &lt;/P&gt;&lt;P&gt;One way is to try and find the PF-STATUS that is being used in the program. Goto that PF-Status and modify it accordingly. But then the standard code cant be changed for writing the functionality. U hv to either find a User-Exit or u need to copy the whole code into a Z program and then modify it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Himanshu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 10:51:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-sort-functionality-in-a-standard-report/m-p/1961666#M395290</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T10:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Sort Functionality in a standard report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-sort-functionality-in-a-standard-report/m-p/1961667#M395291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Leo,&lt;/P&gt;&lt;P&gt; I am not sure if this is a custom report or standard report.&lt;/P&gt;&lt;P&gt; If it is a custom report then create an ICON in the application tool bar each for ascending and descending and assign a function code.&lt;/P&gt;&lt;P&gt; Then when this icon is clicked, read the field name from the list.&lt;/P&gt;&lt;P&gt; Based on the function code, in at user command event.&lt;/P&gt;&lt;P&gt; Sort the output table by that field and then display the list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If it is a standard report then you need to check for an user exit to do the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Hope this is of some help to you &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 11:03:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-sort-functionality-in-a-standard-report/m-p/1961667#M395291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T11:03:51Z</dc:date>
    </item>
  </channel>
</rss>

