<?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 related problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-related-problem/m-p/4355287#M1036951</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't have to do anything extra to use them in your program. Use them as you are using the normal selection screen variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SELECTION-SCREEN BEGIN OF SCREEN 500 TITLE title
                                     AS WINDOW.
PARAMETERS name TYPE sy-uname.
SELECTION-SCREEN END OF SCREEN 500.

title = 'Input name'.

CALL SELECTION-SCREEN '0500' STARTING AT 10 10.

start-of-selection.
write: name.   " &amp;lt;&amp;lt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Aug 2008 14:45:36 GMT</pubDate>
    <dc:creator>naimesh_patel</dc:creator>
    <dc:date>2008-08-14T14:45:36Z</dc:date>
    <item>
      <title>Selection screen related problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-related-problem/m-p/4355286#M1036950</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 created 2 selection screen one with using selection-screen begin of block and another using selection-screen begin of screen. Now i am able to dispaly few parameters on second selection screen but i don't know how to fetch data based on data entered on  second selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards.&lt;/P&gt;&lt;P&gt;Parag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2008 14:25:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-related-problem/m-p/4355286#M1036950</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-14T14:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen related problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-related-problem/m-p/4355287#M1036951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't have to do anything extra to use them in your program. Use them as you are using the normal selection screen variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SELECTION-SCREEN BEGIN OF SCREEN 500 TITLE title
                                     AS WINDOW.
PARAMETERS name TYPE sy-uname.
SELECTION-SCREEN END OF SCREEN 500.

title = 'Input name'.

CALL SELECTION-SCREEN '0500' STARTING AT 10 10.

start-of-selection.
write: name.   " &amp;lt;&amp;lt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2008 14:45:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-related-problem/m-p/4355287#M1036951</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2008-08-14T14:45:36Z</dc:date>
    </item>
  </channel>
</rss>

