<?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 Doubt! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-doubt/m-p/2365045#M523559</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As already mentioned, there will be only a single row with values:&lt;/P&gt;&lt;P&gt;Low High Sign Option&lt;/P&gt;&lt;P&gt;1     100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SIGN will have I (INCLUDING) default or E (Excluding).   Option may have values BT (default), LT, etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you use this select option for SELECTing data from table, you do the following;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT * FROM table_name&lt;/P&gt;&lt;P&gt;WHERE fld1 IN select_option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, the select option interpreted as follows: Include rows (assumind sign is I) with value of fld1 Between (assumind option is BT)select-option-low and  select-option-high.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 16 Jun 2007 12:33:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-16T12:33:20Z</dc:date>
    <item>
      <title>Select -options Doubt!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-doubt/m-p/2365039#M523553</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;    I ve a doubt in select-options&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Select_options: MAT_NO for mara-matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    say, i ve given MAT_NO-LOW = 1.&lt;/P&gt;&lt;P&gt;                          MAT_NO-HIGH = 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Then how many values will be in internal table MAT_NO, Whose fields are sign option low high.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Jun 2007 11:38:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-doubt/m-p/2365039#M523553</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-16T11:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: Select -options Doubt!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-doubt/m-p/2365040#M523554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;100&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Jun 2007 11:44:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-doubt/m-p/2365040#M523554</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2007-06-16T11:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: Select -options Doubt!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-doubt/m-p/2365041#M523555</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;   Can u pls tell me how the internal table looks like for that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Jun 2007 11:46:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-doubt/m-p/2365041#M523555</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-16T11:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: Select -options Doubt!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-doubt/m-p/2365042#M523556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In MAT_NO there will be just 1 row, and its field will have following values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sign        I   ( meaning INCLUDE )&lt;/P&gt;&lt;P&gt;option     BT   (meaning Between) &lt;/P&gt;&lt;P&gt;low        1    (value you entered)&lt;/P&gt;&lt;P&gt;high       100 (value you entered)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Jun 2007 11:53:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-doubt/m-p/2365042#M523556</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-16T11:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: Select -options Doubt!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-doubt/m-p/2365043#M523557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you create select-option,system creates internal table automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options structure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options s_matnr for mara-matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S_MATNR is internal table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;structure of s_matnr :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Low  - Low value&lt;/P&gt;&lt;P&gt;High - High value&lt;/P&gt;&lt;P&gt;Option - you can keep low to high as 'BT' or EQ,LE,GE&lt;/P&gt;&lt;P&gt;SIGN  - I ( Inclusive,E EXCLUSIVE )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if it is helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Jun 2007 11:56:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-doubt/m-p/2365043#M523557</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-16T11:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: Select -options Doubt!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-doubt/m-p/2365044#M523558</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;     I want to know how the internal table is populated for all the data from 1 to 100 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Low               High            Sign              Option&lt;/P&gt;&lt;P&gt;   1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  like this can u display me how many entries will be there&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Jun 2007 12:15:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-doubt/m-p/2365044#M523558</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-16T12:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Select -options Doubt!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-doubt/m-p/2365045#M523559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As already mentioned, there will be only a single row with values:&lt;/P&gt;&lt;P&gt;Low High Sign Option&lt;/P&gt;&lt;P&gt;1     100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SIGN will have I (INCLUDING) default or E (Excluding).   Option may have values BT (default), LT, etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you use this select option for SELECTing data from table, you do the following;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT * FROM table_name&lt;/P&gt;&lt;P&gt;WHERE fld1 IN select_option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, the select option interpreted as follows: Include rows (assumind sign is I) with value of fld1 Between (assumind option is BT)select-option-low and  select-option-high.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Jun 2007 12:33:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-doubt/m-p/2365045#M523559</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-16T12:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: Select -options Doubt!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-doubt/m-p/2365046#M523560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Jun 2007 12:47:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-doubt/m-p/2365046#M523560</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-16T12:47:50Z</dc:date>
    </item>
  </channel>
</rss>

