‎2007 Jun 12 9:59 AM
Hi,
I need to implement barcode in a SAP SCRIPT (PM number order).
Anyone can suggest where I can find some documentations?
Thanks
Salvatore
‎2007 Jun 12 10:02 AM
Hi Salvatore Volpe,
u can go to se73, where u can create a barcode for sapscripts.
u can also create a barcode, using the character formats attributes in se71.
Regards....
Arun.
Reward points if useful.
‎2007 Jun 12 10:03 AM
hi,
you can use an existing or create your own barcode font in SE73, and then putting it in your SAPSCRIPT styles..just a suggestion..
‎2007 Jun 12 10:24 AM
hi,
<b>procedure to creating barcode</b>
1) Create a character format in the SAPScript.
2) Choose the Bar Code for the character format.
And finally to display barcodes, in the command enter:
<b><C1>&vbeln&</></b>
where C1 is the character format created and vbeln is the variable for which the barcode is to be created.
u can do changes as per u needs....
<b>or,</b>
for creating barcode u work with SE73.
regards,
Ashokreddy.
‎2007 Jun 12 10:55 AM
Using barcode font the Sapscript shows only black shape...
Why?
‎2007 Jun 13 1:38 AM
yes it only shows black shapes..but when you print it in the zebra printer it would be fine..you can also convert it to a PDF file to view the real barcode..