<?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 ABAP Query - Sorting Issue in Basic List (SQ03) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-query-sorting-issue-in-basic-list-sq03/m-p/6389711#M1404564</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    I have developed a ABAP Query. I want to sort some of the fields, for which I need to add some output fields to the sort sequence box in the Basic List page in SQ03/SQ01. But, I am not able to drag and drop the fields directly. Please suggest how can this be done? Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Best Regards,&lt;/P&gt;&lt;P&gt;Tejas Savla&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Dec 2009 04:58:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-12-03T04:58:56Z</dc:date>
    <item>
      <title>ABAP Query - Sorting Issue in Basic List (SQ03)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-query-sorting-issue-in-basic-list-sq03/m-p/6389711#M1404564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    I have developed a ABAP Query. I want to sort some of the fields, for which I need to add some output fields to the sort sequence box in the Basic List page in SQ03/SQ01. But, I am not able to drag and drop the fields directly. Please suggest how can this be done? Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Best Regards,&lt;/P&gt;&lt;P&gt;Tejas Savla&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2009 04:58:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-query-sorting-issue-in-basic-list-sq03/m-p/6389711#M1404564</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-03T04:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Query - Sorting Issue in Basic List (SQ03)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-query-sorting-issue-in-basic-list-sq03/m-p/6389712#M1404565</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;You can sort fields in query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to tcode sq01 than go to the option infoset query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In infoset query you can sort fields in descending or ascending order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also select fields which you want to sort.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regrds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nikhil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2009 05:20:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-query-sorting-issue-in-basic-list-sq03/m-p/6389712#M1404565</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-03T05:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Query - Sorting Issue in Basic List (SQ03)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-query-sorting-issue-in-basic-list-sq03/m-p/6389713#M1404566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhishek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are three things related to Query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) You have to create the USER GROUP in SQ03.&lt;/P&gt;&lt;P&gt;2) You have to create the Infoset in SQ02. In this infoset you can write the logic of the program/Query what ever you want to perform.So you can sort the table in the infoset in the program logic.you have to create the output table of the query.&lt;/P&gt;&lt;P&gt;3) you have to create the Query in SQ01 and you have to associate the User group and infoset . you have to design the layput of the output you want to have.this output fields would be same as you have defined in infoset(step 2).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Tanmaya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2009 05:32:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-query-sorting-issue-in-basic-list-sq03/m-p/6389713#M1404566</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-03T05:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Query - Sorting Issue in Basic List (SQ03)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-query-sorting-issue-in-basic-list-sq03/m-p/6389714#M1404567</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;You can give the sort order of the fields while creating various listes , Basic , Static and ranked in SQ01.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2009 06:36:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-query-sorting-issue-in-basic-list-sq03/m-p/6389714#M1404567</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-03T06:36:42Z</dc:date>
    </item>
  </channel>
</rss>

