<?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: Wrong sequence in selection screen generated by ABAP Query in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/wrong-sequence-in-selection-screen-generated-by-abap-query/m-p/1207523#M132653</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually what happen when you declare your own fields in ABAP query . you have to care about the sequence . As an example if you&amp;#146;re selecting lets say state name , you have two variables &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;1-state &lt;/P&gt;&lt;P&gt;2- land&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for state you have to select land first , if your state is first and land is 2nd it gave you the error of sequence .&lt;/P&gt;&lt;P&gt;Because you have to get data in land first in order to get state specific to the land . &lt;/P&gt;&lt;P&gt;it should be &lt;/P&gt;&lt;P&gt;1-Land &lt;/P&gt;&lt;P&gt;2-State &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just see the your fields , I&amp;#146;m sure you&amp;#146;re missing that .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;You can also see the NO ( field ) in Query ( Sq03 ) . where you can define the seqence on selection.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this&amp;#146;ll help you .&lt;/P&gt;&lt;P&gt;Pl...Award the points .&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Saquib&amp;lt;b&amp;gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Saquib Khan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Mar 2006 17:14:09 GMT</pubDate>
    <dc:creator>former_member181966</dc:creator>
    <dc:date>2006-03-23T17:14:09Z</dc:date>
    <item>
      <title>Wrong sequence in selection screen generated by ABAP Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wrong-sequence-in-selection-screen-generated-by-abap-query/m-p/1207522#M132652</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;I am developing a query to display the data in the view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My query has 8 selection fields totally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As part of my requirement I have added selection parameter in the&lt;/P&gt;&lt;P&gt;selections tab of the infoset and maintained the sequence as 9.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inspite of maintaining the sequence number as 9 in the infoset, It is&lt;/P&gt;&lt;P&gt;appearing first in the selection screen of the query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried putting different numbers in the sequence number, but even it&lt;/P&gt;&lt;P&gt;is appearing first in the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please let me know how to display the selections declared in&lt;/P&gt;&lt;P&gt;the infoset as per the sequence required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Madhuri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Mar 2006 17:00:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wrong-sequence-in-selection-screen-generated-by-abap-query/m-p/1207522#M132652</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-23T17:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: Wrong sequence in selection screen generated by ABAP Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wrong-sequence-in-selection-screen-generated-by-abap-query/m-p/1207523#M132653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually what happen when you declare your own fields in ABAP query . you have to care about the sequence . As an example if you&amp;#146;re selecting lets say state name , you have two variables &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;1-state &lt;/P&gt;&lt;P&gt;2- land&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for state you have to select land first , if your state is first and land is 2nd it gave you the error of sequence .&lt;/P&gt;&lt;P&gt;Because you have to get data in land first in order to get state specific to the land . &lt;/P&gt;&lt;P&gt;it should be &lt;/P&gt;&lt;P&gt;1-Land &lt;/P&gt;&lt;P&gt;2-State &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just see the your fields , I&amp;#146;m sure you&amp;#146;re missing that .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;You can also see the NO ( field ) in Query ( Sq03 ) . where you can define the seqence on selection.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this&amp;#146;ll help you .&lt;/P&gt;&lt;P&gt;Pl...Award the points .&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Saquib&amp;lt;b&amp;gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Saquib Khan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Mar 2006 17:14:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wrong-sequence-in-selection-screen-generated-by-abap-query/m-p/1207523#M132653</guid>
      <dc:creator>former_member181966</dc:creator>
      <dc:date>2006-03-23T17:14:09Z</dc:date>
    </item>
  </channel>
</rss>

