<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1950009#M391418</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry i am not sure with your query&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options : s_matnr for mara-matnr default '1000' to '1010'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DEFAULT g TO h ... OPTION op ... SIGN s &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you can do it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;initialization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;s_matnr-low = '1000'.&lt;/P&gt;&lt;P&gt;s_matnr-high = '1010'.&lt;/P&gt;&lt;P&gt;s_matnr-option = 'BT'.&lt;/P&gt;&lt;P&gt;s_matnr-sign = 'I'.&lt;/P&gt;&lt;P&gt;append s_matnr.&lt;/P&gt;&lt;P&gt;s_matnr-low = '1015'.&lt;/P&gt;&lt;P&gt;s_matnr-option = 'EQ'.&lt;/P&gt;&lt;P&gt;s_matnr-sign = 'I'.&lt;/P&gt;&lt;P&gt;append s_matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;s_matnr-low = '1005'.&lt;/P&gt;&lt;P&gt;s_matnr-option = 'EQ'.&lt;/P&gt;&lt;P&gt;s_matnr-sign = 'E'.&lt;/P&gt;&lt;P&gt;append s_matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Feb 2007 06:53:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-15T06:53:21Z</dc:date>
    <item>
      <title>selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1950002#M391411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SDN's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do we give default multiple selection to a parameter on the selection screen.&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;How do we give default multiple selection to a select-option with / without internvals on the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pratyusha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 06:45:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1950002#M391411</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-15T06:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1950003#M391412</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;Declare the field as:&lt;/P&gt;&lt;P&gt;Select-options: s_field for &amp;lt;DB field&amp;gt; No intervals.&lt;/P&gt;&lt;P&gt;In the Arrow if you press, You will get a box where you can enter multiple values for that field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See SAP help by pressing F1 on 'SELECT-OPTIONS' field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 06:48:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1950003#M391412</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-15T06:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1950004#M391413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt; How do we give default multiple selection to a parameter on the selection screen.&lt;/P&gt;&lt;P&gt;and  : We can achieve this by using VRM type-pool.&lt;/P&gt;&lt;P&gt;How do we give default multiple selection to a select-option with / without internvals on the selection screen: Using RANGE concept we can achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 06:48:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1950004#M391413</guid>
      <dc:creator>sreeramkumar_madisetty</dc:creator>
      <dc:date>2007-02-15T06:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1950005#M391414</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;In taht case u have to define  SELECT-OPTIONS WITH out intervals.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SELECT-OPTIONS: s_test FOR mara-matnr DEFAULT 'xxxxx'&lt;/P&gt;&lt;P&gt;          NO INTERVALS NO-EXTENSION.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 06:49:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1950005#M391414</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-15T06:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1950006#M391415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank u all...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what i wanted was i need a select-options with no intervals and shud have 2 values by default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this is clear..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Pratyusha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 06:50:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1950006#M391415</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-15T06:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1950007#M391416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT-OPTIONS: s_test FOR mara-matnr DEFAULT 'xxxxx' TO '11111' 
NO INTERVALS NO-EXTENSION.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi I tried teh above code anot working, u can give either the default rannge &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT-OPTIONS: s_test FOR mara-matnr DEFAULT 'xxxxx' TO '11111'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or else u can give&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT-OPTIONS: s_test FOR mara-matnr DEFAULT 'xxxxx' NO INTERVALS NO-EXTENSION.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Judith Jessie Selvi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 06:52:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1950007#M391416</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-15T06:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1950008#M391417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Parameters cannot have multiple value selection. There is no interval attached to it for multiple values.&lt;/P&gt;&lt;P&gt;parameters: p_matnr like mara-matnr default '0001100000'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS AIRLINE FOR WA_SPFLI-CARRID&lt;/P&gt;&lt;P&gt;               DEFAULT 'AA'&lt;/P&gt;&lt;P&gt;                    TO 'LH'&lt;/P&gt;&lt;P&gt;                OPTION  NB&lt;/P&gt;&lt;P&gt;                  SIGN  I.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS AIRLINE FOR WA_SPFLI-CARRID NO-EXTENSION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS AIRLINE FOR WA_SPFLI-CARRID NO INTERVALS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/9f/dba71235c111d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/9f/dba71235c111d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Subramanian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 06:52:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1950008#M391417</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-15T06:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1950009#M391418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry i am not sure with your query&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options : s_matnr for mara-matnr default '1000' to '1010'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DEFAULT g TO h ... OPTION op ... SIGN s &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you can do it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;initialization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;s_matnr-low = '1000'.&lt;/P&gt;&lt;P&gt;s_matnr-high = '1010'.&lt;/P&gt;&lt;P&gt;s_matnr-option = 'BT'.&lt;/P&gt;&lt;P&gt;s_matnr-sign = 'I'.&lt;/P&gt;&lt;P&gt;append s_matnr.&lt;/P&gt;&lt;P&gt;s_matnr-low = '1015'.&lt;/P&gt;&lt;P&gt;s_matnr-option = 'EQ'.&lt;/P&gt;&lt;P&gt;s_matnr-sign = 'I'.&lt;/P&gt;&lt;P&gt;append s_matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;s_matnr-low = '1005'.&lt;/P&gt;&lt;P&gt;s_matnr-option = 'EQ'.&lt;/P&gt;&lt;P&gt;s_matnr-sign = 'E'.&lt;/P&gt;&lt;P&gt;append s_matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 06:53:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1950009#M391418</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-15T06:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1950010#M391419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try no-extension.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;tables:mara .
select-options: so_matnr for mara-matnr no-extension.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or in the intialization event do the limitations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 06:55:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1950010#M391419</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-15T06:55:02Z</dc:date>
    </item>
  </channel>
</rss>

