cancel
Showing results for 
Search instead for 
Did you mean: 

Line Item overflow

Former Member
0 Kudos

In Sapscript, on change of page number, if a line item overflows from page 1 to page 2, I need to print "Line Item 1 continued" on top of page 2. How can this be done ?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Do you want to first line item in both the pages or do you want to print only in the second page..

If you want print all text in one page then use PROTECT and ENDPROTECT.

/:PROTECT

ph text

/:ENDPROTECT

If you use the texts in between these commands then it will print whole text either in first page or in secod page.

Reward points if useful.

Regards,

Nageswar

Former Member
0 Kudos

The line item details can print on both pages. The line details has multiple text elements and each text element has a PROTECT/ENDPROTECT.

The text 'Line Item 001 continued should print on page 2, if line item details overlap over 2 pages.