cancel
Showing results for 
Search instead for 
Did you mean: 

script barcode

Former Member
0 Kudos

hi experts,

i want to set up barcode in my script.where it is possible.give the explaination .

thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Surendra,

First u define one character format.

In the character format, there is option called Barcode to which u need to

assign particular printer type. Select particular printer type and save the attributes.

Go to form and

use <C1>VBELN</>

Regards,

Kannaiah

Answers (3)

Answers (3)

sridhar_k1
Active Contributor
0 Kudos

Also take a look at standard text SAPSCRIPT-BARCODETEST in SO10, helps in testing barcodes supported by the printer.

Regards

Sridhar

Former Member
0 Kudos

Hi Surendra

First you need to check in SPAD for a particular Output Device, the device type for that output device is configured for the Barcode code.

For eg. In SPAD, If you are using Local Frontend Printer, the device type is SAPWIN.

In SE73 please check on Printer Barcodes that for SAPWIN device type your Barcode code is maintained or not.

For eg. you are using BARCLVS as Barcode code.

Then you need to check whether BARCLVS is maintained for SAPWIN.

Now In the Script Make a character format say BC

Attach that Barcode to BC (There is an option).

While printing the field that character format is applied to the field.

Syntax

<BC>VBAK-VBELN</>

The Barcode for that field will get printed.

Thanks

Gaurav

Former Member
0 Kudos

hi,

incorporating barcode in scripts is a bit tedious as it would require high end printers and configuration...you might be in need of going to third party tool to get the barcode printed...on the other hand, if you go for smartforms, by default, it is supported for barcode and any printer will print the barcode.