<?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: Selection -screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/3187035#M759028</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now got your problem..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please verify my understanding :&lt;/P&gt;&lt;P&gt;selection screen (1000) --&amp;gt; call screen 100 --&amp;gt; call screen 200...From here you want to go back to selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to clear screen stack.. &lt;/P&gt;&lt;P&gt;use set screen 0 or leave to screen 0..this will get you back from where you have called screen 200 (if you have used call screen 200 in some other PAI - say of screen 100, control will got to point after call screen 200 you have written in PAI.&lt;/P&gt;&lt;P&gt;If you have come to screen 200 using next screen in attributes of screen 100, control will go to main program -- please refer following link for more understanding &lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/d3/2e974d35c511d1829f0000e829fbfe/frameset.htm)" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/d3/2e974d35c511d1829f0000e829fbfe/frameset.htm)&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;when you get back to main program flow. use command CALL SELECTION-SCREEN 1000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this works...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Dec 2007 11:49:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-26T11:49:19Z</dc:date>
    <item>
      <title>Selection -screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/3187028#M759021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have to call selection screen with a particular gui status  when back button pressed from the output screen ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My selection screen1000 contains 2 gui status :%_cs &amp;amp; %_00&lt;/P&gt;&lt;P&gt;i need to call %_00..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PLease help me out this,&lt;/P&gt;&lt;P&gt;Tks a Lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2007 08:06:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/3187028#M759021</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-26T08:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: Selection -screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/3187029#M759022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;at 'back'.&lt;/P&gt;&lt;P&gt;set pf-status '%_00'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz reward points if dis helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2007 08:09:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/3187029#M759022</guid>
      <dc:creator>former_member188827</dc:creator>
      <dc:date>2007-12-26T08:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Selection -screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/3187030#M759023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tks a lot,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i have tried the same&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set pf-status '%_00'.&lt;/P&gt;&lt;P&gt;call selection-screen 1000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but that's not working.. it again call the selection-screen with %_cs...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's my problem....please help me out this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2007 08:16:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/3187030#M759023</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-26T08:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: Selection -screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/3187031#M759024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;write  set pf-status %_00 in PBO of screen 1000.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2007 08:40:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/3187031#M759024</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-26T08:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Selection -screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/3187032#M759025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry, u mentioned selection screen -- in that case please mention it in At User-command...If it does not work, try it in At Selection Screen Event..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2007 08:42:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/3187032#M759025</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-26T08:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: Selection -screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/3187033#M759026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SET PF-STATUS '' in event INITIALIZATION.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2007 08:45:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/3187033#M759026</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-26T08:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: Selection -screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/3187034#M759027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;actually i am displaying alv using oops , so from the third screen i want to go selection screen &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;third screen : 200.. from there when back i have to go to selection screen with gui status %_00.&lt;/P&gt;&lt;P&gt;please help me out&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2007 09:50:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/3187034#M759027</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-26T09:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: Selection -screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/3187035#M759028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now got your problem..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please verify my understanding :&lt;/P&gt;&lt;P&gt;selection screen (1000) --&amp;gt; call screen 100 --&amp;gt; call screen 200...From here you want to go back to selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to clear screen stack.. &lt;/P&gt;&lt;P&gt;use set screen 0 or leave to screen 0..this will get you back from where you have called screen 200 (if you have used call screen 200 in some other PAI - say of screen 100, control will got to point after call screen 200 you have written in PAI.&lt;/P&gt;&lt;P&gt;If you have come to screen 200 using next screen in attributes of screen 100, control will go to main program -- please refer following link for more understanding &lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/d3/2e974d35c511d1829f0000e829fbfe/frameset.htm)" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/d3/2e974d35c511d1829f0000e829fbfe/frameset.htm)&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;when you get back to main program flow. use command CALL SELECTION-SCREEN 1000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this works...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2007 11:49:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/3187035#M759028</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-26T11:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Selection -screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/3187036#M759029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nagaraju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We cannot modify the selection screen attributes like our normal screens defined using screen painter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think in your case, on the click of the back button, call screen 1000. The under the event block &lt;STRONG&gt;AT SELECTION-SCREEN OUTPUT&lt;/STRONG&gt;, which is PBO of the selection screen provided by SAP, set the PF STATUS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sanjeev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2007 13:17:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/3187036#M759029</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-26T13:17:17Z</dc:date>
    </item>
  </channel>
</rss>

