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

avoid page skipping in dot matrix printing

Former Member
0 Likes
1,740

hi,

i m printing list using classical report. i can't use page-count,i m using

if sy-linno = 55.

new-page.

endif.

if i use laser printer then output is coming continous on each page but while using dot matrix it is skipping one page in continous printing .i want continous printing no page skip in dot matrix.

pls help.

hi,

i m printing list using classical report. i can't use page-count,i m using

if sy-linno = 55.

new-page.

endif.

if i use laser printer then output is coming continous on each page but while using dot matrix it is skipping one page in continous printing .i want continous printing no page skip in dot matrix.

pls help.

1 REPLY 1
Read only

Former Member
0 Likes
431

Hi Sudhir,

See this link may be helpfull

Amresh