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 details on screenfields

nishanthbhandar
Contributor
0 Likes
1,202

Hi,

We have requirement where in we have the following screen Fields "Destination ", "Material", "Batch", "Project Number", "Quantity Put-away" and these need to be populated in respective fields when a Barcode of a Material pack is read using a Barcode reader. Please give your suggestions on this.

Thanks in advance.

Nishanth.

3 REPLIES 3
Read only

Former Member
0 Likes
752

AFter reading the Barcode ,Based on Material Pack data

Pick the data... in the event <b>at selection-screen output</b> event if it is a report.

is it module pool program?

I hope the material pack will have material number,

so based on material number you can populate the screen fields...

vijay

Read only

Former Member
0 Likes
752

Hi Nishanth,

1. Whenever a barcode is scanned,

it just works like a KEYBOARD.

ie. on screen, wherever the cursor,

The characters from the barcode

will be KEYED on the screen (From the CURSOR POINT)

(just as we key from the keyboard, but that will be automatic)

2. If u are directly opening the relevant screen,

and placing the cursor on the first field,

and now if u scan the barcode,

the characters will all be keyed to that field.

3. if the barcode has a TAB field as a field separator,

then probably as per the sequence of the fields,

the data will come properly.

4. For this may be some setting in the barcode

is required, to treat field separator

as TAB, or ENTER.

Hope it helps.

5. If the screen is a Z Report developed by you,

then we can use some other technique also.

But for this please reply if this is so.

Regards,

Amit M.

Message was edited by: Amit Mittal

Message was edited by: Amit Mittal

Read only

Former Member
0 Likes
752

Hi Nishanth,

Check out his link this will really help u,The first first one is very good indeed.

http://help.sap.com/saphelp_erp2005/helpdata/en/ca/d45a12900d11d29e8b0000e8323350/frameset.htm

http://help.sap.com/saphelp_erp2005/helpdata/en/8a/0f4a063aa011d3b452006094b9301e/frameset.htm

Hope this helps u,

Regards,

Nagaarajn.