<?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 Sorting a help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-a-help/m-p/2170832#M460392</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;another question. I have created a search help and added it to a field I made in the screen painter. This search help consist of 3 fields. It should be sorted on the 3th field (not an import or export parameter) descending.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Apr 2007 16:30:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-26T16:30:28Z</dc:date>
    <item>
      <title>Sorting a help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-a-help/m-p/2170832#M460392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;another question. I have created a search help and added it to a field I made in the screen painter. This search help consist of 3 fields. It should be sorted on the 3th field (not an import or export parameter) descending.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 16:30:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-a-help/m-p/2170832#M460392</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T16:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting a help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-a-help/m-p/2170833#M460393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i feel you can write search help exit in that search help. you can code your sort in search help exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try i am not sure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 16:36:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-a-help/m-p/2170833#M460393</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T16:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting a help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-a-help/m-p/2170834#M460394</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;Check the following link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/97/24a23fa34ffb47e10000000a114084/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/97/24a23fa34ffb47e10000000a114084/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 17:29:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-a-help/m-p/2170834#M460394</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T17:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting a help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-a-help/m-p/2170835#M460395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've created a function module in SE37 but I can't get it to sort the fields.&lt;/P&gt;&lt;P&gt;Field 1: Text field&lt;/P&gt;&lt;P&gt;Field 2: Date&lt;/P&gt;&lt;P&gt;Field 3: Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorting:&lt;/P&gt;&lt;P&gt;    SORT ?? BY Field 3 DESCENDING&lt;/P&gt;&lt;P&gt;                        Field 2 ASCENDING&lt;/P&gt;&lt;P&gt;                        Field 1 ASCENDING.&lt;/P&gt;&lt;P&gt;I can't sort shlp-interface or shlp_tab-interface because it contains the fieldname's and not the values in them, I can't seem to find the field values in any variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards,&lt;/P&gt;&lt;P&gt;Wim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 08:19:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-a-help/m-p/2170835#M460395</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T08:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting a help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-a-help/m-p/2170836#M460396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got the solution:&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'F4UT_PARAMETER_SORT'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      parameter_sort        = 'KORTTOT'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    LEADING_COLUMNS       = '0'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      descending            = 'X'&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      shlp_tab              = shlp_tab&lt;/P&gt;&lt;P&gt;      record_tab            = record_tab&lt;/P&gt;&lt;P&gt;    CHANGING&lt;/P&gt;&lt;P&gt;      shlp                  = shlp&lt;/P&gt;&lt;P&gt;      callcontrol           = callcontrol.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 14:29:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-a-help/m-p/2170836#M460396</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T14:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting a help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-a-help/m-p/2170837#M460397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got the solution:&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'F4UT_PARAMETER_SORT'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      parameter_sort        = 'KORTTOT'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    LEADING_COLUMNS       = '0'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      descending            = 'X'&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      shlp_tab              = shlp_tab&lt;/P&gt;&lt;P&gt;      record_tab            = record_tab&lt;/P&gt;&lt;P&gt;    CHANGING&lt;/P&gt;&lt;P&gt;      shlp                  = shlp&lt;/P&gt;&lt;P&gt;      callcontrol           = callcontrol.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 14:30:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-a-help/m-p/2170837#M460397</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T14:30:46Z</dc:date>
    </item>
  </channel>
</rss>

