‎2010 Aug 16 11:16 AM
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.
‎2010 Aug 16 12:22 PM
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.
‎2010 Aug 16 12:22 PM
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.
‎2010 Aug 17 4:36 AM
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.
‎2010 Aug 17 5:03 AM
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.
‎2010 Aug 17 1:32 PM
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.