<?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: Defining Complex Selections in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/defining-complex-selections/m-p/4651961#M1094650</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The sign is used to Include or exclude the values which meet the criteria while selecting from the database. And the options is used as a comparison operator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in your case if I say that SIGN should be 'E' which means exclude and OPTION as 'BT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What it means is that &lt;STRONG&gt;exclude the values that are between&lt;/STRONG&gt; the specified range while selecting from the database.&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;Advait&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Oct 2008 14:12:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-14T14:12:50Z</dc:date>
    <item>
      <title>Defining Complex Selections</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/defining-complex-selections/m-p/4651957#M1094646</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;What is the difference between Sign and Option in the following link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_webas620/helpdata/en/9f/dba71f35c111d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_webas620/helpdata/en/9f/dba71f35c111d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to exlcude a range of values ex: exclude 20081001 to 20081020.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case what values I shall use for Sign and Option,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess OPTION should be equal to NB (Not Between)&lt;/P&gt;&lt;P&gt;but I am not sure about SIGN..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can some one please help me out?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;CD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2008 13:34:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/defining-complex-selections/m-p/4651957#M1094646</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-14T13:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: Defining Complex Selections</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/defining-complex-selections/m-p/4651958#M1094647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;To exclude the range, sign should be 'E' and option 'BT'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Advait&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Advait Gode on Oct 14, 2008 3:40 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2008 13:39:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/defining-complex-selections/m-p/4651958#M1094647</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-14T13:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: Defining Complex Selections</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/defining-complex-selections/m-p/4651959#M1094648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Advait thanks for the quick reply,&lt;/P&gt;&lt;P&gt;Can you please explain me significance of SIGN and OPTION. I went thru the help site but not quite clear.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2008 13:44:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/defining-complex-selections/m-p/4651959#M1094648</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-14T13:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: Defining Complex Selections</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/defining-complex-selections/m-p/4651960#M1094649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sign Could have a value from&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
I - Include
E - Exclude
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Options could have a value from :&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
EQ	equal to (= Low)
NE	not equal to (&amp;lt;&amp;gt; Low)
BT	Between lower and upper value (Low &amp;lt;= x &amp;lt;= High)
NB	Outside lower and upper value (x &amp;lt; Low und High &amp;lt; x )
CP	Contains the pattern
NP	Does not contain the pattern
LT	less than than (&amp;lt; Low)
LE	less than or equal to (&amp;lt;= Low)
GT	greater than than (&amp;gt; Low)
GE	greater than or equal to  (&amp;gt;=Low)
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Combination of the Sign and Option will determine the scope for that Select Option or Range.&lt;/P&gt;&lt;P&gt;E.g. Sign E and Option LT means Exclude where data is less than.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2008 13:51:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/defining-complex-selections/m-p/4651960#M1094649</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2008-10-14T13:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: Defining Complex Selections</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/defining-complex-selections/m-p/4651961#M1094650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The sign is used to Include or exclude the values which meet the criteria while selecting from the database. And the options is used as a comparison operator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in your case if I say that SIGN should be 'E' which means exclude and OPTION as 'BT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What it means is that &lt;STRONG&gt;exclude the values that are between&lt;/STRONG&gt; the specified range while selecting from the database.&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;Advait&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2008 14:12:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/defining-complex-selections/m-p/4651961#M1094650</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-14T14:12:50Z</dc:date>
    </item>
  </channel>
</rss>

