<?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 Select-options on Module pool in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-on-module-pool/m-p/1630332#M281374</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;  COuld any body tell me how to give range of values as in input in module pool program same as Select-options on standard selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;  Satya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Oct 2006 06:41:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-11T06:41:24Z</dc:date>
    <item>
      <title>Select-options on Module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-on-module-pool/m-p/1630332#M281374</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;  COuld any body tell me how to give range of values as in input in module pool program same as Select-options on standard selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;  Satya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2006 06:41:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-on-module-pool/m-p/1630332#M281374</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-11T06:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: Select-options on Module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-on-module-pool/m-p/1630333#M281375</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;The two statements:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF SCREEN numb [TITLE tit] [AS WINDOW].&lt;/P&gt;&lt;P&gt;  ...&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF SCREEN numb.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;define a user-defined selection screen with screen number numb. All PARAMETERS, SELECT-OPTIONS, and SELECTION-SCREEN statements that occur between these two statements define the input fields and the formatting of this selection screen. Screen number numb can be any four-digit number apart from 1000, which is the number of the standard selection screen. You must also ensure that you do not accidentally assign a number to a selection screen which is already in use for another screen of the program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From your screen program in which selection screens are defined, you can call these screens at any point of the program flow using the following statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL SELECTION-SCREEN &amp;lt;numb&amp;gt; [STARTING AT &amp;lt;x1&amp;gt; &amp;lt;y 1&amp;gt;] &lt;/P&gt;&lt;P&gt;[ENDING AT &amp;lt;x2&amp;gt; &amp;lt;y 2&amp;gt;].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at the DEMO program &amp;lt;b&amp;gt;DEMO_DYNPRO_SUBSCREENS.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2006 06:52:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-on-module-pool/m-p/1630333#M281375</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-11T06:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Select-options on Module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-on-module-pool/m-p/1630334#M281376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satya,&lt;/P&gt;&lt;P&gt;I'm afraid you can't just write "select-options..." in a module-pool and get those fields in the selection screen (at least, I don't know how). Instead, you should program it yourself --that is, a "from" field, a "to" field, a pushbutton for "more selections" and a "ranges" into the flow logic that stores the values you input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps. BR,&lt;/P&gt;&lt;P&gt;Alvaro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2006 07:11:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-on-module-pool/m-p/1630334#M281376</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-11T07:11:02Z</dc:date>
    </item>
  </channel>
</rss>

