Skip to Content
0
Former Member
Dec 05, 2008 at 06:54 AM

Printing problem

24 Views

data: begin of precom9, "command for printer language PRESCRIBE

con1(59) value

'!R!SCF;SCCS;SCU;SCP;FONT62;UNITD;MRP0,-36;BARC21,N,''123456''',

con3(55) value

',40,40,2,7,7,7,4,9,9,9;MRP0,36;RPP;RPU;RPCS;RPF;EXIT,E;',

end of precom9.

new-page print on. "barcode printer

Write: 'material number', precom9. "barcode for matnr

new-page print off.

This was the program which i am executing to print a bar code from se38(report program)..Its asking printer name and am selection the printer,but its not displaying or printing the barcode..Instead of that its only printing the values which are shown above.

can anyone help me how to overcome this,Any basis level settings or printer level settings needs to be done.