Application Development and Automation 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: 
Read only

Printing problem using dot matrix printer

Former Member
0 Likes
361

hello,

we are having problems in printing lines on a dot matrix printer. we are able to print lines from say an SE16 screen, however we are unable to print using say smart forms or sap script.

Thanks in advance,

CMV

1 REPLY 1
Read only

Former Member
0 Likes
323

While working with a DOT MATRIX PRINTER, you have to keep the following things in mind.

1.You cannot include graphics in your script

2.You cannot write box command or line command.

3.You have to have a font which is in your dot matrix printer on your system too so that you can use it.

In addition to everything you will have to check the allignments again and again by printing the script to check.They appear in the printing test than the actual printouts.

Hope it helps you a bit.