cancel
Showing results for 
Search instead for 
Did you mean: 

Printing a sapscript to Dymo printers

Former Member
0 Kudos

Hello,

I have a requirement to print to dymo printers.

At present,we have a driver program and sapscript for printing labels to a normal printer. The sapscript has been designed to accomodate a maximum of 6 labels per page(2 labels per line). While saving a delivery, a pop up will be displayed to input the number of lables to be printed. And based on the input, the labels are printed on a normal printer with a maximum of 2 labels per line and upto 6 labels per page.

Now, we have to extend this functionality by allowing the sapscript to be printed on dymo printers(label printers). Can you please guide me as to what are the changes I have to make to the sapscript to make it compatible with a dymo printer.

The current sapscript has 6 windows for labels per page...I understand that for dymo printer, we can have only one main window.So is it ok to define a new page on the same script for printing on a dymo printer?Or should I create a new sapscriot for the purpose?

Thanks and Regards,

Rohit.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

do a little research...does the DYMO have a proprietary printer language? If so, is integration with SAP systems part of DYMO's approach? If not, you will need a manual probably to insert the needed printer control commands to your forms data stream. Also, yes, if you're going to output one label on a DYMO printer, you would use a single main window that contains one label design, and use the copies paramter to cause the printer to repeat the output, rather than (SLOWLY) sending the label data stream several times.

There are other posts about SAP and DYMO....STF! Search the forum is going to be your new best friend...