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 in SAPSCRIPT

Former Member
0 Likes
4,978

Hi,

I need to implement barcode in a SAP SCRIPT (PM number order).

Anyone can suggest where I can find some documentations?

Thanks

Salvatore

5 REPLIES 5
Read only

Former Member
0 Likes
1,734

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.

Read only

Former Member
0 Likes
1,734

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

Read only

Former Member
0 Likes
1,734

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.

Read only

0 Likes
1,734

Using barcode font the Sapscript shows only black shape...

Why?

Read only

0 Likes
1,734

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