<?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 Selection screen validation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-validation/m-p/1443467#M210733</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I have to do validation on selection screen for field FILCT-RPMAX which is posting period&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first i had writen validation that it should be not initial&lt;/P&gt;&lt;P&gt;then this validation comes&lt;/P&gt;&lt;P&gt;entered values should be between 0 - 16&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now my problem is when i enter 0 it is considering this as initial , but i dont want like this , i want 0 also to be considered as a value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Jun 2006 08:52:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-28T08:52:07Z</dc:date>
    <item>
      <title>Selection screen validation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-validation/m-p/1443467#M210733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I have to do validation on selection screen for field FILCT-RPMAX which is posting period&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first i had writen validation that it should be not initial&lt;/P&gt;&lt;P&gt;then this validation comes&lt;/P&gt;&lt;P&gt;entered values should be between 0 - 16&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now my problem is when i enter 0 it is considering this as initial , but i dont want like this , i want 0 also to be considered as a value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jun 2006 08:52:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-validation/m-p/1443467#M210733</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-28T08:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen validation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-validation/m-p/1443468#M210734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;you can use this code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : len type i.&lt;/P&gt;&lt;P&gt;parameters : s(2) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN .&lt;/P&gt;&lt;P&gt;  PERFORM screen_validation.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Form  screen_validation&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; --&amp;gt;  p1        text&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; &amp;lt;--  p2        text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM screen_validation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;len = strlen( s ) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if len eq 0.&lt;/P&gt;&lt;P&gt;message e001 with 'error'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.                    " screen_validation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if you find his helpful.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sumit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jun 2006 09:03:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-validation/m-p/1443468#M210734</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-28T09:03:19Z</dc:date>
    </item>
  </channel>
</rss>

