Application Development 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: 

Blank page in Cheque Printing

Former Member
0 Kudos

Hi,

I have copied std SAP Script F110_PRENUM_CHCK to ZF110_PRENUM_CHCK and this new one is assigned in the table T042E against the company code and payment type.

I want to take Payment advice and check on single page.

I have remove the CHEK window from LAST page and added same to the FIRST page.

Also I have added a new window to print company Address to the First page and changed the positions of some windows

Now my first page printing is comming fine but an extra blank page is padded as a second page which I do not require.

If I remove the NEXT and LAST page from script all constant windows are printing on the second page.

Please advice for the same.

Regards

Sujit Sawant

9 REPLIES 9

Former Member
0 Kudos

Hi Sujit,

I am also facing the same problem. did u find any solutions for this problem

Regards

Sathis

0 Kudos

Hi Satish,

It is the Summary window which is creating this problem.

Comment all the starements in the summary window, and use your own window to print summary

Regards

Sujit Sawant

Former Member
0 Kudos

Hi,

I think check your SPAD settings of printer paramerts.

Perhaps you may need to write code over there for respective page format.

-Maharshi

Former Member
0 Kudos

Dear Sujit,

https://www.sdn.sap.com/irj/scn/advancedsearch?query=blankpageinChequePrinting+&cat=sdn_all

Regards,

Flavya

Former Member
0 Kudos

hi,

check in debugging which page is getting triggered and just check anywhere in the "standard attributes " or somewhere in the code are you giving the NEW-PAGE command which you shouldn't.

Regards,

Neha

0 Kudos

Hi Sujit,

Please check your driver program for the form if by any chance its calling your other pages for which the data might not be populated and you might be getting the blank page. In case if it still doesnt solve your problem comment all the unwanted elements being called in the print program.

cheers,

Devendran.

Former Member
0 Kudos

Hi

The reason for the blank pages appearing in the output is the selection field Number of sample printouts under block Output Control.

Try giving a value of ZERO and run the program.

Regards

Raj

Former Member
0 Kudos

Hi Sujit,

For me the issue is solved . the problem is on the selection screen of the program .

In the program : RFFOUS_C

you have to tick the check box for the No Form Summary Section.. if you tick that check box the new-page won't come in check print.

Regards,

Sathis

Former Member
0 Kudos

Hi Sujit,

For me the issue is solved.

     You have to tick the check box for the No Form Summary Section under Output control in the RFFOUS_C program.

Then the Second page wont come..


Regards,

Shalini