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

bar code printing issue in sapscript

Former Member
0 Likes
378

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

1 REPLY 1
Read only

Former Member
0 Likes
349

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....