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 Procedure

Former Member
0 Likes
1,306

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

1 ACCEPTED SOLUTION
Read only

venkat_o
Active Contributor
0 Likes
1,091

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

10 REPLIES 10
Read only

venkat_o
Active Contributor
0 Likes
1,092

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

Read only

Former Member
0 Likes
1,091

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

Read only

venkat_o
Active Contributor
0 Likes
1,091

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

Read only

Former Member
0 Likes
1,091

Venkat,

Thanks , am also doing same method but it does not working.

Thanks

Saravanan R

Read only

venkat_o
Active Contributor
0 Likes
1,091

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

Read only

Former Member
0 Likes
1,091

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

Read only

venkat_o
Active Contributor
0 Likes
1,091

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.


REPORT ztest_notepad.
PARAMETERS:
        matnr TYPE mard-matnr,
        labst TYPE mard-labst.
<li>If you have only one barcode which is combination of material no and quantity, you should split in the program. Thanks Venkat.O

Read only

venkat_o
Active Contributor
0 Likes
1,091

What happened Saravanan ? no reply. Thanks Venkat.O

Read only

Former Member
0 Likes
1,091

Venkat,

Sorry Late reply , Now only I go to follow for your instruction.

Saravanan

Read only

Former Member
0 Likes
1,091

Thanks for the links for the [barcode labels|www.aclabels.co.uk] procedure. Has helped me out no end!

Thanks