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

Barcoding In Scripts.

Former Member
0 Likes
475

Hi Experts,

I want to create Barcode in Script.

can any one explain how to create Barcodes in Scripts.

Thanks & Regards,

Ramana

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
450

U can do it in CHARACTER FORMATS

U can also do in SE73

3 REPLIES 3
Read only

Former Member
0 Likes
450

hi

first of all for including a barcode you need to create a character format for it.

in the character format we hav to use the barcode which we want.

then we have to create the window for the barcode, inside it we have to include the code

<name of the charachter format>..................</>

for eg.

if BC is the name of the character format then we have to write,

<BC>123456675436546546797979443434987976432131</>

you can specify any number of charchters inbetween

<BC>......</>.

hope this was helpful.....

reward if useful......

regards

uday.

Read only

Former Member
0 Likes
451

U can do it in CHARACTER FORMATS

U can also do in SE73

Read only

Former Member
0 Likes
450

goto se73 ....create a character format..description..barcode family and font size..

use this character format where u want barcode ..for eg : <BC>&lv_del_number&</>

where bc : character format

lv_delvirey number is my barcode..

hope this helps

regds