<?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 About Select-options in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-select-options/m-p/3430832#M824057</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As we know like every select-options will have one internal table with four fields, sign, option, low, high. And my doubt is what are all the possible values we have for the fields sign and option, and pls describe about each, and where we can see these, I heard like we have one structure for this, what is that..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Akshitha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Feb 2008 07:03:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-26T07:03:01Z</dc:date>
    <item>
      <title>About Select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-select-options/m-p/3430832#M824057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As we know like every select-options will have one internal table with four fields, sign, option, low, high. And my doubt is what are all the possible values we have for the fields sign and option, and pls describe about each, and where we can see these, I heard like we have one structure for this, what is that..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Akshitha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2008 07:03:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-select-options/m-p/3430832#M824057</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-26T07:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: About Select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-select-options/m-p/3430833#M824058</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;   You will find all those details in the F1 help of 'SELECT-OPTIONS'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sign&lt;/STRONG&gt; of type c and length 1. The content of sign determines for every row whether the result of the condition formulated in the column is included or excluded in the entire resulting set for all rows. Evaluable values are "I" for include and "E" for exclude. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;option&lt;/STRONG&gt; of type c and length 2. option contains the selection option for the condition of the row in form of logical operators. Analyzable operators are "EQ", "NE", "GE", "GT", "LE", "LT", "CP" and "NP" if column high is initial, and "BT", "NB" if column high is not initial. With the options "CP" and "NP", the data type of the columns low and high must be of the data type c, and special rules apply for entries on the selection screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;low&lt;/STRONG&gt; of the data type defined after FOR. This column is designated for the comparison value or the lower interval limitation. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;high&lt;/STRONG&gt; of the data type defined after FOR. This column is designated for the upper interval limitation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Jalendhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2008 07:07:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-select-options/m-p/3430833#M824058</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-26T07:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: About Select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-select-options/m-p/3430834#M824059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well for options there are&lt;/P&gt;&lt;P&gt;GT greater then&lt;/P&gt;&lt;P&gt;BT between&lt;/P&gt;&lt;P&gt;LT less then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sign can be + or -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz reward if useful&lt;/P&gt;&lt;P&gt;vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2008 07:08:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-select-options/m-p/3430834#M824059</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-26T07:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: About Select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-select-options/m-p/3430835#M824060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The structure for select options is &lt;STRONG&gt;SELOPT&lt;/STRONG&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2008 07:10:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-select-options/m-p/3430835#M824060</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-26T07:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: About Select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-select-options/m-p/3430836#M824061</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;&lt;STRONG&gt;Sign&lt;/STRONG&gt; can take values 'I' or 'E'&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Option&lt;/STRONG&gt; can take values EQ , NE , GT , LT , LE , GE , CP , NP , BT , NB&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Low&lt;/STRONG&gt; can take values between 1 to N&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;High&lt;/STRONG&gt; can take values between 1 to N. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If any values are given for low and high then only the range of values between them will be considered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose LOW = 5 and HIGH = 10, then the values between 5 and 10 are considered&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chinmaye&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2008 07:10:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-select-options/m-p/3430836#M824061</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-26T07:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: About Select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-select-options/m-p/3430837#M824062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG&gt;akshitha akshitha&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SIGN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The data type of SIGN is C with length 1. The contents of SIGN determine for each row whether the result of the row condition is to be included in or excluded from the resulting set of all rows. Possible values are I and E.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;#8211; I stands for "inclusive" (inclusion criterion - operators are not inverted)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;#8211; E stands for "exclusive" (exclusion criterion - operators are inverted)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;OPTION&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The data type of OPTION is C with length 2. OPTION contains the selection operator. The following operators are available:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;#8211; If HIGH is empty, you can use EQ, NE, GT, LE, LT,CP, and NP. These operators are the same as those that are used for logical expressions. Yet operators CP and NP do not have the full functional scope they have in normal logical expressions. They are only allowed if wildcards ( '*' or '+' ) are used in the input fields. If wildcards are entered on the selection screen, the system automatically uses the operator CP. The escape character is defined as #. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;#8211; If HIGH is filled, you can use BT (BeTween) and NB (Not Between). These operators correspond to BETWEEN and NOT BETWEEN that you use when you check if a field belongs to a range. You cannot use wildcard characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOW&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The data type of LOW is the same as the column type of the database table, to which the selection criterion is linked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;#8211; If HIGH is empty, the contents of LOW define a single field comparison. In combination with the operator in OPTION, it specifies a condition for the database selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;#8211; If HIGH is filled, the contents of LOW and HIGH specify the upper and lower limits for a range. In combination with the operator in OPTION, the range specifies a condition for the database selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;HIGH&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The data type of HIGH is the same as the column type of the database table, to which the selection criterion is linked. The contents of HIGH specify the upper limit for a range selection.&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;STRONG&gt;Note: You can see that things in debugging&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Mahi&lt;/STRONG&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2008 07:19:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-select-options/m-p/3430837#M824062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-26T07:19:08Z</dc:date>
    </item>
  </channel>
</rss>

