<?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 input validation??? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-input-validation/m-p/9050436#M1701848</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to validate the entry at a selection screen even before it is displayed after a key press, ie, suppose i have a parameter of type n, then it should not allow a character type entry to be typed as input. It should not even allow the user to type a character type entry. How should i validate???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Nov 2012 06:16:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-11-01T06:16:59Z</dc:date>
    <item>
      <title>Selection Screen input validation???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-input-validation/m-p/9050436#M1701848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to validate the entry at a selection screen even before it is displayed after a key press, ie, suppose i have a parameter of type n, then it should not allow a character type entry to be typed as input. It should not even allow the user to type a character type entry. How should i validate???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2012 06:16:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-input-validation/m-p/9050436#M1701848</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-11-01T06:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen input validation???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-input-validation/m-p/9050437#M1701849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Keyboard stroke events are not possible in report screen like JavaScript or .NET ..... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2012 06:23:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-input-validation/m-p/9050437#M1701849</guid>
      <dc:creator>former_member214878</dc:creator>
      <dc:date>2012-11-01T06:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen input validation???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-input-validation/m-p/9050438#M1701850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont think Key press command you can capture. Possible solution that you can implement is write your validation logic on At selection screen event with error message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when sometype invalid entry, system will give this as error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Deepti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2012 10:22:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-input-validation/m-p/9050438#M1701850</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-11-01T10:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen input validation???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-input-validation/m-p/9050439#M1701851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Santhosh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This kind of validation can be included in the AT-SELECTION-SCREEN event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just write the validation code below this event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Dinesh&lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" height="1" src="https://community.sap.com/1050/images/emoticons/wink.gif" width="1"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2012 10:58:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-input-validation/m-p/9050439#M1701851</guid>
      <dc:creator>former_member214709</dc:creator>
      <dc:date>2012-11-01T10:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen input validation???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-input-validation/m-p/9050440#M1701852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Santosh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just declare your parameter as a type n. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Parameters : p_par type N length &amp;lt;whatever you want&amp;gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Now it will not allow user to enter any character type in input box. only numeric digits will be allowed.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And for any further verification. write your code--&amp;gt;&lt;/P&gt;&lt;P&gt;At Selection-screen.&lt;/P&gt;&lt;P&gt;write your code for any other check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this resolves your issue. &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;A.Trivedi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2012 11:51:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-input-validation/m-p/9050440#M1701852</guid>
      <dc:creator>former_member212705</dc:creator>
      <dc:date>2012-11-01T11:51:57Z</dc:date>
    </item>
  </channel>
</rss>

