<?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 window in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-window/m-p/2158687#M456360</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt; Simply check the value...and use fm write_form....with different windows....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amitava&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 May 2007 07:23:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-02T07:23:46Z</dc:date>
    <item>
      <title>selection window</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-window/m-p/2158686#M456359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all&lt;/P&gt;&lt;P&gt;i have a requirement...i need to give three values in the screen  10,20, &amp;amp; 30...please giv d code and also tell me and giv d code like if the value is 10 in the abap editor i need to call a window1 in the script and if value is 20 then i need to select the window 2 and if its 30 then i need to select window3.....please tell me or send me d code if possible,,,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with rgards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 07:19:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-window/m-p/2158686#M456359</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T07:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: selection window</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-window/m-p/2158687#M456360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt; Simply check the value...and use fm write_form....with different windows....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amitava&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 07:23:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-window/m-p/2158687#M456360</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T07:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: selection window</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-window/m-p/2158688#M456361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey give it in if condiiton...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen begin of screen 100.&lt;/P&gt;&lt;P&gt;select-option : .....&lt;/P&gt;&lt;P&gt;selection-screen end of screen 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen begin of screen 200.&lt;/P&gt;&lt;P&gt;select-option : .....&lt;/P&gt;&lt;P&gt;selection-screen end of screen 200.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen begin of screen 300.&lt;/P&gt;&lt;P&gt;select-option : .....&lt;/P&gt;&lt;P&gt;selection-screen end of screen 300.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if selection_criteria = '10'.&lt;/P&gt;&lt;P&gt;call selection-screen 100.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if selection_criteria = '20'.&lt;/P&gt;&lt;P&gt;call selection-screen 200.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if selection_criteria = '30'.&lt;/P&gt;&lt;P&gt;call selection-screen 300.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do this way...in this way you will have diffrent selectionparameres in all the three screens...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jayant&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please award if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 07:26:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-window/m-p/2158688#M456361</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T07:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: selection window</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-window/m-p/2158689#M456362</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;Use POPUP_TO_DECIDE_LIST Fm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kannaiah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 07:28:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-window/m-p/2158689#M456362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T07:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: selection window</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-window/m-p/2158690#M456363</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;   use 3 subroutines to call the 3 windown in the write_form n use it in an case statement.&lt;/P&gt;&lt;P&gt;like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;open_form.&lt;/P&gt;&lt;P&gt;case 'screen'&lt;/P&gt;&lt;P&gt; when '10'&lt;/P&gt;&lt;P&gt;  perform win1.&lt;/P&gt;&lt;P&gt; when '20'&lt;/P&gt;&lt;P&gt;  perform win2.&lt;/P&gt;&lt;P&gt;..............&lt;/P&gt;&lt;P&gt;end_form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form win1&lt;/P&gt;&lt;P&gt;  write_form..--&amp;gt;&amp;gt; here give ur window name&lt;/P&gt;&lt;P&gt;endrom.&lt;/P&gt;&lt;P&gt;...............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try soething like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 07:30:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-window/m-p/2158690#M456363</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T07:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: selection window</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-window/m-p/2158691#M456364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 05:54:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-window/m-p/2158691#M456364</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T05:54:00Z</dc:date>
    </item>
  </channel>
</rss>

