2014 Feb 04 2:37 PM
Hello Experts,
I need to print a barcode with two code (material code and batch number) separated by a character. When I'll read the barcode I'd like that the two codes will be splitted on two different fields. Can I use a special character to do this? I try to use the tabulator character but it doesn't work.
Thanks
Q
Hello Experts,
I need to print a barcode with two code (material code and batch number) separated by a character. When I'll read the barcode I'd like that the two codes will be splitted on two different fields. Can I use a special character to do this? I try to use the tabulator character but it doesn't work.
Thanks
Q
2014 Feb 04 10:40 PM
2014 Feb 05 2:57 AM
Hello Quark George.
You read the entire barcoded data entirely in a single input field and make use of '+' operator to separate the data.
Suppose my material number is of 18 digits length and batch is of 5 char length,
MATERIAL = Barcode_data+0(18).
BATCH = Barcode_data+18(5).
Regards.
2014 Feb 05 1:33 PM
Hi,
I need to insert a character into the two value to split MATERIAL and BACTH into two different fields of my dynpro, when I read a barcdode.
Thanks
Q
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |