‎2014 Sep 01 11:59 AM
Hi Experts,
I have facing one Script Printout Alignment issue.
SAP Script Form printing some Values in Table format.
While debugging( in debug mode ), I am getting the correct Alignment ( Proper table format with values ).
But in printout the Alignment( The vertical and horizontal lines are not printed properly ) is not correct.
Thanks in Advance.
‎2014 Sep 01 1:13 PM
This is often a problem with printing because what you see on the screen will be different to your output. You need to check all your settings, in your sapscript right through to your printing device settings. Maybe try on a different printer and see if it is working there, then maybe you can compare these settings in SPAD. Or find a similair sapscript which does work and use the same page and printer formats as this.
‎2014 Sep 01 2:18 PM
HI Glen Anthony,
I am not using any printer details.
from the Spol (SP01) I am checking the print priview.
Success in debug mode but not in Print.
Please suggest.
Thanks