<?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: Select-Options in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/3269188#M781420</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;we use select-options and parameters inorder to get the selection screen where user can enter values..in module pool as we straight away define the screen,hence no need for these...if u want to default any values to the fields u define in the screen,then in PBO module u can write that...if u want user to put values and basing on that selection should take palce then write it in PAI module..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Jan 2008 07:36:14 GMT</pubDate>
    <dc:creator>former_member404244</dc:creator>
    <dc:date>2008-01-16T07:36:14Z</dc:date>
    <item>
      <title>Select-Options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/3269187#M781419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Like in Selection-screen we use parameters or Select-Options.&lt;/P&gt;&lt;P&gt;I want ...&lt;/P&gt;&lt;P&gt;In module pool programming i want to use Select-Option like &lt;/P&gt;&lt;P&gt;Method..how to do that..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and how to use it in select statment.&lt;/P&gt;&lt;P&gt;From   to   value...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2008 07:27:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/3269187#M781419</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-16T07:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: Select-Options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/3269188#M781420</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;we use select-options and parameters inorder to get the selection screen where user can enter values..in module pool as we straight away define the screen,hence no need for these...if u want to default any values to the fields u define in the screen,then in PBO module u can write that...if u want user to put values and basing on that selection should take palce then write it in PAI module..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2008 07:36:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/3269188#M781420</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2008-01-16T07:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: Select-Options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/3269189#M781421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a full module programming dynpro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(1) Declare a RANGE range in you data definitions, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(2) In dynpro editor create fields texts, fields range-low, range -high and a pushbutton (ICON_DISPLAY_MORE if more than one line else ICON_ENTER_MORE) to manage select-options&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(3) In PAI manage the icon via function module COMPLEX_SELECTIONS_DIALOG, IN PBO just read first record of range (you can add an icon before -low field to display the -OPTION/SIGN of the record eg E/EQ =&amp;gt; ICON_EQUAL_RED)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(4) in select use the range like any select-options (in range)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another way is to call a selection-screen as a subscreen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2008 07:38:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/3269189#M781421</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2008-01-16T07:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: Select-Options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/3269190#M781422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG&gt;Kelly&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;  Try this in module pool program.&lt;/P&gt;&lt;P&gt;data t_spfli type table of spfli with header line&lt;/P&gt;&lt;P&gt;tables spfli.&lt;/P&gt;&lt;P&gt;selection-screen begin of screen 500.&lt;/P&gt;&lt;P&gt;  select-options s_carrid for spfli-carrid.&lt;/P&gt;&lt;P&gt;selection-screen end of screen 500.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that go to se51 and open the screen in change module write one module in &lt;STRONG&gt;PAI&lt;/STRONG&gt; like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Module  select  INPUT&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module select input.&lt;/P&gt;&lt;P&gt;  select * from spfli into table t_spfli where carrid in s_carrid.&lt;/P&gt;&lt;P&gt;endmodule.                 " select  INPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plzz Reward if it is useful,&lt;/P&gt;&lt;P&gt;Mahi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2008 07:42:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/3269190#M781422</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-16T07:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: Select-Options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/3269191#M781423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Reymond,&lt;/P&gt;&lt;P&gt;Point has been Given&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2008 05:23:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/3269191#M781423</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-17T05:23:52Z</dc:date>
    </item>
  </channel>
</rss>

