<?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: Identifying bar code scanner data against keyboard input data in editable classic alv. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/identifying-bar-code-scanner-data-against-keyboard-input-data-in-editable/m-p/11003827#M1896611</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Naimesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess this solution won't help much as there are multiple input fields and some are expecting data from bar code scanner and some are from keyboard manual input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, the data capturing program runs on multiple machines so, practically it won't help much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kalpesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Apr 2015 03:45:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-04-17T03:45:53Z</dc:date>
    <item>
      <title>Identifying bar code scanner data against keyboard input data in editable classic alv.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/identifying-bar-code-scanner-data-against-keyboard-input-data-in-editable/m-p/11003825#M1896609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have implemented bar code scanning and able to capture the bar code data printed on the product in SAP Z table using ABAP code (editable classic alv). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To accept the bar code data, we have introduced character input field of length 60. While scanning the bar code, we place the cursor in this input field if alv and scan the bar code using Motorola bar code scanner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This input field accepts the data from Keyboard as well from bar code scanner. Now for security and integrity of input data, we want to restrict the input from bar code scanner only. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We want to identify whether the data received in input field has come from bar code scanner or from keyboard input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems there is no way to identify whether the data captured in the input field is typed from keyboard or scanned using bar code scanner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide us the solution to identify the input method whether bar code scanner or keyboard or restrict the input method of input field to bar code scanner only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kalpesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 11:50:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/identifying-bar-code-scanner-data-against-keyboard-input-data-in-editable/m-p/11003825#M1896609</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-16T11:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying bar code scanner data against keyboard input data in editable classic alv.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/identifying-bar-code-scanner-data-against-keyboard-input-data-in-editable/m-p/11003826#M1896610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think there isn't any attribute on the ALV which can tell if the keyboard was used to input this value or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are different softwares which can lock up the keyboard &lt;A href="https://www.raymond.cc/blog/how-to-restrict-or-disable-keyboard-mouse-and-even-power-button/" title="https://www.raymond.cc/blog/how-to-restrict-or-disable-keyboard-mouse-and-even-power-button/"&gt;https://www.raymond.cc/blog/how-to-restrict-or-disable-keyboard-mouse-and-even-power-button/&lt;/A&gt;. The idea is to install one of such program on the machine, call this program using EXECUTE method after displaying the ALV. Call the same program again to unfreeze the keyboard. You may need to find such program which has these type of function where you can do it by calling the shortcut from the EXECUTE method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 18:36:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/identifying-bar-code-scanner-data-against-keyboard-input-data-in-editable/m-p/11003826#M1896610</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2015-04-16T18:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying bar code scanner data against keyboard input data in editable classic alv.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/identifying-bar-code-scanner-data-against-keyboard-input-data-in-editable/m-p/11003827#M1896611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Naimesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess this solution won't help much as there are multiple input fields and some are expecting data from bar code scanner and some are from keyboard manual input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, the data capturing program runs on multiple machines so, practically it won't help much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kalpesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 03:45:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/identifying-bar-code-scanner-data-against-keyboard-input-data-in-editable/m-p/11003827#M1896611</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-17T03:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying bar code scanner data against keyboard input data in editable classic alv.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/identifying-bar-code-scanner-data-against-keyboard-input-data-in-editable/m-p/11003828#M1896612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kalpesh.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; May I know why you want to restrict to barcode scan alone?&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 05:12:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/identifying-bar-code-scanner-data-against-keyboard-input-data-in-editable/m-p/11003828#M1896612</guid>
      <dc:creator>Arun_Prabhu_K</dc:creator>
      <dc:date>2015-04-17T05:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying bar code scanner data against keyboard input data in editable classic alv.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/identifying-bar-code-scanner-data-against-keyboard-input-data-in-editable/m-p/11003829#M1896613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Arun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The bar code is scanned from the 2D matrix printed on the product. The person can manipulate this data by entering manually using keyboard. So, we want to maintain the data integrity between data printed on product and the scanned data in SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kalpesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 05:34:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/identifying-bar-code-scanner-data-against-keyboard-input-data-in-editable/m-p/11003829#M1896613</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-17T05:34:26Z</dc:date>
    </item>
  </channel>
</rss>

