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

SAP script printout alignment issue

Former Member
0 Likes
877


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.

2 REPLIES 2
Read only

former_member201275
Active Contributor
0 Likes
631

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.

Read only

0 Likes
631

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