<?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 Changing selection sequence for logical database in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-selection-sequence-for-logical-database/m-p/1587504#M264764</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;One of my current report is using logical database PNP. The users are satisfy with the standard selection screen. However they would like me to change the sequence of the selection field. Example, current sequence is Personnel number, company code, employee subarea. They would like it be Personnel number, employee subarea, company code. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way I can change the sequence of the selection screen? I tried using report catagory but it don't allow me to change the sequence. Please advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lanwu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 10 Sep 2006 01:26:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-10T01:26:50Z</dc:date>
    <item>
      <title>Changing selection sequence for logical database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-selection-sequence-for-logical-database/m-p/1587504#M264764</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;One of my current report is using logical database PNP. The users are satisfy with the standard selection screen. However they would like me to change the sequence of the selection field. Example, current sequence is Personnel number, company code, employee subarea. They would like it be Personnel number, employee subarea, company code. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way I can change the sequence of the selection screen? I tried using report catagory but it don't allow me to change the sequence. Please advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lanwu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Sep 2006 01:26:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-selection-sequence-for-logical-database/m-p/1587504#M264764</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-10T01:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Changing selection sequence for logical database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-selection-sequence-for-logical-database/m-p/1587505#M264765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe the only way would be to change the logial db directly,  really all it is doing is the SELECTION-SCREEN coding in the background(kinda like an  INCLUDE) so the only way would be to change the coding there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Sep 2006 02:25:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-selection-sequence-for-logical-database/m-p/1587505#M264765</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-09-10T02:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: Changing selection sequence for logical database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-selection-sequence-for-logical-database/m-p/1587506#M264766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rich is correct.. but there is a workaround..&lt;/P&gt;&lt;P&gt;Use the Report Category that suppresses all the selection fields.. I the program deifne your selection screen with the fields in your own order preference. In the STARt-OF-SELECTION event.. pass the values entered to the PNP fileds.. ie suppoes you have declared S_PERNR ( for Pers No), then use PNPPERNR[] = s_pernr[]. This way you will not have to change the LDB program..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Sep 2006 03:08:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-selection-sequence-for-logical-database/m-p/1587506#M264766</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-09-10T03:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: Changing selection sequence for logical database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-selection-sequence-for-logical-database/m-p/1587507#M264767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's a good idea. Thanks. I will try that. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Sep 2006 04:06:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-selection-sequence-for-logical-database/m-p/1587507#M264767</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-10T04:06:48Z</dc:date>
    </item>
  </channel>
</rss>

