<?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: Disable Keyboard Input in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-keyboard-input/m-p/9698250#M1768808</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;I think making the field 'DISPLAY' only should achieve the functionality. The PAI event should populate the display after the read and as its Display Only Keyboard input would be disabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Arindam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Sep 2013 07:34:24 GMT</pubDate>
    <dc:creator>arindam_m</dc:creator>
    <dc:date>2013-09-09T07:34:24Z</dc:date>
    <item>
      <title>Disable Keyboard Input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-keyboard-input/m-p/9698249#M1768807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using a RF hand held device in WM Module, in which there is a requirement that one can scan number using RF Gun should displayed on the input field (i.e. for Material Number), but he can not enter the value in the input field manually through RF Key pad... i.e. the value should only come from the scanner and not from the keyboard... and simultaneously he can enter field value from his Laptop Key board.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what can be done???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Sep 2013 06:19:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-keyboard-input/m-p/9698249#M1768807</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-09T06:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Keyboard Input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-keyboard-input/m-p/9698250#M1768808</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;I think making the field 'DISPLAY' only should achieve the functionality. The PAI event should populate the display after the read and as its Display Only Keyboard input would be disabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Arindam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Sep 2013 07:34:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-keyboard-input/m-p/9698250#M1768808</guid>
      <dc:creator>arindam_m</dc:creator>
      <dc:date>2013-09-09T07:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Keyboard Input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-keyboard-input/m-p/9698251#M1768809</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;I think the SAPGui can't distinct between the keyboard input and the RF key pad. It's the input method .. that's all. But Former Member have a good idea with the field. Set the field like a password *********&amp;nbsp;&amp;nbsp; the user will not appreciate to enter a value without see the result, for the RF key pad it's not a problem ... &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;Fred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Sep 2013 07:59:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-keyboard-input/m-p/9698251#M1768809</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2013-09-09T07:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Keyboard Input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-keyboard-input/m-p/9698252#M1768810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krupa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as i know we cannot disable RF keyboard and enable Laptop Keyboard &lt;STRONG&gt;at the same time.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you can do put a radio button on the screen as:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Take input from:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;RF gun &lt;/LI&gt;&lt;LI&gt;Laptop Keyboard&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Below this will be the input field. When the 'RF gun' radiobutton is picked, disable the text field and when 'Laptop Keyboard' radiobutton is selected, enable it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even so, i do not get the point in disabling RF keypad when Laptop Keyboard is on as the chances of error on a keyboard are same as that on a RF keypad when entered manually.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Sep 2013 08:49:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-keyboard-input/m-p/9698252#M1768810</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-09T08:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Keyboard Input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-keyboard-input/m-p/9698253#M1768811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arindam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if making field 'DISPALY only the through scanner i can't able to scan any &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Sep 2013 09:57:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-keyboard-input/m-p/9698253#M1768811</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-09T09:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Keyboard Input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-keyboard-input/m-p/9698254#M1768812</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;I gone a bit confused &lt;SPAN __jive_emoticon_name="confused" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/1735/images/emoticons/confused.gif"&gt;&lt;/SPAN&gt; You said&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;one can scan number using RF Gun should displayed on the input field (i.e. for Material Number), but he can not enter the value in the input field manually through RF Key pad... i.e. the value should only come from the scanner and not from the keyboard..&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you were referring to a field in the screen that shows the scanned number if so how come making a screen field display only impact scanning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Arindam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Sep 2013 10:28:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-keyboard-input/m-p/9698254#M1768812</guid>
      <dc:creator>arindam_m</dc:creator>
      <dc:date>2013-09-09T10:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Keyboard Input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-keyboard-input/m-p/9698255#M1768813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krupa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on the screen-size (RF will have one and Keyboard Input will have another)-if the entry has been made through RF-Scan, then gray out the area-and if the user tries using RF keyboard-note the number of strokes (don't allow anything greater than 1- give an message and when user okays it-clear his input). In case of Keyboard Entry from say the Desktop-allow entry based on the screen-size. Do you think this will resolve your issue?. Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shashi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Sep 2013 10:41:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-keyboard-input/m-p/9698255#M1768813</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-09T10:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Keyboard Input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-keyboard-input/m-p/9698256#M1768814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i try to do this but field is initial&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Sep 2013 10:57:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-keyboard-input/m-p/9698256#M1768814</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-09T10:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Keyboard Input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-keyboard-input/m-p/9698257#M1768815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krupa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you explain in a bit detail-as to which field is initial-paste code snippet if not a lengthy one. Thanks&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;Shashi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Sep 2013 11:18:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-keyboard-input/m-p/9698257#M1768815</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-09T11:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Keyboard Input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-keyboard-input/m-p/9698258#M1768816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if i use USB SCANNER then it is possible ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Sep 2013 12:06:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-keyboard-input/m-p/9698258#M1768816</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-09T12:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Keyboard Input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-keyboard-input/m-p/9698259#M1768817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Sep 2013 12:10:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-keyboard-input/m-p/9698259#M1768817</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-09T12:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Keyboard Input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-keyboard-input/m-p/9698260#M1768818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i try to solve using following thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/thread/1688977" target="_blank"&gt;http://scn.sap.com/thread/1688977&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 07:21:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-keyboard-input/m-p/9698260#M1768818</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-17T07:21:32Z</dc:date>
    </item>
  </channel>
</rss>

