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

Problem with Printer

Former Member
0 Likes
659

Hi,

I have designed a smartform which is working fine by showing the details in the screen.

But this need to be taken prinout in dot matrix printer.

In Laser printer this was working fine witht he printout,but when i try with the Laser printer,it ws workingfine.

But in Dot Matrix the printout i need to take the printout.Can anyone suggest how to do this.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
626

Check you available output formats for SmartForms... I forget how many are supported, but PostScript, PCL5 ( and maybe 8), and others are available. Since a dot matrix printer is probably pretty old, my first thought would have been that I had to use SAPScript for the form output, but I may be wrong about that.

4 REPLIES 4
Read only

Former Member
0 Likes
627

Check you available output formats for SmartForms... I forget how many are supported, but PostScript, PCL5 ( and maybe 8), and others are available. Since a dot matrix printer is probably pretty old, my first thought would have been that I had to use SAPScript for the form output, but I may be wrong about that.

Read only

0 Likes
626

Before they were using the SAP script and that time the print was coming perfect.But when we changed the report to smartform display,its not printing the values.

Whether this is possible in smartform to print using the Dot Matrix Printer.

Read only

Former Member
0 Likes
626

There may be some isssue with the loop used to print the table

There might be only 2 reasons either there is loop repeating or not data is not cleared

even the problem can b with the print catridge.

Read only

Former Member
0 Likes
626

What kind of problem are you facing?If data is coming into the internal table then,try changing the height of the template.One of my colleagues had a similar issue few moths back,he changed the height of the template and it was sorted,I think the minimum height should be 5 mm for laser printer,reducing this height might help.