Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Barcode Input

Former Member
0 Likes
751

Hi,

I have one text field in abap program, where input should come from scanner by scanning a barcode.

But when i copy paste the data it is allowing it.

My requirement is that the data should only be allowed from scanner not from any other source.

Plz help

Regards,

Priya

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
477

Hi,

If your scanner is connected to the keyboard port, you cannot do anything.

System cannot differentiate if the data is scanned or has come thro keyboard or mouse.

The only option available is to remove the keyboard & mouse from the line(If the business process allows).

Or train the users not to copy paste.

Regards,

Pankaj

Edited by: Pankaj Singh on May 16, 2009 11:48 AM

2 REPLIES 2
Read only

Former Member
0 Likes
477

[This|https://forums.sdn.sap.com/click.jspa?searchID=-1&messageID=7542656] may help.

Read only

Former Member
0 Likes
478

Hi,

If your scanner is connected to the keyboard port, you cannot do anything.

System cannot differentiate if the data is scanned or has come thro keyboard or mouse.

The only option available is to remove the keyboard & mouse from the line(If the business process allows).

Or train the users not to copy paste.

Regards,

Pankaj

Edited by: Pankaj Singh on May 16, 2009 11:48 AM