cancel
Showing results for 
Search instead for 
Did you mean: 

In Invoice Printing back paga T & C over lapping with first page Item text.

Former Member
0 Kudos

HI,

I am using sap script to Print invoice.

I am printing Line item and its Item text one first page and Next page.

secondly I am also printing Terms & condition on every back page.

Problem is.. I am getting 300 Item text line to print in First page and so on..

On first page its printing 10-90 its ok, but its printing 100 only one line one back page

rest i.e. 110 to ..... so on its printing on next page.

In All page its happending, its prining one line of Item text on back page, that it should not be print.

I have tried Protect and endprotect. but its not working, I have tried also using height of page, but prblem remain same.

Kindly suggest.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hmmm thats how the form interpreter works.

He prints something, and WHILE printing it he notices that this doesnt fit on the page, and so initializes a page-break.

The information which would had been printed while the page-break was detected gets saved and then printed on the next page if there is a main window.

In your case i would just do a separate page for your terms and conditions, and then have an alternating page loop.

What i mean is, e.G. have PAGE1 as normal page which prints your data, and PAGTC be the page to print terms.

then have PAGTC as sucessor of PAGE1, and vice versa. Make sure PAGTC has no MAIN window, and you´ll be fine.

nabheetscn
Active Contributor
0 Kudos

Just print text and conditions on a separate page and make it as constant text it is to be printed same on all....Dont apply manual page break and all just make two separate pages for the same.

In this way your program will be secure enough and will work correctly.

Nabheet

Former Member
0 Kudos

Hi,

The idea and solution suggested by u is working fine, many thanx.

But one issue is happening after implementing the solution.

A blank page is printing in the last of print out.

We are having FIRST page wich is having next page BACK page and

in BACK page v r having NEXT page as a next page.

So wen v are printing the invoice , its reach to the end and printing the BACK page just back side if the last page.

After that its again creating NEXT page wich is unwanted and coming blank.

Seems its happening just bcoz of v r having NEXT page as a next page in BACK page.

Now everything is coming fine as v expected, except last blank page.

V now require to control this unwanted page.

Kindly suggest.

Waqkas

Moderator message: please do not use SMS speak! (I assume "v" means "we")

Edited by: Thomas Zloch on Oct 26, 2010 10:30 AM