<?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: Dialog programming in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming/m-p/2372704#M525780</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;The data will not be sorted when you insert records to the table zoutput...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are seeing the data in SE16...I believe it shows the data in sorted manner..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SE16t sorts the records by the primary key..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jun 2007 04:39:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-12T04:39:13Z</dc:date>
    <item>
      <title>Dialog programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming/m-p/2372703#M525779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys, &lt;/P&gt;&lt;P&gt;       need a bit of help. I have writen a dialog programming where i get data from a table zinput and when the user clicks on a save button the data will be saved in another table zoutput.&lt;/P&gt;&lt;P&gt;everything is working fine and the data is also being saved but when the data is saved in zoutput the data is getting sorted automatically. I have not used anyu short statement in the program. And in the program the data goes unsorted into the table. I think the data is sorted somewhere in the table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any option the table where the data gets sorted?????? Please help me out . Its urgent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points will be awarded generously.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2007 04:36:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming/m-p/2372703#M525779</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-12T04:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming/m-p/2372704#M525780</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;The data will not be sorted when you insert records to the table zoutput...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are seeing the data in SE16...I believe it shows the data in sorted manner..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SE16t sorts the records by the primary key..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2007 04:39:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming/m-p/2372704#M525780</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-12T04:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming/m-p/2372705#M525781</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;in table what ever data we enter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thedata will be stored in ascending order &lt;/P&gt;&lt;P&gt;depending on the key fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so no need of sorting the data when you transfer the data..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is given by sap...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venkatesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2007 04:40:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming/m-p/2372705#M525781</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-12T04:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming/m-p/2372706#M525782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the table has any primary key it gets sorted based on the primary key&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;make sure your Zoutput table has a primary key, if it has a primary key it gets sorted based on the primary key only and not based on any other filed... if u wnt to sort based on another field u need to do it manually..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2007 04:41:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming/m-p/2372706#M525782</guid>
      <dc:creator>gopi_narendra</dc:creator>
      <dc:date>2007-06-12T04:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming/m-p/2372707#M525783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;  in the dictionary tables the content gets sorted automaticaly in ascending order....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2007 04:42:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming/m-p/2372707#M525783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-12T04:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming/m-p/2372708#M525784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually there is no setting so that the table sorts. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when u insert the record in the database table it automatically inserts at right positon in  the database table.&lt;/P&gt;&lt;P&gt;when u view the entires in se11 or se16 . the data is sorted and displayed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2007 04:42:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming/m-p/2372708#M525784</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-12T04:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming/m-p/2372709#M525785</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;in construction of your table u may have used primary keys. and when u see that data in se16 it is shown in ascending order for the given data as because of primary keys. therefore goto SE11 and check data whether it is in sorted order or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if helpful reward some points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;suresh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2007 04:46:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming/m-p/2372709#M525785</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-12T04:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming/m-p/2372710#M525786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;/P&gt;&lt;P&gt;          the table entries in SE11 are also sorted.please help me out&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 04:15:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming/m-p/2372710#M525786</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T04:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming/m-p/2372711#M525787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai&lt;/P&gt;&lt;P&gt;Accoding to my knwladge when ur save the data in the output screen data wil go to the table. normaly that data sort automaticaly in ther primary key... ur problem also same ... when ur save the data it should be save but sort by ur primary key. so if u want to change it u hav to chane ur primary key as a time or any othe intiger number... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or u hav to another method when u save the data u if u can gv the intiger value for each record u any finaly u can sort by that intiger&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;index feil1 fel2&lt;/P&gt;&lt;P&gt;1        xx  yy&lt;/P&gt;&lt;P&gt;2        xx2   yy2&lt;/P&gt;&lt;P&gt;3        xx3   yy3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think it wil be help ful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regard&lt;/P&gt;&lt;P&gt;nawa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 04:37:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming/m-p/2372711#M525787</guid>
      <dc:creator>Nawanandana</dc:creator>
      <dc:date>2007-06-13T04:37:51Z</dc:date>
    </item>
  </channel>
</rss>

