‎2010 Mar 08 5:53 AM
Dear Friend's
I got good task from my team, To get the data from Barcode sticker using barcode reader.
Kindly to give procedure What are the steps i should to follow to read the barcode value.
Thanks
Saravanan R
‎2010 Mar 08 5:57 AM
Hi Saravanan, <li>Check the wiki for barcode procedure. <b>[Step-by-step Sapscript Barcode Printing|http://wiki.sdn.sap.com/wiki/display/ABAP/Step-by-stepSapscriptBarcode+Printing] </b> Thanks Venkat.O
‎2010 Mar 08 5:57 AM
Hi Saravanan, <li>Check the wiki for barcode procedure. <b>[Step-by-step Sapscript Barcode Printing|http://wiki.sdn.sap.com/wiki/display/ABAP/Step-by-stepSapscriptBarcode+Printing] </b> Thanks Venkat.O
‎2010 Mar 08 6:04 AM
Dear Venkat,
Thanks for your reply, I want to read the data in text box.
For Example Read the material number from barcode sticker and display the value in text box
Thanks
Saravanan
‎2010 Mar 08 6:10 AM
Hi, <li>Put the cursor on any input field(Wherever you want the data from barcode), scan the barcode with the reader, then you will get the barcode value at the cursor place. Thanks Venkat.O
‎2010 Mar 08 6:18 AM
Venkat,
Thanks , am also doing same method but it does not working.
Thanks
Saravanan R
‎2010 Mar 08 6:22 AM
Can you please elaborate your requirement clearly. Problem may be the below one. <li>Barcode may not be right one. <li>Scanner may not identify the particular barcode type for this scanner manual. Refer to scanner manual. it explains everything how to read particular barcode. Thanks Venkat.O
‎2010 Mar 08 6:29 AM
Venkat,
My request is to read the Material code and Qty from Barcode striker and display the value in text box.
The barcode Scanner working correctly. I will check the below methods
1) To display the barcode code value in notepad using Barcode scanner. So this case my scanner is working fine.
Thanks
Saravanan
‎2010 Mar 08 6:42 AM
Hi,
<li>Create small program with below info and execute, on selection-screen instead of giving input , scan the barcode, it displays material no and quantity as you get in the notepad if you have two barcodes one is for material no and another is for quantity.
<li>If you have only one barcode which is combination of material no and quantity, you should split in the program.
Thanks
Venkat.O
REPORT ztest_notepad.
PARAMETERS:
matnr TYPE mard-matnr,
labst TYPE mard-labst.
‎2010 Mar 08 7:19 AM
‎2010 Mar 08 7:37 AM
Venkat,
Sorry Late reply , Now only I go to follow for your instruction.
Saravanan
‎2010 Jun 02 12:10 PM
Thanks for the links for the [barcode labels|www.aclabels.co.uk] procedure. Has helped me out no end!
Thanks