cancel
Showing results for 
Search instead for 
Did you mean: 

Barcode printing in sapscripts

Former Member
0 Kudos

Hello Experts,

I am new to sapscripts.

Need to print barcodes in sapscripts, for this I had defined character formatt BC with barcode type as C128A_00 and written my code as: <BC>123456789</>.

Barcodes are getting displayed in print preview but not getting printed.

After reading other threads I get to know about print controls and applied SBP00 and SBS00 before and after code <BC>123456789</>.

/: PRINT-CONTROL SBP00

* <BC>123456789</>

/: PRINT-CONTROL SBS00

But then also barcodes are not getting printed.

How should I print barcodes. Are the print controls required to print barcodes or only by using barcode character formatt we can print the barcodes?

I am using HPLJ5 as a device type and 1116 as a character set in SPAD settings.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

You cann't print bar codes using SAP Scripts directly using printers, some software is required to print the barcodes (SIMM modules). Ask your admin team to check your printer.

gouravkumar64
Active Contributor
0 Kudos

Hi,

Why u r using script? try with smart forms. it is new technique.

Gourav.