cancel
Showing results for 
Search instead for 
Did you mean: 

Query regarding displaying of a blank page on the output of an invoice

Former Member
0 Kudos

hi All,

I am facing a problem in both my development and staging servers. Whenever a print preview of an invoice is seen, there are 3 pages getting displayed (depending on the data) with one BLANK PAGE between 2 pages having data ie., First page has the data, second page is blank and third page has some data again.

Now its very strange and i could not understand why this problem is arising.

I had debugged the invoice SAPScript, but culd not find the issue,. Can anyone please help me out in this regard.

Regards

Priya

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Check any manual page breaks triggered inside the Layout.. or how may page do u have.. check the pages..

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi:

Just check the page break during the debugging

Regards

Shashi

Former Member
0 Kudos

Found out in debugging that there is a page getting called which had no data to print. Hence the blank page was getting displayed.

Former Member
0 Kudos

hi!

hav u assigned the next page for ur first page as wanted.....

or u r calling two pages explicitly by new-page then check the page assigned and check for spaces in ur program.....