Printing BARCODE out of ABAP-Programm ?
hi,
i have gone trough the forum and found some hints, but i don't get along with it:
report ztest1. data: l_barcode(16) value '1231233'. FORMAT COLOR OFF INTENSIFIED OFF. WRITE: /. PRINT-CONTROL FUNCTION 'SBP01'. WRITE : L_BARCODE NO-GAP. PRINT-CONTROL FUNCTION 'SBS01'. WRITE: /.
when executing this abap the value 1231233 is printed out, but NOT the barcode.
any ideas ?
reg, Martin