<?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 selection screen fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-fields/m-p/4241157#M1012320</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai i want to give multiple value ranges in select options in initialization event.i appended  those values in select-options internal table but it is taking only single values not ranges.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Aug 2008 06:14:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-07T06:14:49Z</dc:date>
    <item>
      <title>selection screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-fields/m-p/4241157#M1012320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai i want to give multiple value ranges in select options in initialization event.i appended  those values in select-options internal table but it is taking only single values not ranges.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2008 06:14:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-fields/m-p/4241157#M1012320</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-07T06:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-fields/m-p/4241158#M1012321</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;If you use a select-options , it will&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;INITIALIZATION.
  airp_fr-sign = 'I'.
  airp_fr-option = 'EQ'.
  airp_fr-low = 'JFK'.
  APPEND airp_fr.
  airp_to-sign = 'I'.
  airp_to-option = 'EQ'.
  airp_to-low = 'FRA'.
  APPEND airp_to.
  carrid-sign   = 'I'.
  carrid-option = 'BT'.
  carrid-low    = 'AA'.
  carrid-high   = 'LH'.
  APPEND carrid.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REF: &lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/9f/db9a2135c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/9f/db9a2135c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;anirban&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2008 06:16:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-fields/m-p/4241158#M1012321</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-07T06:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-fields/m-p/4241159#M1012322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If possible, put those values as default values directly on selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aparna Gaikwad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2008 06:18:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-fields/m-p/4241159#M1012322</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-07T06:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-fields/m-p/4241160#M1012323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when i click the arrow in selection screen i didn't get all ranges.it shoes low and high values for the first entry only.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2008 06:20:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-fields/m-p/4241160#M1012323</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-07T06:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-fields/m-p/4241161#M1012324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi aparna .how can i put multiple default values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2008 06:22:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-fields/m-p/4241161#M1012324</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-07T06:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-fields/m-p/4241162#M1012325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sudheer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see this code:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT-OPTIONS: KD_LIFNR FOR LFA1-LIFNR MATCHCODE OBJECT KRED.

AT selection-screen on kd_lifnr.
  kd_lifnr-option = 'EQ'.                 "                 AG2007/03/12
  kd_lifnr-sign   = 'I'.                  "                 AG2007/03/12

    
SELECT lifnr FROM lfb1 INTO kd_lifnr-low  "               
               WHERE mindk = min_ind.        "                
APPEND kd_lifnr.  "here am filling the value in select options
endselect.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2008 06:22:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-fields/m-p/4241162#M1012325</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-07T06:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-fields/m-p/4241163#M1012326</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;INITIALIZATION :&lt;/P&gt;&lt;P&gt;This event occurs before the standard selection screen is called. During this event block, the input fields of the standard selection screen can only be initialized once after the program has been started.&lt;/P&gt;&lt;P&gt;During INITIALIZATION (but also during AT SELECTION-SCREEN OUTPUT) the standard values for parameters or selection criteria, which are declared in logical databases, can be changed. To change a selection criterion, you must fill at least the components seltab-sign, seltab-option and seltab-low of the selection table seltab, otherwise it remains undefined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;INITIALIZATION.

   s_matnr-sign   = 'I'.
   s_matnr-option = 'BT'.
   s_matnr-low    = 'AA'.
   s_matnr-high   = 'LH'.

  APPEND  s_matnr.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or if you need to fill default values we can have this way :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA: wa_mara TYPE mara.
SELECT-OPTIONS: s_matnr FOR wa_mara-matnr
                              DEFAULT 'test-100'
                              TO 'test-200'
                              OPTION NB
                             SIGN I.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx,&lt;/P&gt;&lt;P&gt;dhanashri.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Dhanashri Pawar on Aug 7, 2008 8:32 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2008 06:27:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-fields/m-p/4241163#M1012326</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-07T06:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-fields/m-p/4241164#M1012327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pls any body check this requirement and give answer .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2008 06:39:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-fields/m-p/4241164#M1012327</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-07T06:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-fields/m-p/4241165#M1012328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;looks like the APPEND statement is missing after each low-high value addition. can you post your code here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2008 06:43:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-fields/m-p/4241165#M1012328</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2008-08-07T06:43:12Z</dc:date>
    </item>
  </channel>
</rss>

