2014 Jul 04 8:16 AM
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.....
2014 Jul 04 8:36 AM
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
2014 Jul 04 8:45 AM
Thanx for ur repli,
Its correct only,but how to get back this value into internal table.
2014 Jul 04 8:45 AM
2014 Jul 04 8:49 AM
Thnax for ur repli,
But my requirement is to get back the scanned value to sap internal table.
2014 Jul 04 8:58 AM
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.
2014 Jul 04 12:51 PM
Hi,
Can you please explain how the dialog screen field works on input parameter.
2014 Jul 04 12:58 PM
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