<?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: Problem at validation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-at-validation/m-p/7273773#M1530523</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you need to put validation explicitly in your code.&lt;/P&gt;&lt;P&gt;whatever code you have written there is no any validation included.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Oct 2010 10:25:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-10-04T10:25:11Z</dc:date>
    <item>
      <title>Problem at validation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-at-validation/m-p/7273770#M1530520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when i am working with validation in select-options i have given 105 to 120 .At this situation the value 105 is in the database its valid but 120 is not in the database eventhough it does not show any error. why?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data :begin of wa_adrc,&lt;/P&gt;&lt;P&gt;addrnumber like adrc-addrnumber,&lt;/P&gt;&lt;P&gt;end of wa_adrc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data v1 like adrc-addrnumber.&lt;/P&gt;&lt;P&gt;select-options s_addrn for v1.&lt;/P&gt;&lt;P&gt;select addrnumber from adrc into v1 up to 1 rows where addrnumber in s_addrn.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Oct 2010 18:42:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-at-validation/m-p/7273770#M1530520</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-02T18:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem at validation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-at-validation/m-p/7273771#M1530521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi anu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might have put validation on the low value of select option. Any ways you don't need to validate all the values falling in the range. Better you use parameter instead of select option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nitesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Oct 2010 11:33:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-at-validation/m-p/7273771#M1530521</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-03T11:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem at validation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-at-validation/m-p/7273772#M1530522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The reason why you are not getting an error is because the field ADDRNUMBER in table ADRC does not have a check table/foreign key attached to it. Hence there is no check and you wont get any error.&lt;/P&gt;&lt;P&gt;So when you input 105 to 120, all existing values in the database in this range will be taken for output/calculation in your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this info is useful and solves your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ancy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Oct 2010 09:36:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-at-validation/m-p/7273772#M1530522</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-04T09:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem at validation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-at-validation/m-p/7273773#M1530523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you need to put validation explicitly in your code.&lt;/P&gt;&lt;P&gt;whatever code you have written there is no any validation included.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Oct 2010 10:25:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-at-validation/m-p/7273773#M1530523</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-04T10:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem at validation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-at-validation/m-p/7273774#M1530524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anudeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is standard SAP behaviour for Select-Options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will not give any error, if there is any single valid value in the table within the given range. In your case LOW value is valid, so it will select only that record from the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even if you enter both LOW and HIGH values with Invalid and if any one valid value exist in the table in that range, still you will get SUBRC =0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to validate LOW and HIGH values specifically, you will have to do write select statements with FIELD = SO-LOW /HIGH  (Which Highly Not Recommended, not with SAP standards).&lt;/P&gt;&lt;P&gt;Check condition before you write this not recommended statement   If SO-LOW is not Initial &amp;amp; if SO-HIGH is not initial for individual validations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this clarifies you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Lakshmi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Lakshmi Narayana L on Oct 6, 2010 12:47 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Oct 2010 22:46:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-at-validation/m-p/7273774#M1530524</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-05T22:46:31Z</dc:date>
    </item>
  </channel>
</rss>

