<?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: avoid DB650 at selection in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/avoid-db650-at-selection/m-p/7751483#M1582700</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved by myself&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Apr 2011 10:28:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-04-19T10:28:12Z</dc:date>
    <item>
      <title>avoid DB650 at selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/avoid-db650-at-selection/m-p/7751480#M1582697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Expert,&lt;/P&gt;&lt;P&gt;Could You pls help me to handle a standard DB650 message at selection?&lt;/P&gt;&lt;P&gt;I have a selection screen, where a field need to be used - low and high values. The domain behind refer to quantity with no decimals - vnztv. If is use selection 3 - 10 I get the error message DB650 - lower limit is grater than upper, so I have to set 03 - 10. I have already tried to have different data types but I get the same result / error.&lt;/P&gt;&lt;P&gt;Could any of You pls let me know how to handle this issue?&lt;/P&gt;&lt;P&gt;Anserws will be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2011 07:13:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/avoid-db650-at-selection/m-p/7751480#M1582697</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-07T07:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: avoid DB650 at selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/avoid-db650-at-selection/m-p/7751481#M1582698</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;Just tested the selection on a amount in a table. No problems.&lt;/P&gt;&lt;P&gt;But use the table and field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES: &amp;lt;table&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: s_fldnm    FOR &amp;lt;table&amp;gt;-&amp;lt;field&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT * FROM &amp;lt;table&amp;gt;&lt;/P&gt;&lt;P&gt;    INTO ....&lt;/P&gt;&lt;P&gt;    WHERE &amp;lt;field&amp;gt; IN s_fldnm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Succes,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2011 08:40:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/avoid-db650-at-selection/m-p/7751481#M1582698</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-07T08:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: avoid DB650 at selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/avoid-db650-at-selection/m-p/7751482#M1582699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;thank You for answering, but my selection field actually does not refer to a table field directly. This is a relative date, and i calculate the actual date based on this, and then that actual vaue is refer to a db-table. &lt;/P&gt;&lt;P&gt;Such as: date handling - my selection field - relative date have value 3 means: 3 days from today, (10th of April  - will be the actual date for selection in program run).&lt;/P&gt;&lt;P&gt;Br&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2011 08:57:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/avoid-db650-at-selection/m-p/7751482#M1582699</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-07T08:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: avoid DB650 at selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/avoid-db650-at-selection/m-p/7751483#M1582700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved by myself&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 10:28:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/avoid-db650-at-selection/m-p/7751483#M1582700</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-19T10:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: avoid DB650 at selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/avoid-db650-at-selection/m-p/7751484#M1582701</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;/P&gt;&lt;P&gt;Please share your solution  . It will help others  &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;Deepak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 11:25:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/avoid-db650-at-selection/m-p/7751484#M1582701</guid>
      <dc:creator>deepak_dhamat</dc:creator>
      <dc:date>2011-04-19T11:25:22Z</dc:date>
    </item>
  </channel>
</rss>

