<?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: Dynamic Selection in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection/m-p/2992465#M706732</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;Try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; After FM  just write&lt;/P&gt;&lt;P&gt;call selection-screen 1000.&lt;/P&gt;&lt;P&gt;leave list-processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Oct 2007 10:08:47 GMT</pubDate>
    <dc:creator>former_member386202</dc:creator>
    <dc:date>2007-10-25T10:08:47Z</dc:date>
    <item>
      <title>Dynamic Selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection/m-p/2992463#M706730</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 made dynamic selection screen using the following FMs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FREE_SELECTIONS_INIT&lt;/P&gt;&lt;P&gt;FREE_SELECTIONS_DIALOG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now, when i have executed the screen itself (the report output is already out),&lt;/P&gt;&lt;P&gt;my selections or filters are gone.&lt;/P&gt;&lt;P&gt;how do i prevent that, so i could return to my previous filtering.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tnx in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2007 10:04:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection/m-p/2992463#M706730</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-25T10:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection/m-p/2992464#M706731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;me again, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me revise:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;now, when i have executed the screen itself (and after the report output),&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;when i go back to the selection screen,&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;my selections or filters are gone.&lt;/P&gt;&lt;P&gt;how do i prevent that, so i could return to my previous filtering?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2007 10:07:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection/m-p/2992464#M706731</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-25T10:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection/m-p/2992465#M706732</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;Try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; After FM  just write&lt;/P&gt;&lt;P&gt;call selection-screen 1000.&lt;/P&gt;&lt;P&gt;leave list-processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2007 10:08:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection/m-p/2992465#M706732</guid>
      <dc:creator>former_member386202</dc:creator>
      <dc:date>2007-10-25T10:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection/m-p/2992466#M706733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Prashant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnx for the quick response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ummm...&lt;/P&gt;&lt;P&gt;actually my FMs are in my AT SELECTION-SCREEN event (PAI),&lt;/P&gt;&lt;P&gt;so i don't think that solution would be appropriate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thing is, the filter works fine.&lt;/P&gt;&lt;P&gt;the report displays just as i filtered it.&lt;/P&gt;&lt;P&gt;but after the report displays (ALV) when i go back to my selection screen (pressing the Back button) my previous filtering is gone.&lt;/P&gt;&lt;P&gt;i was hoping the filter won't be gone.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2007 10:19:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection/m-p/2992466#M706733</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-25T10:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection/m-p/2992467#M706734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The previous filter is gone because the values are refreshed when the control is brought again to the selection screen.&lt;/P&gt;&lt;P&gt;To the best of my knowledge this is not possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2007 10:31:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection/m-p/2992467#M706734</guid>
      <dc:creator>Sathish</dc:creator>
      <dc:date>2007-10-25T10:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection/m-p/2992468#M706735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yah, im starting to think of it that way too.&lt;/P&gt;&lt;P&gt;i sure hope there's a way though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 01:46:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection/m-p/2992468#M706735</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-26T01:46:11Z</dc:date>
    </item>
  </channel>
</rss>

