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 -scanning

former_member225134
Participant
0 Likes
946

Hi,

     How to get an value from  barcode scanner while scanning and where the (scanned)  value is stored? And how to get back this scanned value to sap system.Because the scanned value is used to validate by client requirement.Any suggest.....

7 REPLIES 7
Read only

Former Member
0 Likes
895

Hi, Anitha,

The scanner is just a input device, same as your keyboard.

when you scan barcode, the value will directly show on the editor or input box anything can be editable.

regards,

Archer

Read only

0 Likes
895

Thanx for ur repli,

       Its correct only,but how to get back this value into internal table.

Read only

mantu_kumar
Explorer
0 Likes
895

Hi , You can check the details @

Read only

0 Likes
895

Thnax for ur repli,

               But my requirement is to get back the scanned value to sap internal table.

Read only

0 Likes
895

There are a couple of third-party tools which can directly read the data from the barcode and you can use it in the ABAP program.

Alternatively create a dialog screen. USe the barcode scanner and get the data as an input parameter and based on the input parameter do what ever validation you require and then based on the output of the validation trigger your relevant processing.

Read only

0 Likes
895

Hi,

      Can you please explain how the dialog screen field works on input parameter.

Read only

Former Member
0 Likes
895

Hi Anitha,

In SAP you can use special data type for barcode from Smartforms transaction. That special bar-code charracter you can use from Style and attach to the your table field.

Thanks,

P