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 Alignment problem from second page onwards

Former Member
0 Likes
1,847

Hi ,

I am using matricial epson dot matrix printer to print invocies on a preprinted paper with a batch job.

While printing multiple pages i am facing a problem .The alignment is printing correctly for the first page and from second page onwards it is printing 3 lines down when compared to the first one .After that every page is going 3 lines down when compared to the previous page .Where as it in PDF i can see it correctly .

Kindly suggest me any one faced this type of issue .

Thanks a lot,

Pradeep

3 REPLIES 3
Read only

Former Member
0 Likes
643

Your page definition may be 3 lines too long...thus when the printer does top-of-page command, it's setting to the wrong row. Suggest try shortening the form design to allow margin at bottom, or checking your printer definition or printer settings.

Read only

Former Member
0 Likes
643

Pradeep,

Could you please check the data which is populating during the execution of form of 1st and 2nd page.

Regards,

Anmol Saxena.

Read only

0 Likes
643

Hi,

Check the dimensions of the Page,

height is correctly defined in page format in SAP,

form page in the printer that you are using u can see that in printer settings your printer - mainly this is the cause, if not the page format is not availale u have to create a form page with same dimensions as of the page ur printing.

Thanks