Use Print Control

Navigation:  How to Print Barcodes in SAP ERP > Print Barcodes in SAPScript >

Use Print Control

Previous pageReturn to chapter overviewNext page

Here's a handy SAPScript code snippet to print barcodes using a print control.

 

/

/ : PROTECT

/    Print Barcodes Here (This text line is needed before the barcode print-control prefix)

/ :  PRINT-CONTROL SBP29

=   1234ABCDEF

/ :  PRINT-CONTROL SBS01

/ :  ENDPROTECT

/