<?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: Value Check on Selection Screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-check-on-selection-screen/m-p/8882616#M1688231</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the reply, Sindhu. &lt;/P&gt;&lt;P&gt;Guess I will have to use AT SELECTION SCREEN afterall, because the field I had in mind cannot be made mandatory. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jul 2012 07:10:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-07-05T07:10:42Z</dc:date>
    <item>
      <title>Value Check on Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-check-on-selection-screen/m-p/8882614#M1688229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just a quick question. When I use VALUE CHECK in the selection screen, the system checks the input field against the check table even when there has been no input in it. As a result, I get a error message that says 'Entry &amp;lt;space&amp;gt; does not exist in ABCD table'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do we enable VALUE CHECKs on input only i.e. without using the Event AT SELECTION SCREEN ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance....Jaison &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2012 06:56:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-check-on-selection-screen/m-p/8882614#M1688229</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-05T06:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: Value Check on Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-check-on-selection-screen/m-p/8882615#M1688230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jaison,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you donot want to use the event AT SELECTION SCREEN, you have make your field mandatory so that there is no possibility of VALUE CHECK when it is blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can see this statement from F1 help on VALUE CHECK:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;The check against a check table is executed even if the input field is empty. Therefore, it is recommended to use the addition &lt;A _jive_internal="true" href="https://answers.sap.com/thread/sapevent:&amp;amp;quot;ABAPPARAMETERS_SCREEN&amp;amp;quot;"&gt;&lt;STRONG style="font-size: 10pt; font-family: 'Courier New';"&gt;OBLIGATORY&lt;/STRONG&gt;&lt;/A&gt; at the same time. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sindhu Pulluru.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2012 07:04:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-check-on-selection-screen/m-p/8882615#M1688230</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-05T07:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: Value Check on Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-check-on-selection-screen/m-p/8882616#M1688231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the reply, Sindhu. &lt;/P&gt;&lt;P&gt;Guess I will have to use AT SELECTION SCREEN afterall, because the field I had in mind cannot be made mandatory. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2012 07:10:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-check-on-selection-screen/m-p/8882616#M1688231</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-05T07:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Value Check on Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-check-on-selection-screen/m-p/8882617#M1688232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Jaison,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note that ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="h4"&gt;Note &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The check against a check table is executed even if the input field is empty. Therefore, we recommend that you use the addition &lt;A _jive_internal="true" class="blue" href="https://answers.sap.com/message/13373707/sapevent:ABAPPARAMETERS_SCREEN"&gt;&lt;SPAN class="qtext"&gt;OBLIGATORY&lt;/SPAN&gt;&lt;/A&gt; at the same time. &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using as following example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;PARAMETERS p_belnr &lt;SPAN class="L0S52"&gt;LIKE &lt;/SPAN&gt;BKPF&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;BELNR&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;VALUE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;CHECK.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&gt;If you are forced to use only at AT SELECTION SCREEN,&amp;nbsp; then put the DEFAULT value....&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&gt;kindly post back with your feedback&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&gt;Regards,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&gt;Venkat&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2012 07:30:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-check-on-selection-screen/m-p/8882617#M1688232</guid>
      <dc:creator>venkateswaran_k</dc:creator>
      <dc:date>2012-07-05T07:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: Value Check on Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-check-on-selection-screen/m-p/8882618#M1688233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Venkat, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. But I believe you didn't understand my query. I am using the same code that you have shown, but the system is doing a value check even when there is no input i.e. it is checking for a blank value in the check table. This causes an error message that I was attempting to work around.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, as Sindhu pointed out, VALUE CHECK would require the field to be OBLIGATORY since it doesn't distinguish if a input is made or not. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards...Jaison&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2012 07:37:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-check-on-selection-screen/m-p/8882618#M1688233</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-05T07:37:23Z</dc:date>
    </item>
  </channel>
</rss>

