cancel
Showing results for 
Search instead for 
Did you mean: 

form printing problem

milascon_daniel
Participant
0 Kudos

Hi gurus,

I really really need your help. I'm working on a dunning form created in sapscript. The problem is with next page.

I want that every client dunning text to be printed in one paper ... even if 50% of page is empty.

Summarizing what I have say :

- client 1 dunning text - page1

- client 2 dunning text - page2

an so on...

how can I do that? Please someone help me...

Helpfull answers will be rewarded.

Thank you.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

You can give an explicit page break at new client.

New-page

Rewards if useful

Cheers

Vamshi

Former Member
0 Kudos

Hi,

Use the foloowing to create new page in script /: NEW-PAGE[page_name]

and you can use protect-end protect to have the whole thing on the same page.

Regards,

Himanshu Verma

milascon_daniel
Participant
0 Kudos

Thank you Himanshu ... but it is possible when I use NEW-PAGE command to display FIRST page? I try NEW-PAGE[FIRST] but it's not working...

If I use just NEW-PAGE then the NEXT page it will be displayed... but there is the possibility that dunning leve3 text to be displayed on 2 papers...