Application Development 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: 

Printing BARCODE out of ABAP-Programm ?

Former Member
0 Kudos

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

3 REPLIES 3

GauthamV
Active Contributor
0 Kudos

hi,

check whether the barcode has been created in se73.

Former Member
0 Kudos

Hi,

Check this threads:

thanks & regards

Kishore M

0 Kudos

what do you mean by 'is the barcode in SE73' ????

which barcode ? in my abap there is only the print control mentioned ?

the links above are all about smartforms and sap-script,...........

i have to do it in an simple ABAP with WRITE-statments, NOT with sap-script