‎2007 Dec 07 2:45 AM
hi guys,
there is an issue to capture bar code with special symbol in sapscript.
please advise what can be done here to solve the problem. Thanks.
zebra code in sapscript:
^BY2,3.0^FO36,66^B3N,N,56,N,N^FR^FD>:15[]=/\+|-79{}-02<30#$%^@?^FS
value capture through scanner:
15/+-79-0230
zebra code in sapscript:
BY2,3.0FO36,222B3N,N,56,N,NFRFD>:K7R161884B-FC16(DC>501)FS
value capture through scanner:
K7R161884B-FC16DC501
‎2007 Dec 07 7:05 AM
hi!!!!!!!!!!!
to print barcodes in sapscripts you have to do following steps..
1.choose Character format options
2. Then choose change mode.
3. provide a name say C1 in character format option and then press enter.
4.provide description for that character format say C1.
5.you can find barcode option.place the cursor in that one and press F4 then it will display the list of barcodes available.
6.choose one of them say BC_MSIC.
Now you have created a character format say C1 with the Barcode properties.
Exmaple:
If you want to print the price in barcode format which is in ITAB-Netwr, you have to give the syntax in the script editor like ....
<C1>&ITAB-NETWR&</>
then it will prints barcode in your output....